Author: draenog Date: Mon Feb 14 00:38:52 2011 GMT Module: git-migration Tag: HEAD ---- Log message: - make gitdir a global variable
---- Files affected: git-migration: pld-git.sh (1.22 -> 1.23) ---- Diffs: ================================================================ Index: git-migration/pld-git.sh diff -u git-migration/pld-git.sh:1.22 git-migration/pld-git.sh:1.23 --- git-migration/pld-git.sh:1.22 Fri Feb 11 15:00:19 2011 +++ git-migration/pld-git.sh Mon Feb 14 01:38:47 2011 @@ -5,6 +5,7 @@ export LC_ALL=C ftpdir=$HOME/ftp wwwdir=$HOME/www +gitdir="git-import" CVSROOT=:pserver:[email protected]:/cvsroot d=$- @@ -96,7 +97,7 @@ # conflicts with import_git-cvsimport import_cvs2git() { set -$d - local pkg gitdir=git-import + local pkg [ -x /usr/bin/cvs2git ] || { echo >&2 "cvs2git missing, install cvs2svn package" @@ -205,7 +206,7 @@ # input: cvs.pkgs = list of packages git_bare() { set -$d - local pkg gitdir=git-import + local pkg git_templates cvs_pkgs ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/git-migration/pld-git.sh?r1=1.22&r2=1.23&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
