From 5156ba8dab8c4cb54e59ec9a854984894461b3a2 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Tue, 4 Jan 2022 14:21:46 +0000 Subject: Update gitolite --- conf/gitolite.conf | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/conf/gitolite.conf b/conf/gitolite.conf index a0ca84c..9aac0a9 100644 --- a/conf/gitolite.conf +++ b/conf/gitolite.conf @@ -3,11 +3,13 @@ @github-mirror = leela Vivant alluvial-hs pfm @github-mirror = median-cut mirror-ball FMark MipsCPU YAGE Compiler Simplex -@srht-mirror = vericert vericert-docs dotfiles emacs-zettelkasten verismith +@github-srht-mirror = vericert vericert-docs dotfiles emacs-zettelkasten verismith -@gitlab-mirror = hugo-ymherklotz ymherklotz.gitlab.io +@srht-mirror = hugo-ymherklotz yannherklotz.com -@active = @github-mirror @srht-mirror @gitlab-mirror ymherklotz/gsa-mlir +@gitlab-mirror = + +@active = @github-mirror @srht-mirror @github-srht-mirror @gitlab-mirror ymherklotz/gsa-mlir @zzz = zzz/TicTacToe zzz/Arider zzz/WaveGenerator zzz/ChessAI @zzz = zzz/NumericalAnalysis zzz/PriorityQueue zzz/BinaryTree @@ -45,9 +47,12 @@ repo @github-mirror repo @gitlab-mirror option hook.post-update = gitlab-mirror -repo @srht-mirror +repo @github-srht-mirror option hook.post-update = github-mirror srht-mirror +repo @srht-mirror + option hook.post-update = srht-mirror + repo private/zk desc = Zettelkasten. -- cgit