mirror of
https://github.com/samba-team/samba.git
synced 2025-03-27 22:50:26 +03:00
autobuild: fixed the tuples in the retry_task
Pair-Programmed-With: Jelmer Vernooij <jelmer@samba.org> Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Fri Oct 1 18:22:22 UTC 2010 on sn-devel-104
This commit is contained in:
parent
2d66bb51ca
commit
afe78c23ad
@ -58,7 +58,8 @@ tasks = {
|
||||
("test", "make test", "text/plain"), ],
|
||||
}
|
||||
|
||||
retry_task = [ '''set -e
|
||||
retry_task = [ ( "retry",
|
||||
'''set -e
|
||||
git remote add -t master master %s
|
||||
git fetch master
|
||||
while :; do
|
||||
@ -68,7 +69,7 @@ retry_task = [ '''set -e
|
||||
git describe master/master > master.desc
|
||||
diff old_master.desc master.desc
|
||||
done
|
||||
''' % samba_master]
|
||||
''' % samba_master, "test/plain" ) ]
|
||||
|
||||
def run_cmd(cmd, dir=".", show=None, output=False, checkfail=True):
|
||||
if show is None:
|
||||
|
Loading…
x
Reference in New Issue
Block a user