From 0b3c3b0f502136908ead2347771f9dc42caf159a Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Tue, 28 Sep 2021 19:57:40 +0100 Subject: Add configuration for archives --- conf/gitolite.conf | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/conf/gitolite.conf b/conf/gitolite.conf index e537bbd..6d71650 100644 --- a/conf/gitolite.conf +++ b/conf/gitolite.conf @@ -1,14 +1,17 @@ @admin = ymherklotz -@active = vericert vericert-docs dotfiles emacs-zettelkasten verismith leela Vivant alluvial-hs pfm -@active = median-cut mirror-ball FMark MipsCPU YAGE Compiler Simplex +@mirrored-repos = vericert vericert-docs dotfiles emacs-zettelkasten verismith leela Vivant alluvial-hs pfm +@mirrored-repos = median-cut mirror-ball FMark MipsCPU YAGE Compiler Simplex -@mirrored-repos = @active -@mirrored-repos = TicTacToe Arider WaveGenerator ChessAI NumericalAnalysis -@mirrored-repos = NetworkCoursework DatabaseCoursework FPGA_Playground PriorityQueue -@mirrored-repos = Cardeval SwitchPCB A-star-algorithm VerilogCoursework BinaryTree -@mirrored-repos = second-year-computing FPGA-2015 sudoku_solver dot_product sobel_filter -@mirrored-repos = imperial_2015 NoteReader verilog NoiseSilencer +@active = @mirrored-repos ymherklotz/gsa-mlir + +@archive = archive/TicTacToe archive/Arider archive/WaveGenerator archive/ChessAI +@archive = archive/NumericalAnalysis archive/PriorityQueue archive/BinaryTree +@archive = archive/NetworkCoursework archive/DatabaseCoursework archive/FPGA_Playground +@archive = archive/Cardeval archive/SwitchPCB archive/A-star-algorithm archive/VerilogCoursework +@archive = archive/second-year-computing archive/FPGA-2015 archive/sudoku_solver +@archive = archive/imperial_2015 archive/NoteReader archive/verilog archive/NoiseSilencer +@archive = archive/dot_product archive/sobel_filter repo CREATOR/..* C = @all @@ -22,10 +25,12 @@ repo gitolite-admin repo @all R = gitweb daemon -repo @mirrored-repos +repo @archive @active RW+ = ymherklotz R = @all owner = Yann Herklotz + +repo @mirrored-repos option hook.post-update = github-mirror repo vericert -- cgit