Steffen Möller pushed to branch master at Debian Med / community / 
helper-scripts


Commits:
736cd8bc by Steffen at 2021-08-03T22:13:51+02:00
colons not accepted in remote names

- - - - -


1 changed file:

- inject-into-salsa-git


Changes:

=====================================
inject-into-salsa-git
=====================================
@@ -123,7 +123,7 @@ if git remote | grep -q origin ; then
     if git remote -v | grep origin | grep -q "$remoteOrigin"; then
         echo "   But already set as wanted ($remoteOrigin) - nothing to do."
     else
-        git remote rename origin origin-$(date +"%Y%m%dT%T")
+        git remote rename origin origin-$(date +"%Y%m%dT%H%M%S")
         git remote add origin $remoteOrigin
     fi
 else



View it on GitLab: 
https://salsa.debian.org/med-team/community/helper-scripts/-/commit/736cd8bcb158f6a0d55eebe7a4e3483bd05dd9a3

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/community/helper-scripts/-/commit/736cd8bcb158f6a0d55eebe7a4e3483bd05dd9a3
You're receiving this email because of your account on salsa.debian.org.


_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to