Updating repository from gitorious to libreplanetbr

This commit is contained in:
Sergio Durigan Junior 2015-04-01 15:51:02 -04:00
parent d4561ae709
commit c434c0699d

View file

@ -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'),