Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-tools.git;a=commitdiff;h=2c1b2a14c583336cccc5c21a88ccf678ec5ed183
commit 2c1b2a14c583336cccc5c21a88ccf678ec5ed183 Author: Miklos Vajna <[email protected]> Date: Tue Apr 17 13:16:23 2012 +0200 syncpkgcd: try to handle relocated WIP repos diff --git a/syncpkgd/syncpkgcd.py b/syncpkgd/syncpkgcd.py index b615a46..28c970b 100644 --- a/syncpkgd/syncpkgcd.py +++ b/syncpkgd/syncpkgcd.py @@ -190,6 +190,7 @@ class Syncpkgcd: if scm == "git": self.system("git fetch") self.system("git reset --hard origin/master") + self.system("git config remote.origin.url %s" % url) elif scm == "darcs": self.system("darcs pull -a") self.system("darcs revert -a") _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
