index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
script
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
script: added librelease.sh script
Andrew Tridgell
2011-01-11
1
-0
/
+68
*
autobuild: added "make distcheck" for our libs
Andrew Tridgell
2011-01-11
1
-0
/
+5
*
script/autobuild.py: add pidl tests
Stefan Metzmacher
2011-01-05
1
-0
/
+9
*
script/autobuild.py: fix path to clean-source-tree.sh from within lib/tevent/
Stefan Metzmacher
2011-01-05
1
-1
/
+1
*
script/autobuild.py: check that the source tree has no uncommitted changes af...
Stefan Metzmacher
2010-12-31
2
-7
/
+54
*
tdb: Remove autotools support.
Jelmer Vernooij
2010-12-24
1
-4
/
+2
*
show_test_time: Move to root scripting directory as it's useful for s3
Jelmer Vernooij
2010-11-27
1
-0
/
+19
*
autobuild: perfer to use git mail address in autobuild comment
Björn JACKE
2010-11-10
1
-1
/
+5
*
autobuild: add some comments
Stefan Metzmacher
2010-10-25
1
-0
/
+2
*
autobuild: run ldb tests with TDB_NO_FSYNC=1
Stefan Metzmacher
2010-10-25
1
-1
/
+1
*
autobuild: don't cleanup the pid file within the retry loop
Andrew Tridgell
2010-10-21
1
-1
/
+2
*
autobuild: create an autobuild.pid file
Andrew Tridgell
2010-10-19
1
-0
/
+9
*
script: the --tests option has been replaced by --test-command
Andrew Tridgell
2010-10-15
1
-1
/
+0
*
autobuild: do make install after make test
Andrew Tridgell
2010-10-13
1
-2
/
+2
*
autobuild: send email failure if rebase fails
Andrew Tridgell
2010-10-12
1
-9
/
+16
*
autobuild: add an extra blank line before the autobuild markers
Andrew Tridgell
2010-10-12
1
-0
/
+1
*
land-remote: Fix --fail-slowly.
Jelmer Vernooij
2010-10-11
1
-0
/
+2
*
land: Use temp dir if /memdisk is not available.
Jelmer Vernooij
2010-10-09
1
-1
/
+7
*
script: improvements to bisect-test.py
Andrew Tridgell
2010-10-07
1
-12
/
+17
*
autobuild: only add autobuild.log if it exists
Andrew Tridgell
2010-10-06
1
-1
/
+2
*
land: Fix stage description during failure.
Jelmer Vernooij
2010-10-05
1
-2
/
+2
*
land: Print out failed test in case of subunit failures.
Jelmer Vernooij
2010-10-05
1
-3
/
+30
*
land: Fix failure detection.
Jelmer Vernooij
2010-10-05
1
-33
/
+39
*
land: Simplify retry checker.
Jelmer Vernooij
2010-10-05
1
-20
/
+30
*
land-remote: Force running in foreground when pushing to master.
Jelmer Vernooij
2010-10-04
1
-2
/
+2
*
land-remote: Announce what address email is going to be sent to.
Jelmer Vernooij
2010-10-04
1
-0
/
+3
*
autobuild: override the editor when marking the commit
Andrew Tridgell
2010-10-03
1
-1
/
+2
*
land: Inherit EMAIL from the environment.
Jelmer Vernooij
2010-10-03
1
-0
/
+3
*
land: Force always emailing when there is no other mechanism of progress repo...
Jelmer Vernooij
2010-10-03
1
-2
/
+8
*
land: Attach tarball of logs rather than individual logs to keep the
Jelmer Vernooij
2010-10-03
1
-19
/
+11
*
land: Some cosmetic fixes.
Jelmer Vernooij
2010-10-03
2
-30
/
+55
*
land: Attach test output files to result emails.
Jelmer Vernooij
2010-10-03
1
-11
/
+43
*
land: Add --revision argument.
Jelmer Vernooij
2010-10-03
2
-8
/
+29
*
land-remote: Run remote land command unbuffered.
Jelmer Vernooij
2010-10-03
2
-2
/
+2
*
land-remote: Pass extra arguments on to land.
Jelmer Vernooij
2010-10-03
2
-3
/
+3
*
land: Implement --fail-immediately directly in Python, provide subunit file.
Jelmer Vernooij
2010-10-02
1
-26
/
+96
*
land: Add separate treestagebuilder for subunit.
Jelmer Vernooij
2010-10-02
1
-12
/
+41
*
land: Cherry-pick tridges changes to autobuild.
Jelmer Vernooij
2010-10-02
1
-3
/
+22
*
land: Move stage building into a separate class so we can have subclasses (e....
Jelmer Vernooij
2010-10-02
1
-35
/
+64
*
land: Only pass shell=True if necessary.
Jelmer Vernooij
2010-10-02
1
-19
/
+22
*
land: Add --fail-slowly option.
Jelmer Vernooij
2010-10-02
2
-6
/
+13
*
Several smaller cleanups, use python coding style.
Jelmer Vernooij
2010-10-02
1
-17
/
+16
*
land: Avoid running things in a shell where not necessary.
Jelmer Vernooij
2010-10-02
1
-4
/
+9
*
land-remote: Checkout repository first.
Jelmer Vernooij
2010-10-02
1
-2
/
+3
*
land-remote: Use --repository option.
Jelmer Vernooij
2010-10-02
1
-1
/
+1
*
land: Add --repository option.
Jelmer Vernooij
2010-10-02
2
-4
/
+12
*
land: Move more functionality onto builder.
Jelmer Vernooij
2010-10-02
1
-9
/
+23
*
land: Avoid more uses of chdir().
Jelmer Vernooij
2010-10-02
1
-8
/
+2
*
Split land.py back out of autobuild.py, so I can change it without
Jelmer Vernooij
2010-10-02
2
-0
/
+473
*
bisect: more bisection options
Andrew Tridgell
2010-10-02
1
-6
/
+12
[prev]
[next]