summaryrefslogtreecommitdiffstats
path: root/bin
AgeCommit message (Expand)AuthorFilesLines
2015-04-18reproducible: build: refactor: chmod 644 the rbuildlog, to be sure about the ...Mattia Rizzolo1-0/+1
2015-04-18reproducible: build: refactor: fix message and path in save_artifacts()Mattia Rizzolo1-7/+8
2015-04-18reproducible: build: refactor: really can't define a variable before knowing ...Mattia Rizzolo1-3/+2
2015-04-18reproducible: build: refactor: save the correct version to the DBMattia Rizzolo1-1/+4
2015-04-18reproducible: build: refactor: specific complains when dbd says it's reproduc...Mattia Rizzolo1-2/+5
2015-04-18reproducible: build: refactor: use set -e. I want to know when something goes...Mattia Rizzolo1-0/+2
2015-04-18reproducible: setup_schroot: set up apt http_proxy in the chroot only if $htt...Mattia Rizzolo1-1/+3
2015-04-18reproducible: build: refactor: fix a bunch of typosMattia Rizzolo1-4/+3
2015-04-18reproducible: build: refactor: first define of RBUILDLOG globally at the very...Mattia Rizzolo1-2/+2
2015-04-18reproducible: build: refactor: strip out save_artifats() from cleanup_all(), ...Mattia Rizzolo1-14/+18
2015-04-18reproducible: build: refactor: use $TMPDIR instead of $PWD to be clear about ...Mattia Rizzolo1-4/+4
2015-04-18reproducible: build: refactor: make a local variable in call_debbindiff() to...Mattia Rizzolo1-5/+5
2015-04-18reproducible: build: refactor: make global, and move the call_debbindiff cal...Mattia Rizzolo1-4/+6
2015-04-18reproducible: build: refactor: better string for successfully reproducibly pa...Mattia Rizzolo1-1/+1
2015-04-18reproducible: build: refactor: use local variables in print_out_duration() to...Mattia Rizzolo1-3/+3
2015-04-18reproducible: build: refactor: call handle_ftbr() at the end of dbd_timeout +...Mattia Rizzolo1-4/+6
2015-04-18reproducible: build: refactor: also update stats_build table in update_db_and...Mattia Rizzolo1-3/+3
2015-04-18reproducible: build: refactor: update results table in update_db_and_html()Mattia Rizzolo1-12/+12
2015-04-18reproducible: build: refactor: better handling of FTBR reasonsMattia Rizzolo1-10/+11
2015-04-18reproducible: build: refactor: nitpicks+commentsMattia Rizzolo1-6/+7
2015-04-18reproducible: build: refactor: call_debbindiff(): add a catchall for every ev...Mattia Rizzolo1-0/+4
2015-04-18reproducible: build: refactor: add irc_message() to reduce hardcoding of kgb-...Mattia Rizzolo1-3/+9
2015-04-18reproducible: build: refactor: call_debbindiff(): call handle_ftbr() inside t...Mattia Rizzolo1-4/+5
2015-04-18reproducible: build: refactor: call_debbindiff(): print out debbindiff output...Mattia Rizzolo1-3/+12
2015-04-18reproducible: build: refactor: restore the cat *.changes I accidently droppedMattia Rizzolo1-0/+1
2015-04-18reproducible: build: refactor: do something if a reproducible build ends up e...Mattia Rizzolo1-14/+17
2015-04-18reproducible: build: refactor: slim down the call_debbindiff() function: stri...Mattia Rizzolo1-20/+24
2015-04-18reproducible: build: refactor: slim down the call_debbindiff() function: stri...Mattia Rizzolo1-12/+16
2015-04-18reproducible: build: refactor: lift up the handle_* functionsMattia Rizzolo1-28/+28
2015-04-18reproducible: build: refactor: use the case costructor instead of if/elif/eli...Mattia Rizzolo1-8/+12
2015-04-18reproducible: build: refactor: slim down the call_debbindiff() function: stri...Mattia Rizzolo1-7/+11
2015-04-18reproducible: build: refactor: slim down the call_debbindiff() function: stri...Mattia Rizzolo1-2/+6
2015-04-18reproducible: build: refactor: more commentsMattia Rizzolo1-5/+9
2015-04-18reproducible: build: refactor: move the actual calls to pbuilder to build_reb...Mattia Rizzolo1-56/+71
2015-04-18reproducible: build: refactor: WIP: something exp+untested to avoid dcmd file...Mattia Rizzolo1-15/+5
2015-04-18reproducible: build: refactor: move the check for valid arch to check_suitabi...Mattia Rizzolo1-26/+32
2015-04-18reproducible: build: refactor: WIP: something exp+untested to avoid cleaning ...Mattia Rizzolo1-17/+4
2015-04-18reproducible: build: refactor: more trimming of the main function + fix varia...Mattia Rizzolo1-12/+11
2015-04-18reproducible: build: refactor: move the schroot call to get the source packag...Mattia Rizzolo1-22/+29
2015-04-18reproducible: build: refactor: add a init() function to gather initialization...Mattia Rizzolo1-2/+5
2015-04-18reproducible: build: refactor: gather more or less generic+useful env variabl...Mattia Rizzolo1-8/+8
2015-04-18reproducible: build: refactor: move the db quering to pick up the package to ...Mattia Rizzolo1-11/+16
2015-04-18reproducible: build: refactor: slim down the call_debbindiff() function: stri...Mattia Rizzolo1-4/+8
2015-04-18reproducible: build: refactor: stop checking for .buildinfo presence. it's al...Mattia Rizzolo1-5/+1
2015-04-18reproducible: build: refactor: s/LOGFILE/DBDREPORT/: way more clear what's th...Mattia Rizzolo1-10/+10
2015-04-18reproducible: maintenance: swallow ~/devel/jenkins.debian.net output, it's bo...Mattia Rizzolo1-2/+2
2015-04-18reproducible: maintenance: bash can't correctly loop over sqlite3(1) output, ...Mattia Rizzolo1-5/+7
2015-04-18reproducible: maintenance: fix the cut(1) call in the removed packages partMattia Rizzolo1-3/+3
2015-04-18reproducible: scheduler: fix the removing packages partMattia Rizzolo1-1/+2
2015-04-16reproducible: new db table: removed_packages, to track removed package and su...Mattia Rizzolo3-15/+26