index
:
jenkins.debian.net
expac-pkgbases
master
[no description]
Johannes Löthberg
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-20
g-i edu: use dedicated jessie image (and not the testing one)
Holger Levsen
1
-4
/
+4
2015-04-20
reproducible: build: fix sed for the generation of the artifacts page header
Mattia Rizzolo
1
-1
/
+3
2015-04-20
reproducible: build: fix last commit by catching another corner case
Mattia Rizzolo
1
-0
/
+2
2015-04-19
reproducible: build: fix quotation. Thanks Lunar!
Mattia Rizzolo
1
-1
/
+1
2015-04-19
start a 'next steps' section for jenkins.d.o migration
Holger Levsen
1
-0
/
+14
2015-04-19
reproducible: build: do not try to delete the lockfile if it's not ours
Mattia Rizzolo
1
-1
/
+3
2015-04-19
reproducible: build: refactor: fix some corner case handling
Mattia Rizzolo
1
-5
/
+9
2015-04-19
reproducible: add notes about running 2nd build with different cpu
Holger Levsen
1
-0
/
+2
2015-04-18
reproducible: slightly rename functions
Holger Levsen
1
-9
/
+9
2015-04-18
reproducible: minor refactoring
Holger Levsen
1
-1
/
+1
2015-04-18
reproducible: fix typos
Holger Levsen
1
-4
/
+4
2015-04-18
reproducible: build: refactor: extensively try to avoid races, check for anot...
Mattia Rizzolo
1
-2
/
+45
2015-04-18
reproducible: build: refactor: another local variable
Mattia Rizzolo
1
-2
/
+2
2015-04-18
reproducible: build: refactor: one todo item down \o/
Mattia Rizzolo
2
-4
/
+3
2015-04-18
reproducible: build: refactor: chmod 644 the rbuildlog, to be sure about the ...
Mattia Rizzolo
1
-0
/
+1
2015-04-18
reproducible: build: refactor: fix message and path in save_artifacts()
Mattia Rizzolo
1
-7
/
+8
2015-04-18
reproducible: build: refactor: really can't define a variable before knowing ...
Mattia Rizzolo
1
-3
/
+2
2015-04-18
reproducible: build: refactor: save the correct version to the DB
Mattia Rizzolo
1
-1
/
+4
2015-04-18
reproducible: build: refactor: specific complains when dbd says it's reproduc...
Mattia Rizzolo
1
-2
/
+5
2015-04-18
reproducible: build: refactor: use set -e. I want to know when something goes...
Mattia Rizzolo
1
-0
/
+2
2015-04-18
apache: use .HEADER.html as a header for directory listing of /var/lib/jenkin...
Mattia Rizzolo
1
-0
/
+4
2015-04-18
reproducible: setup_schroot: set up apt http_proxy in the chroot only if $htt...
Mattia Rizzolo
1
-1
/
+3
2015-04-18
reproducible: build: refactor: fix a bunch of typos
Mattia Rizzolo
1
-4
/
+3
2015-04-18
reproducible: build: refactor: first define of RBUILDLOG globally at the very...
Mattia Rizzolo
1
-2
/
+2
2015-04-18
reproducible: build: refactor: strip out save_artifats() from cleanup_all(), ...
Mattia Rizzolo
1
-14
/
+18
2015-04-18
reproducible: build: refactor: use $TMPDIR instead of $PWD to be clear about ...
Mattia Rizzolo
1
-4
/
+4
2015-04-18
reproducible: build: refactor: make a local variable in call_debbindiff() to...
Mattia Rizzolo
1
-5
/
+5
2015-04-18
reproducible: build: refactor: make global, and move the call_debbindiff cal...
Mattia Rizzolo
1
-4
/
+6
2015-04-18
reproducible: build: refactor: better string for successfully reproducibly pa...
Mattia Rizzolo
1
-1
/
+1
2015-04-18
reproducible: build: refactor: use local variables in print_out_duration() to...
Mattia Rizzolo
1
-3
/
+3
2015-04-18
reproducible: build: refactor: call handle_ftbr() at the end of dbd_timeout +...
Mattia Rizzolo
1
-4
/
+6
2015-04-18
reproducible: build: refactor: also update stats_build table in update_db_and...
Mattia Rizzolo
1
-3
/
+3
2015-04-18
reproducible: build: refactor: update results table in update_db_and_html()
Mattia Rizzolo
1
-12
/
+12
2015-04-18
reproducible: build: refactor: better handling of FTBR reasons
Mattia Rizzolo
1
-10
/
+11
2015-04-18
reproducible: build: refactor: nitpicks+comments
Mattia Rizzolo
1
-6
/
+7
2015-04-18
reproducible: build: refactor: call_debbindiff(): add a catchall for every ev...
Mattia Rizzolo
1
-0
/
+4
2015-04-18
reproducible: build: refactor: add irc_message() to reduce hardcoding of kgb-...
Mattia Rizzolo
1
-3
/
+9
2015-04-18
reproducible: build: refactor: call_debbindiff(): call handle_ftbr() inside t...
Mattia Rizzolo
1
-4
/
+5
2015-04-18
reproducible: build: refactor: call_debbindiff(): print out debbindiff output...
Mattia Rizzolo
1
-3
/
+12
2015-04-18
reproducible: build: refactor: restore the cat *.changes I accidently dropped
Mattia Rizzolo
1
-0
/
+1
2015-04-18
reproducible: build: refactor: do something if a reproducible build ends up e...
Mattia Rizzolo
1
-14
/
+17
2015-04-18
reproducible: build: refactor: slim down the call_debbindiff() function: stri...
Mattia Rizzolo
1
-20
/
+24
2015-04-18
reproducible: build: refactor: slim down the call_debbindiff() function: stri...
Mattia Rizzolo
1
-12
/
+16
2015-04-18
reproducible: build: refactor: lift up the handle_* functions
Mattia Rizzolo
1
-28
/
+28
2015-04-18
reproducible: build: refactor: use the case costructor instead of if/elif/eli...
Mattia Rizzolo
1
-8
/
+12
2015-04-18
reproducible: build: refactor: slim down the call_debbindiff() function: stri...
Mattia Rizzolo
1
-7
/
+11
2015-04-18
reproducible: build: refactor: slim down the call_debbindiff() function: stri...
Mattia Rizzolo
1
-2
/
+6
2015-04-18
reproducible: build: refactor: more comments
Mattia Rizzolo
1
-5
/
+9
2015-04-18
reproducible: build: refactor: move the actual calls to pbuilder to build_reb...
Mattia Rizzolo
1
-56
/
+71
2015-04-18
reproducible: build: refactor: WIP: something exp+untested to avoid dcmd file...
Mattia Rizzolo
1
-15
/
+5
[prev]
[next]