Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-07-05 | ldb: make ldb a top level library for Samba 4.0 | Andrew Bartlett | 1 | -2/+2 | |
Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2011-04-30 | script/autobuild.py: don't force usage of ccache and gcc | Stefan Metzmacher | 1 | -2/+0 | |
If someone wants to use it, CC="ccache gcc" script/autobuild.py will work. It also makes it possible to use other compilers than gcc. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sat Apr 30 13:47:47 CEST 2011 on sn-devel-104 | |||||
2011-04-30 | script/autobuild.py: make sure --with-selftest-prefix keeps working | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2011-03-01 | autobuild: enabled samba3-waf build | Andrew Tridgell | 1 | -1/+8 | |
this is just a build check for now. See the mailing list discussion. Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Tue Mar 1 06:22:07 CET 2011 on sn-devel-104 | |||||
2011-02-22 | python: use os.environ[] instead of os.putenv() | Andrew Tridgell | 1 | -1/+1 | |
using os.putenv() causes too much confusion, as it doesn't update os.getenv() Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-02-07 | script/autobuild.py: git diff has a '--stat' option, no need to use 'diffstat' | Stefan Metzmacher | 1 | -1/+1 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Feb 7 14:55:10 CET 2011 on sn-devel-104 | |||||
2011-02-07 | autobuild: lib/replace doesn't need autogen.sh | Andrew Tridgell | 1 | -2/+1 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-02-07 | autobuild: fixed clone source for build trees | Andrew Tridgell | 1 | -1/+1 | |
this fixes a bug where autobuild would test the tree that the user pushed, not the tree that has been rebased on master. That could cause broken trees to get into master. Andrew Bartlett noticed this with a tree from Jan 19th. Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-02-07 | autobuild: add a bit more debug info in autobuild | Andrew Tridgell | 1 | -7/+8 | |
this may help to track down rebase problems in future Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-02-07 | autobuild: decouple build directories from target names | Andrew Tridgell | 1 | -53/+68 | |
this allows us to use 'samba4' as the tag, but build in '.' Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-01-11 | autobuild: added "make distcheck" for our libs | Andrew Tridgell | 1 | -0/+5 | |
this ensures that release creation always works | |||||
2011-01-05 | script/autobuild.py: add pidl tests | Stefan Metzmacher | 1 | -0/+9 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Jan 5 14:29:54 CET 2011 on sn-devel-104 | |||||
2011-01-05 | script/autobuild.py: fix path to clean-source-tree.sh from within lib/tevent/ | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2010-12-31 | script/autobuild.py: check that the source tree has no uncommitted changes ↵ | Stefan Metzmacher | 1 | -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 | |||||
2010-12-24 | tdb: Remove autotools support. | Jelmer Vernooij | 1 | -4/+2 | |
2010-10-25 | autobuild: add some comments | Stefan Metzmacher | 1 | -0/+2 | |
metze | |||||
2010-10-25 | autobuild: run ldb tests with TDB_NO_FSYNC=1 | Stefan Metzmacher | 1 | -1/+1 | |
Only the tdb tests should not have this. metze | |||||
2010-10-21 | autobuild: don't cleanup the pid file within the retry loop | Andrew Tridgell | 1 | -1/+2 | |
if we rebase and retry we need to keep the pid file | |||||
2010-10-19 | autobuild: create an autobuild.pid file | Andrew Tridgell | 1 | -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 | |||||
2010-10-13 | autobuild: do make install after make test | Andrew Tridgell | 1 | -2/+2 | |
this ensures that commits that break uninstalled testing get caught by autobuild in future Pair-Programmed-With: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-10-12 | autobuild: send email failure if rebase fails | Andrew Tridgell | 1 | -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 | |||||
2010-10-06 | autobuild: only add autobuild.log if it exists | Andrew Tridgell | 1 | -1/+2 | |
this makes running autobuild on other than sn-devel easier | |||||
2010-10-03 | autobuild: override the editor when marking the commit | Andrew Tridgell | 1 | -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 | |||||
2010-10-01 | autobuild: show top commit in emails | Andrew Tridgell | 1 | -2/+20 | |
2010-10-01 | autobuild: include autobuild.log in logs.tar.gz | Andrew Tridgell | 1 | -0/+1 | |
2010-10-01 | autobuild: fixed tuple count for retry | Andrew Tridgell | 1 | -1/+1 | |
2010-10-01 | autobuild: revert a bit more of the subunit changes | Andrew Tridgell | 1 | -2/+2 | |
still not quite right - we can enable this again once its fully tested | |||||
2010-10-01 | autobuild: disable the subuit changes for now - they break error checking | Andrew Tridgell | 1 | -2/+2 | |
2010-10-01 | autobuild: fixed the tuples in the retry_task | Andrew Tridgell | 1 | -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 | |||||
2010-10-01 | autobuild: cwd is needed on all command types | Andrew Tridgell | 1 | -2/+2 | |
2010-10-01 | autobuild: Avoid unnecessary chdir() calls. | Jelmer Vernooij | 1 | -11/+7 | |
2010-10-01 | autobuild: Output test results in subunit. | Jelmer Vernooij | 1 | -3/+5 | |
2010-10-01 | autobuild: Provide more information about build sequence, stage name and ↵ | Jelmer Vernooij | 1 | -51/+54 | |
output mime type (all plain text for now). | |||||
2010-10-01 | autobuild: Add --always-email option. | Jelmer Vernooij | 1 | -0/+33 | |
2010-10-01 | autobuild: Add --daemon option. | Jelmer Vernooij | 1 | -0/+31 | |
2010-10-01 | autobuild: Remove autogen step for projects that have checked in configure. | Jelmer Vernooij | 1 | -6/+3 | |
2010-10-01 | autobuild: Simplify find_git_root. | Jelmer Vernooij | 1 | -11/+6 | |
2010-09-30 | autobuild: fixed the --tail option for new log locations | Andrew Tridgell | 1 | -1/+1 | |
2010-09-30 | autobuild: push of ref/notes/commits isn't allowed in master | Andrew Tridgell | 1 | -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 | |||||
2010-09-30 | autobuild: added much better email reporting | Andrew Tridgell | 1 | -10/+48 | |
logs are now accessible via http://git.samba.org | |||||
2010-09-30 | autobuild: fixed exit status | Andrew Tridgell | 1 | -1/+1 | |
this should fix the case where we don't send logs on failure | |||||
2010-09-28 | autobuild: use git notes for autobuild messages | Andrew Tridgell | 1 | -1/+1 | |
This avoids changing the commit ID when we add a note that the autobuild has passed thanks to Jelmer for this suggestion! | |||||
2010-09-28 | selftest: enable FAIL_IMMEDIATELY in autobuild make test | Andrew Tridgell | 1 | -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 | |||||
2010-09-26 | autobuild: use killbysubdir if available | Andrew Tridgell | 1 | -2/+4 | |
this will reduce the spurious test output while processes are being killed | |||||
2010-09-26 | autobuild: exit immediately if no changes from master | Andrew Tridgell | 1 | -1/+9 | |
we don't need to test master in autobuild | |||||
2010-09-26 | autobuild: fixed detection of master changes | Andrew Tridgell | 1 | -3/+4 | |
2010-09-26 | autobuild: added --retry option | Andrew Tridgell | 1 | -26/+68 | |
this allows the build to auto retry if master changes | |||||
2010-09-26 | autobuild: enable ccache | Andrew Tridgell | 1 | -0/+2 | |
2010-09-26 | autobuild: added --fix-whitespace option | Andrew Tridgell | 1 | -1/+7 | |
2010-09-26 | autobuild: added --rebase-master and --push-master | Andrew Tridgell | 1 | -3/+21 | |
Pair-Programmed-With: Stefan Metzmacher <metze@samba.org> |