summaryrefslogtreecommitdiff
path: root/script
AgeCommit message (Collapse)AuthorFilesLines
2011-08-09script/librelease.sh: add git push for the release tagStefan Metzmacher1-1/+6
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue Aug 9 15:19:07 CEST 2011 on sn-devel-104
2011-07-05ldb: make ldb a top level library for Samba 4.0Andrew Bartlett2-3/+3
Signed-off-by: Andrew Tridgell <tridge@samba.org>
2011-07-02s3-param Generate parameter tablesAndrew Bartlett1-0/+204
2011-06-30script/librelease.sh: keep dots in the release tagStefan Metzmacher1-1/+1
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Thu Jun 30 18:52:06 CEST 2011 on sn-devel-104
2011-04-30script/autobuild.py: don't force usage of ccache and gccStefan Metzmacher1-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-30script/autobuild.py: make sure --with-selftest-prefix keeps workingStefan Metzmacher1-1/+1
metze
2011-04-22script/librelease: display the permission on the serverStefan Metzmacher1-0/+1
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Fri Apr 22 11:40:13 CEST 2011 on sn-devel-104
2011-04-22script/librelease: add more error checkingStefan Metzmacher1-3/+9
metze
2011-04-22script/librelease: set umask 0022Stefan Metzmacher1-0/+1
Releases should be readable by everyone. metze
2011-04-22script/librelease: use a GPG_KEYID variable to hold the signing keyStefan Metzmacher1-1/+2
metze
2011-04-21script: add hardcoded library release key idStefan Metzmacher1-1/+1
We don't want to use the key that might be configured in ~/.gitconfig. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Thu Apr 21 18:25:32 CEST 2011 on sn-devel-104
2011-03-01autobuild: enabled samba3-waf buildAndrew Tridgell1-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-22python: use os.environ[] instead of os.putenv()Andrew Tridgell2-2/+2
using os.putenv() causes too much confusion, as it doesn't update os.getenv() Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
2011-02-14script: sign library releases with Samba Library Distribution KeyAndrew Tridgell1-1/+3
2011-02-07script/autobuild.py: git diff has a '--stat' option, no need to use 'diffstat'Stefan Metzmacher1-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-07autobuild: lib/replace doesn't need autogen.shAndrew Tridgell1-2/+1
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
2011-02-07autobuild: fixed clone source for build treesAndrew Tridgell1-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-07autobuild: add a bit more debug info in autobuildAndrew Tridgell1-7/+8
this may help to track down rebase problems in future Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
2011-02-07autobuild: decouple build directories from target namesAndrew Tridgell1-53/+68
this allows us to use 'samba4' as the tag, but build in '.' Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
2011-01-11script: tag the releasesAndrew Tridgell1-2/+8
Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Tue Jan 11 02:10:05 CET 2011 on sn-devel-104
2011-01-11script: added librelease.sh scriptAndrew Tridgell1-0/+68
this is used to make library releases
2011-01-11autobuild: added "make distcheck" for our libsAndrew Tridgell1-0/+5
this ensures that release creation always works
2011-01-05script/autobuild.py: add pidl testsStefan Metzmacher1-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-05script/autobuild.py: fix path to clean-source-tree.sh from within lib/tevent/Stefan Metzmacher1-1/+1
metze
2010-12-31script/autobuild.py: check that the source tree has no uncommitted changes ↵Stefan Metzmacher2-7/+54
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-24tdb: Remove autotools support.Jelmer Vernooij1-4/+2
2010-11-27show_test_time: Move to root scripting directory as it's useful for s3Jelmer Vernooij1-0/+19
and s4. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Nov 27 17:17:29 CET 2010 on sn-devel-104
2010-11-10autobuild: perfer to use git mail address in autobuild commentBjörn JACKE1-1/+5
Signed-off-by: Andrew Tridgell <tridge@samba.org> Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Wed Nov 10 23:56:37 UTC 2010 on sn-devel-104
2010-10-25autobuild: add some commentsStefan Metzmacher1-0/+2
metze
2010-10-25autobuild: run ldb tests with TDB_NO_FSYNC=1Stefan Metzmacher1-1/+1
Only the tdb tests should not have this. metze
2010-10-21autobuild: don't cleanup the pid file within the retry loopAndrew Tridgell1-1/+2
if we rebase and retry we need to keep the pid file
2010-10-19autobuild: create an autobuild.pid fileAndrew Tridgell1-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-15script: the --tests option has been replaced by --test-commandAndrew Tridgell1-1/+0
2010-10-13autobuild: do make install after make testAndrew Tridgell1-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-12autobuild: send email failure if rebase failsAndrew Tridgell1-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-12autobuild: add an extra blank line before the autobuild markersAndrew Tridgell1-0/+1
2010-10-11land-remote: Fix --fail-slowly.Jelmer Vernooij1-0/+2
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Mon Oct 11 15:54:31 UTC 2010 on sn-devel-104
2010-10-09land: Use temp dir if /memdisk is not available.Jelmer Vernooij1-1/+7
2010-10-07script: improvements to bisect-test.pyAndrew Tridgell1-12/+17
- allow control of all the commands (eg. specify configure command) - do a bisect reset at the end Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Thu Oct 7 04:11:21 UTC 2010 on sn-devel-104
2010-10-06autobuild: only add autobuild.log if it existsAndrew Tridgell1-1/+2
this makes running autobuild on other than sn-devel easier
2010-10-05land: Fix stage description during failure.Jelmer Vernooij1-2/+2
2010-10-05land: Print out failed test in case of subunit failures.Jelmer Vernooij1-3/+30
2010-10-05land: Fix failure detection.Jelmer Vernooij1-33/+39
What subprocess.Popen.poll() returns is a exit code, not a status. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Tue Oct 5 13:05:25 UTC 2010 on sn-devel-104
2010-10-05land: Simplify retry checker.Jelmer Vernooij1-20/+30
2010-10-04land-remote: Force running in foreground when pushing to master.Jelmer Vernooij1-2/+2
2010-10-04land-remote: Announce what address email is going to be sent to.Jelmer Vernooij1-0/+3
2010-10-03autobuild: override the editor when marking the commitAndrew Tridgell1-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-03land: Inherit EMAIL from the environment.Jelmer Vernooij1-0/+3
2010-10-03land: Force always emailing when there is no other mechanism of progress ↵Jelmer Vernooij1-2/+8
reporting.
2010-10-03land: Attach tarball of logs rather than individual logs to keep theJelmer Vernooij1-19/+11
mail size reasonable.