summaryrefslogtreecommitdiffstats
path: root/script/autobuild.py
Commit message (Collapse)AuthorAgeFilesLines
...
* autobuild: add a bit more debug info in autobuildAndrew Tridgell2011-02-071-7/+8
| | | | | | this may help to track down rebase problems in future Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* autobuild: decouple build directories from target namesAndrew Tridgell2011-02-071-53/+68
| | | | | | this allows us to use 'samba4' as the tag, but build in '.' Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* autobuild: added "make distcheck" for our libsAndrew Tridgell2011-01-111-0/+5
| | | | this ensures that release creation always works
* script/autobuild.py: add pidl testsStefan Metzmacher2011-01-051-0/+9
| | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Jan 5 14:29:54 CET 2011 on sn-devel-104
* script/autobuild.py: fix path to clean-source-tree.sh from within lib/tevent/Stefan Metzmacher2011-01-051-1/+1
| | | | metze
* script/autobuild.py: check that the source tree has no uncommitted changes ↵Stefan Metzmacher2010-12-311-7/+21
| | | | | | | | | | | after make This makes sure the ABI files will be committed when the ABI changed. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Fri Dec 31 04:03:28 CET 2010 on sn-devel-104
* tdb: Remove autotools support.Jelmer Vernooij2010-12-241-4/+2
|
* autobuild: add some commentsStefan Metzmacher2010-10-251-0/+2
| | | | metze
* autobuild: run ldb tests with TDB_NO_FSYNC=1Stefan Metzmacher2010-10-251-1/+1
| | | | | | Only the tdb tests should not have this. metze
* autobuild: don't cleanup the pid file within the retry loopAndrew Tridgell2010-10-211-1/+2
| | | | if we rebase and retry we need to keep the pid file
* autobuild: create an autobuild.pid fileAndrew Tridgell2010-10-191-0/+9
| | | | | | | | | | this will allow us to avoid an error email when you resubmit and there is an existing autobuild. Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Tue Oct 19 23:36:05 UTC 2010 on sn-devel-104
* autobuild: do make install after make testAndrew Tridgell2010-10-131-2/+2
| | | | | | | this ensures that commits that break uninstalled testing get caught by autobuild in future Pair-Programmed-With: Jelmer Vernooij <jelmer@samba.org>
* autobuild: send email failure if rebase failsAndrew Tridgell2010-10-121-9/+16
| | | | | | | | | users need to know if the rebase on master fails Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Tue Oct 12 02:53:15 UTC 2010 on sn-devel-104
* autobuild: only add autobuild.log if it existsAndrew Tridgell2010-10-061-1/+2
| | | | this makes running autobuild on other than sn-devel easier
* autobuild: override the editor when marking the commitAndrew Tridgell2010-10-031-1/+2
| | | | | | | | | this avoids the problem of a user having an editor set in their global .gitconfig, and that having higher precedence than the EDITOR environment variable Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Sun Oct 3 15:22:01 UTC 2010 on sn-devel-104
* autobuild: show top commit in emailsAndrew Tridgell2010-10-011-2/+20
|
* autobuild: include autobuild.log in logs.tar.gzAndrew Tridgell2010-10-011-0/+1
|
* autobuild: fixed tuple count for retryAndrew Tridgell2010-10-011-1/+1
|
* autobuild: revert a bit more of the subunit changesAndrew Tridgell2010-10-011-2/+2
| | | | still not quite right - we can enable this again once its fully tested
* autobuild: disable the subuit changes for now - they break error checkingAndrew Tridgell2010-10-011-2/+2
|
* autobuild: fixed the tuples in the retry_taskAndrew Tridgell2010-10-011-2/+3
| | | | | | | 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
* autobuild: cwd is needed on all command typesAndrew Tridgell2010-10-011-2/+2
|
* autobuild: Avoid unnecessary chdir() calls.Jelmer Vernooij2010-10-011-11/+7
|
* autobuild: Output test results in subunit.Jelmer Vernooij2010-10-011-3/+5
|
* autobuild: Provide more information about build sequence, stage name and ↵Jelmer Vernooij2010-10-011-51/+54
| | | | output mime type (all plain text for now).
* autobuild: Add --always-email option.Jelmer Vernooij2010-10-011-0/+33
|
* autobuild: Add --daemon option.Jelmer Vernooij2010-10-011-0/+31
|
* autobuild: Remove autogen step for projects that have checked in configure.Jelmer Vernooij2010-10-011-6/+3
|
* autobuild: Simplify find_git_root.Jelmer Vernooij2010-10-011-11/+6
|
* autobuild: fixed the --tail option for new log locationsAndrew Tridgell2010-09-301-1/+1
|
* autobuild: push of ref/notes/commits isn't allowed in masterAndrew Tridgell2010-09-301-1/+3
| | | | | | | metze may enable this later Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Thu Sep 30 22:25:02 UTC 2010 on sn-devel-104
* autobuild: added much better email reportingAndrew Tridgell2010-09-301-10/+48
| | | | logs are now accessible via http://git.samba.org
* autobuild: fixed exit statusAndrew Tridgell2010-09-301-1/+1
| | | | this should fix the case where we don't send logs on failure
* autobuild: use git notes for autobuild messagesAndrew Tridgell2010-09-281-1/+1
| | | | | | | This avoids changing the commit ID when we add a note that the autobuild has passed thanks to Jelmer for this suggestion!
* selftest: enable FAIL_IMMEDIATELY in autobuild make testAndrew Tridgell2010-09-281-2/+2
| | | | | | | this should reduce the time we wait for previous failing builds. Right now this will only work for s4, as we need a makefile change for s3 support
* autobuild: use killbysubdir if availableAndrew Tridgell2010-09-261-2/+4
| | | | | this will reduce the spurious test output while processes are being killed
* autobuild: exit immediately if no changes from masterAndrew Tridgell2010-09-261-1/+9
| | | | we don't need to test master in autobuild
* autobuild: fixed detection of master changesAndrew Tridgell2010-09-261-3/+4
|
* autobuild: added --retry optionAndrew Tridgell2010-09-261-26/+68
| | | | this allows the build to auto retry if master changes
* autobuild: enable ccacheAndrew Tridgell2010-09-261-0/+2
|
* autobuild: added --fix-whitespace optionAndrew Tridgell2010-09-261-1/+7
|
* autobuild: added --rebase-master and --push-masterAndrew Tridgell2010-09-261-3/+21
| | | | Pair-Programmed-With: Stefan Metzmacher <metze@samba.org>
* autobuild: added a EDITOR script to mark successful autobuildsAndrew Tridgell2010-09-261-7/+28
| | | | Pair-Programmed-With: Stefan Metzmacher <metze@samba.org>
* autobuild: added --rebase optionAndrew Tridgell2010-09-261-24/+35
| | | | this allows you to rebase on a URL before starting
* script: added autobuild.py automatic build test scriptAndrew Tridgell2010-09-261-0/+263
this can be used to run all tests in parallel, in free git clones