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 <[email protected]> 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 _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

