summaryrefslogtreecommitdiff
path: root/bin/x2go-gitcreate
diff options
context:
space:
mode:
Diffstat (limited to 'bin/x2go-gitcreate')
-rwxr-xr-xbin/x2go-gitcreate1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/x2go-gitcreate b/bin/x2go-gitcreate
index 37f9efa..5c6d387 100755
--- a/bin/x2go-gitcreate
+++ b/bin/x2go-gitcreate
@@ -29,5 +29,6 @@ for pkg in "$@"; do
#echo "$pkg: RELEASE BRANCH" && git push ssh://x2go@code.x2go.org:32032/srv/git/code.x2go.org/$pkg release
#echo "$pkg: PRISTINE-TAR" && git push ssh://x2go@code.x2go.org:32032/srv/git/code.x2go.org/$pkg pristine-tar
echo "$pkg: PUSHING TAGS" && git push --tags ssh://x2go@code.x2go.org:32032/srv/git/code.x2go.org/$pkg
+ git remote add ssh://x2go@code.x2go.org:32032/srv/git/code.x2go.org/$pkg
cd ..
done