[Git][java-team/pkg-java-scripts][master] Set the remote to git at salsa instead of git+ssh://salsa
Emmanuel Bourg (@ebourg)
gitlab at salsa.debian.org
Wed Feb 12 09:07:26 GMT 2025
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 at 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 git at salsa.debian.org:$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 git at salsa.debian.org:$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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20250212/280ab45f/attachment.htm>
More information about the pkg-java-commits
mailing list