diff --git a/master.cfg b/master.cfg index 5812816..73af3c4 100644 --- a/master.cfg +++ b/master.cfg @@ -79,7 +79,7 @@ def should_watch_branch (branch): from buildbot.changes.gitpoller import GitPoller c['change_source'] = [] c['change_source'].append(GitPoller( - repourl = 'https://gitorious.org/gdb/gdb.git', + repourl = 'git://git.libreplanetbr.org/gdb.git', workdir = os.path.expanduser (os.path.join ('~/', 'buildbot-master-binutils-gdb')), branches = should_watch_branch, pollinterval = 60 * 3)) @@ -347,7 +347,7 @@ from the principal repository.""" descriptionDone = r"fetched GDB master sources" def __init__ (self): Git.__init__ (self, - repourl = 'https://gitorious.org/gdb/gdb.git', + repourl = 'git://git.libreplanetbr.org/gdb.git', workdir = WithProperties (r"%s/../binutils-gdb-master/", r'builddir'), retryFetch = True, @@ -367,7 +367,7 @@ present at the reference repository (i.e., locally).""" descriptionDone = "fetched GDB sources" def __init__ (self): Git.__init__ (self, - repourl = 'https://gitorious.org/gdb/gdb.git', + repourl = 'git://git.libreplanetbr.org/gdb.git', workdir = WithProperties ('%s/binutils-gdb/', 'builddir'), reference = WithProperties ("%s/../binutils-gdb-master/", 'builddir'),