[debian-edu-commits] debian-edu/ 01/01: Make it possible to run make_git.sh from other directories as well.

Petter Reinholdtsen pere at moszumanska.debian.org
Fri Aug 15 17:07:58 UTC 2014


This is an automated email from the git hooks/post-receive script.

pere pushed a commit to branch master
in repository d-e-gitscripts.

commit ceb1fdb8436d5eb4b7963400b2f620096c79b50f
Author: Petter Reinholdtsen <pere at hungry.com>
Date:   Mon Mar 31 21:09:27 2014 +0200

    Make it possible to run make_git.sh from other directories as well.
---
 svn-migration/make_git.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/svn-migration/make_git.sh b/svn-migration/make_git.sh
index d2fc4fe..47523a1 100755
--- a/svn-migration/make_git.sh
+++ b/svn-migration/make_git.sh
@@ -34,7 +34,7 @@ git svn clone --no-metadata \
     ${SVN_URL} \
     --trunk $TRUNK \
     --tags /tags/src/${PACKAGE} \
-    --authors-file=./edu-authors \
+    --authors-file=$(dirname $0)/edu-authors \
     --prefix=svn-import/ \
     ${PACKAGE} 2>&1 | tee svn2git_${PACKAGE}.log
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/d-e-gitscripts.git



More information about the debian-edu-commits mailing list