index
:
buildroot-test
master
Buildroot Autobuilder Test
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
Commit message (
Expand
)
Author
Age
Files
Lines
*
scripts/autobuild-run: add a retry loop to not fail on urllib URLError
Thomas Petazzoni
2020-11-16
1
-2
/
+7
*
script/autobuild-run: move the core of the instance loop in a sub-function
Thomas Petazzoni
2020-11-16
1
-27
/
+30
*
scripts/autobuild-run: create host-distro file
Heiko Thiery
2020-10-25
1
-0
/
+17
*
scripts/autobuild-run: properly delete output dir even with write-protected d...
Thomas Petazzoni
2020-08-11
1
-3
/
+10
*
scripts/autobuild-run: make it Python 3.x compatible
Thomas Petazzoni
2019-12-04
1
-3
/
+6
*
scripts/autobuild-run: add support for running parallel builds
Thomas Petazzoni
2019-12-03
1
-1
/
+14
*
scripts/autobuild-run: calculate dldir as an absolute path
Thomas Petazzoni
2019-09-15
1
-1
/
+1
*
autobuild-run: maintain consistency in diffoscope command
Atharva Lele
2019-08-13
1
-3
/
+3
*
autobuild-run: make diffoscope output a JSON-formatted file as well
Atharva Lele
2019-08-11
1
-2
/
+5
*
autobuild-run: make prepare_build() clean the output directory used for repro...
Atharva Lele
2019-08-11
1
-0
/
+4
*
autobuild-run: use different output directories for reproducible builds testing
Atharva Lele
2019-08-11
1
-9
/
+13
*
autobuild-run: fix cross tools prefix for diffoscope
Atharva Lele
2019-08-06
1
-1
/
+2
*
scripts/autobuild-run: create instance directory before using it
Thomas Petazzoni
2019-08-03
1
-4
/
+4
*
autobuild-run: store summary if not uploading
Arnout Vandecappelle (Essensium/Mind)
2019-08-03
1
-0
/
+4
*
scripts/autobuild-run: pass outputdir to .do_build() method
Thomas Petazzoni
2019-08-01
1
-1
/
+1
*
autobuild-run: modify do_build() to accept outputdir as argument
Atharva Lele
2019-08-01
1
-7
/
+7
*
scripts/autobuild-run: support changing repo
Thomas Petazzoni
2019-08-01
1
-2
/
+2
*
autobuild-run: create reason file on build failures
Atharva Lele
2019-08-01
1
-2
/
+5
*
scripts/autobuild-run: make the HTTP URL really configurable
Thomas Petazzoni
2019-08-01
1
-5
/
+6
*
autobuild-run: move get_branch() to Builder class
Atharva Lele
2019-08-01
1
-18
/
+18
*
autobuild-run: move check_version() to Builder class
Atharva Lele
2019-08-01
1
-9
/
+8
*
autobuild-run: define results directory as part of Builder class
Atharva Lele
2019-08-01
1
-13
/
+11
*
autobuild-run: define output directory as part of Builder class
Atharva Lele
2019-08-01
1
-44
/
+37
*
autobuild-run: define download directory as part of Builder class
Atharva Lele
2019-08-01
1
-8
/
+7
*
autobuild-run: define source directory as part of Builder class
Atharva Lele
2019-08-01
1
-17
/
+12
*
autobuild-run: remove kwargs argument from function calls and definitions
Atharva Lele
2019-08-01
1
-15
/
+15
*
autobuild-run: move log variable to Builder class
Atharva Lele
2019-08-01
1
-51
/
+43
*
autobuild-run: define instance directory as a part of Builder class
Atharva Lele
2019-08-01
1
-27
/
+22
*
autobuild-run: move debug from kwargs to Builder class
Atharva Lele
2019-08-01
1
-7
/
+7
*
autobuild-run: move buildpid from kwargs to Builder class
Atharva Lele
2019-08-01
1
-5
/
+6
*
autobuild-run: move upload variable from kwargs to Builder class
Atharva Lele
2019-08-01
1
-4
/
+5
*
autobuild-run: move repo from kwargs to Builder class
Atharva Lele
2019-08-01
1
-4
/
+6
*
autobuild-run: move toolchains_csv from kwargs to Builder class
Atharva Lele
2019-08-01
1
-4
/
+5
*
autobuild-run: move niceness from kwargs to Builder class
Atharva Lele
2019-08-01
1
-5
/
+5
*
autobuild-run: move make_opts from kwargs to Builder class
Atharva Lele
2019-08-01
1
-5
/
+6
*
autobuild-run: move submitter from kwargs to Builder class
Atharva Lele
2019-08-01
1
-4
/
+6
*
autobuild-run: move http variables from kwargs to Builder class
Atharva Lele
2019-08-01
1
-7
/
+11
*
autobuild-run: move sysinfo from kwargs to Builder class
Atharva Lele
2019-08-01
1
-4
/
+5
*
autobuild-run: move njobs from kwargs to Builder class
Atharva Lele
2019-08-01
1
-4
/
+6
*
autobuild-run: move instance variable from kwargs to Builder class
Atharva Lele
2019-08-01
1
-12
/
+14
*
autobuild-run: introduce Builder class
Atharva Lele
2019-08-01
1
-428
/
+430
*
autobuild-run: do reproducible builds tests if BR2_REPRODUCIBLE=y
Atharva Lele
2019-06-17
1
-1
/
+8
*
autobuild-run: initial implementation of do_reproducible_build()
Atharva Lele
2019-06-17
1
-0
/
+37
*
autobuild-run: initial implementation of check_reproducibility()
Atharva Lele
2019-06-17
1
-1
/
+38
*
autobuild-run: move creation of result directory to run_instance()
Atharva Lele
2019-06-17
1
-2
/
+3
*
autobuild-run: fix copy_if_exists()
Giulio Benetti
2019-06-01
1
-3
/
+3
*
autobuild-run: also copy packages files lists if they exist
Yann E. MORIN
2019-04-03
1
-0
/
+3
*
autobuild-run: add helper function to copy-if-exists
Yann E. MORIN
2019-04-03
1
-6
/
+8
*
autobuild-run: enforce a sane umask
Yann E. MORIN
2018-05-17
1
-0
/
+5
*
autobuild-run: remove only tarballs from download dir
Ricardo Martincoski
2018-04-17
1
-0
/
+7
[next]