From 5c63c636ff5cf9c6df747fd1c15273a3306d5940 Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Fri, 30 Oct 2009 01:46:22 +0100 Subject: [PATCH] jobs/gc.sh: repo -> proj (consistency with update.sh) --- jobs/gc.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/jobs/gc.sh b/jobs/gc.sh index 4910be5..5cfa521 100755 --- a/jobs/gc.sh +++ b/jobs/gc.sh @@ -4,10 +4,10 @@ set -e -repo="$1" -cd "$cfg_reporoot/$repo.git" +proj="$1" +cd "$cfg_reporoot/$proj.git" -progress "+ `date` $repo" +progress "+ `date` $proj" # safe pruning: we put all our objects to all forks, then we can # safely get rid of extra ones; repacks in forks will get rid of @@ -30,4 +30,4 @@ git prune git update-server-info date -R >.last_gc -progress "- `date` $repo" +progress "- `date` $proj" -- 2.11.4.GIT