From 8f544af8f28083f8b977b3986c29d9e0abb38101 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Tue, 28 Sep 2021 22:46:58 +0100 Subject: Rename archive to zzz --- conf/gitolite.conf | 36 ++++++++++++++++++------------------ 1 file 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 -- cgit