Merge heads

This commit is contained in:
Serhiy Storchaka 2014-02-03 20:42:43 +02:00
commit da0dbc004c
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ def build_one(checkout, target, isdev, quick):
print 'Doc autobuild started in %s' % checkout
os.chdir(checkout)
print 'Running hg pull --update'
os.system('/usr/local/bin/hg pull --update')
os.system('hg pull --update')
print 'Running make autobuild'
maketarget = 'autobuild-' + ('html' if quick else
('dev' if isdev else 'stable'))