summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-09-28 19:57:40 +0100
committerYann Herklotz <git@yannherklotz.com>2021-09-28 19:57:40 +0100
commit0b3c3b0f502136908ead2347771f9dc42caf159a (patch)
treed01bd304f6dfdbb56a6bc45ea91f7a9eeded9fb6
parent5fa19e7305897ac7b72768ff5ffa167bc268893d (diff)
downloadgitolite-admin-0b3c3b0f502136908ead2347771f9dc42caf159a.tar.gz
gitolite-admin-0b3c3b0f502136908ead2347771f9dc42caf159a.zip
Add configuration for archives
-rw-r--r--conf/gitolite.conf23
1 files 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