Correct remote repo URL.

This commit is contained in:
Petter Reinholdtsen 2018-02-17 14:44:05 +00:00
parent 94c1fedd26
commit 3f98f493ff
1 changed files with 6 additions and 1 deletions

View File

@ -23,7 +23,12 @@ for p in sysvinit startpar insserv; do
for tag in `git branch -r | grep "tags/" | sed "s/ $p\/tags\///"`; do
git tag -a -m"Converting SVN tags" $tag refs/remotes/$p/tags/$tag
done
git remote add origin ssh://git.savannah.gnu.org:/srv/git/$p.git
if [ "sysvinit" = "$p" ]; then
remote=$p.git
else
remote=sysvinit/$p.git
fi
git remote add origin ssh://git.savannah.gnu.org:/srv/git/$remote
)
done
rm $authorsmap