summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-09-28 22:46:58 +0100
committerYann Herklotz <git@yannherklotz.com>2021-09-28 22:46:58 +0100
commit8f544af8f28083f8b977b3986c29d9e0abb38101 (patch)
treeb2fc5fb2a39e41dd7f30bbb071c72a261864f6b3
parent5223be12716085834b877c567d6b5b55a59de40b (diff)
downloadgitolite-admin-8f544af8f28083f8b977b3986c29d9e0abb38101.tar.gz
gitolite-admin-8f544af8f28083f8b977b3986c29d9e0abb38101.zip
Rename archive to zzz
-rw-r--r--conf/gitolite.conf36
1 files changed, 18 insertions, 18 deletions
diff --git a/conf/gitolite.conf b/conf/gitolite.conf
index 451d70b..2dca59a 100644
--- a/conf/gitolite.conf
+++ b/conf/gitolite.conf
@@ -7,13 +7,13 @@
@active = @github-mirror @gitlab-mirror 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
+@zzz = zzz/TicTacToe zzz/Arider zzz/WaveGenerator zzz/ChessAI
+@zzz = zzz/NumericalAnalysis zzz/PriorityQueue zzz/BinaryTree
+@zzz = zzz/NetworkCoursework zzz/DatabaseCoursework zzz/FPGA_Playground
+@zzz = zzz/Cardeval zzz/SwitchPCB zzz/A-star-algorithm zzz/VerilogCoursework
+@zzz = zzz/second-year-computing zzz/FPGA-2015 zzz/sudoku_solver
+@zzz = zzz/imperial_2015 zzz/NoteReader zzz/verilog zzz/NoiseSilencer
+@zzz = zzz/dot_product zzz/sobel_filter
repo CREATOR/..*
C = @all
@@ -27,7 +27,7 @@ repo gitolite-admin
repo @all
R = gitweb daemon
-repo @archive @active
+repo @zzz @active
RW+ = ymherklotz
R = @all
owner = Yann Herklotz
@@ -92,34 +92,34 @@ repo ymherklotz.gitlab.io
repo hugo-ymherklotz
desc = Custom Hugo theme for https://yannherklotz.com.
-repo archive/verilog
+repo zzz/verilog
desc = Repository with some Verilog designs used to learn Verilog simulation.
-repo archive/NoteReader
+repo zzz/NoteReader
desc = C++ implementation using OpenCV to read sheet music and print machine-readable sheet music.
-repo archive/imperial_2015
+repo zzz/imperial_2015
desc = A repository with code from my first year at university.
-repo archive/sobel_filter
+repo zzz/sobel_filter
desc = A sobel filter implementation for FPGAs implemented using Catapult C.
-repo archive/dot_product
+repo zzz/dot_product
desc = An implementation of a dotproduct for FPGAs using Catapult C.
-repo archive/sudoku_solver
+repo zzz/sudoku_solver
desc = A simple, brute-force Sudoku solver.
-repo archive/FPGA-2015
+repo zzz/FPGA-2015
desc = A collection of Quartus projects to learn FPGA design.
-repo archive/second-year-computing
+repo zzz/second-year-computing
desc = A repository containing code while learning data-structures and algorithms.
-repo archive/BinaryTree
+repo zzz/BinaryTree
desc = An implementation of a binary tree in C++.
-repo archive/A-star-algorithm
+repo zzz/A-star-algorithm
desc = an A-star algorithm implementation with a UI.
repo private/formal_hls