From bbc82eba9905e1d831566f6e5df9d5dc82e33d7b Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sat, 3 Dec 2011 15:57:40 +0100 Subject: fix use of ~ for home path --- bin/itzks-gitcreate | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bin/itzks-gitcreate') diff --git a/bin/itzks-gitcreate b/bin/itzks-gitcreate index 30a7b62..9b7b8f6 100755 --- a/bin/itzks-gitcreate +++ b/bin/itzks-gitcreate @@ -8,9 +8,9 @@ for pkg in "$@"; do ssh -litzks code.it-zukunft-schule.de "cd ~/git && ./setup-repository $subdir/$pkg '$pkg upstream project'" ssh -litzks code.it-zukunft-schule.de "cd ~/git && ./update-repository-posixacls $subdir/$pkg" test -d "$pkg" && cd "$pkg" - echo "$pkg: MASTER BRANCH" && git push ssh://itzks@code.it-zukunft-schule.de:32032~/git/$subdir/$pkg master - git branch | grep upstream &>/dev/null && echo "$pkg: RELEASE BRANCH" && git push ssh://itzks@code.it-zukunft-schule.de:32032~/git/code.itzks.de/$subdir/$pkg upstream - git branch | grep pristine-tar &>/dev/null && echo "$pkg: PRISTINE-TAR" && git push ssh://itzks@code.it-zukunft-schule.de:32032~/git/$subdir/$pkg pristine-tar - echo "$pkg: PUSHING TAGS" && git push --tags ssh://itzks@code.it-zukunft-schule.de:32032~/git/$subdir/$pkg + echo "$pkg: MASTER BRANCH" && git push ssh://itzks@code.it-zukunft-schule.de:32032/~/git/$subdir/$pkg master + git branch | grep upstream &>/dev/null && echo "$pkg: RELEASE BRANCH" && git push ssh://itzks@code.it-zukunft-schule.de:32032/~/git/code.itzks.de/$subdir/$pkg upstream + git branch | grep pristine-tar &>/dev/null && echo "$pkg: PRISTINE-TAR" && git push ssh://itzks@code.it-zukunft-schule.de:32032/~/git/$subdir/$pkg pristine-tar + echo "$pkg: PUSHING TAGS" && git push --tags ssh://itzks@code.it-zukunft-schule.de:32032/~/git/$subdir/$pkg cd .. done -- cgit v1.2.3