[pkg-java-svn2git] 03/03: Replaced "pkg-java" with $TEAM
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu Jun 5 08:19:49 UTC 2014
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository pkg-java-svn2git.
commit 790a83f25b4cf031511218cbb8e40abe7079d4f5
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Thu Jun 5 10:18:28 2014 +0200
Replaced "pkg-java" with $TEAM
---
migrate-svn-repo-to-git | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/migrate-svn-repo-to-git b/migrate-svn-repo-to-git
index cee91e1..03d0d0d 100755
--- a/migrate-svn-repo-to-git
+++ b/migrate-svn-repo-to-git
@@ -20,7 +20,7 @@ git checkout --orphan upstream
git commit --allow-empty -m 'Initial upstream branch.'
git checkout --orphan master
-git remote add origin git+ssh://git.debian.org/git/pkg-java/$PACKAGE
+git remote add origin git+ssh://git.debian.org/git/$TEAM/$PACKAGE
# Clone the SVN repository
echo "Cloning the SVN repository.."
@@ -76,7 +76,7 @@ done
# Create the Git repository on alioth
echo "Creating the Git repository on alioth..."
-ssh alioth.debian.org "cd /srv/git.debian.org/git/pkg-java && ./setup-repository $PACKAGE"
+ssh alioth.debian.org "cd /srv/git.debian.org/git/$TEAM && ./setup-repository $PACKAGE"
# Push the new repository
echo "Pushing the new repository..."
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/pkg-java-svn2git.git
More information about the pkg-java-commits
mailing list