Emmanuel Bourg pushed to branch master at Debian Java Maintainers / pkg-java-scripts
Commits: ee86f676 by Emmanuel Bourg at 2025-02-12T10:06:51+01:00 Set the remote to git@salsa instead of git+ssh://salsa - - - - - 2 changed files: - setup-packaging-repository.sh - setup-salsa-repository Changes: ===================================== setup-packaging-repository.sh ===================================== @@ -44,7 +44,7 @@ rm -Rf .git* .travis* .pc .idea .settings .classpath .project .checkstyle .lein- echo "" echo "Preparing the local repository..." git init -git remote add origin git+ssh://salsa.debian.org/$TEAM/$PACKAGE +git remote add origin [email protected]:$TEAM/$PACKAGE git add debian git commit -m "Initial packaging" ===================================== setup-salsa-repository ===================================== @@ -83,3 +83,8 @@ check_return_code echo echo "Done! The repository is located at ${SALSA_URL%/api*}/$SALSA_GROUP/$PACKAGE" +echo +echo "Add the remote to the Git repository with:" +echo +echo " git remote add origin [email protected]:$SALSA_GROUP/$PACKAGE.git" +echo View it on GitLab: https://salsa.debian.org/java-team/pkg-java-scripts/-/commit/ee86f676520d2482778a447b4f2fc5a0ccdb9bff -- View it on GitLab: https://salsa.debian.org/java-team/pkg-java-scripts/-/commit/ee86f676520d2482778a447b4f2fc5a0ccdb9bff You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

