Using relative path for the master git repo
This commit is contained in:
parent
a4a8ad0c5c
commit
c8b86153f7
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ from buildbot.changes.gitpoller import GitPoller
|
|||
c['change_source'] = []
|
||||
c['change_source'].append(GitPoller(
|
||||
repourl = r'git://sourceware.org/git/binutils-gdb.git',
|
||||
workdir = r'/home/buildbot/buildbot-master-binutils-gdb',
|
||||
workdir = os.path.expanduser (os.path.join ('~/', 'buildbot-master-binutils-gdb')),
|
||||
branches = [ r'master' ],
|
||||
pollinterval = 60 * 3))
|
||||
|
||||
|
|
Loading…
Reference in a new issue