[med-svn] [Git][med-team/community/helper-scripts][master] colons not accepted in remote names
Steffen Möller (@moeller)
gitlab at salsa.debian.org
Tue Aug 3 21:13:57 BST 2021
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20210803/cfb0fd0e/attachment-0001.htm>
More information about the debian-med-commit
mailing list