[projects/git-slug: 127/170] adc/move: fix error in definition of move_to_full

glen glen at pld-linux.org
Mon Sep 21 21:49:29 CEST 2015


commit a068e9969c019f9e2a814413e694ef419f9decfc
Author: Kacper Kornet <draenog at pld-linux.org>
Date:   Thu Jun 28 04:50:12 2012 +0100

    adc/move: fix error in definition of move_to_full

 adc/move | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/adc/move b/adc/move
index bd6b25f..5524090 100755
--- a/adc/move
+++ b/adc/move
@@ -15,7 +15,7 @@ get_rights_and_owner "packages/${move_from}"
 [ -d $move_from_full ] || die "Error: repository $move_from doesn't exist"
 
 move_to="${2%.git}"
-move_to_full="$GL_REPO_BASE_ABS/packages/${move_from}.git"
+move_to_full="$GL_REPO_BASE_ABS/packages/${move_to}.git"
 $(dirname $0)/create "$move_to" || die "Error in creating new repo"
 
 echo "Repository moved by $GL_USER to $2" >> $move_from_full/.gitolite.down
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/projects/git-slug.git/commitdiff/4ed64f73960519a2f4fd04c42950b2c96ae795c5



More information about the pld-cvs-commit mailing list