summaryrefslogtreecommitdiffstats
path: root/bin
AgeCommit message (Collapse)AuthorFilesLines
2015-02-27reproducible: fixup experimental pbuilder base.tgz creationHolger Levsen1-1/+1
2015-02-27reproducible: fixup experimental pbuilder base.tgz creationHolger Levsen1-7/+2
2015-02-27fix typoHolger Levsen1-1/+1
2015-02-27(temp.) Revert "reproducible: use new pbuilder base.tgz's"Holger Levsen1-2/+2
This reverts commit dfbc1df3a497beb9d156832d32f5420e254a7731.
2015-02-27reproducible: use new pbuilder base.tgz'sHolger Levsen1-2/+2
2015-02-27reproducible: new job: setup_pbuilder_experimental and rename the old one ↵Holger Levsen1-2/+1
into setup_pbuilder_sid
2015-02-27fix bashismsHolger Levsen9-18/+18
2015-02-27reproducible: build: stop touching the rbuild file to update atime, this is ↵Mattia Rizzolo1-6/+0
not checked anymore
2015-02-27reproducible: html_packages: avoid calling strip_epoch() 6 times in the same ↵Mattia Rizzolo1-6/+7
function
2015-02-27reproducible: build: wrap a long line + define SUITE earlyMattia Rizzolo1-3/+5
2015-02-27reproducible: common: add the array containing tested architectures (only ↵Mattia Rizzolo2-0/+4
amd64 for now)
2015-02-27reproducible: add support for experimental base.tgzHolger Levsen1-2/+12
2015-02-27reproducible: use SUITE consistentlyHolger Levsen1-6/+6
2015-02-27reproducible: use SUITE consistently, accept SUITE as param, default to sidHolger Levsen1-7/+12
2015-02-27reproducible: add support for creating distro-specific base.tgz. work in ↵Holger Levsen1-2/+8
progress: not sure yet whether I prefer more jobs instead..
2015-02-27reproducible: support different suitesHolger Levsen1-2/+6
2015-02-27reproducible: 2 new jobs to create the sid+experimental schroots 4 times a ↵Holger Levsen1-0/+16
day after the mirror pulses
2015-02-27reproducible: run 'apt-get source' in schroots and stop abusing the hosts ↵Holger Levsen2-27/+2
sources.lists
2015-02-27fix path for cleanupHolger Levsen1-1/+1
2015-02-27disable debugging again and dont use local variables with the same names as ↵Holger Levsen1-8/+3
globals
2015-02-27more debuggingHolger Levsen1-0/+1
2015-02-27temporarily disable status change notifications until we fixed the timezone ↵Holger Levsen1-1/+1
mess...
2015-02-27to bootstrap experimental, first bootstrap sid and then add experimental sourcesHolger Levsen1-0/+7
2015-02-27more debuggingHolger Levsen1-2/+3
2015-02-27chroot-installation: remove temporary notification when working around ↵Holger Levsen1-1/+0
apt/proxy problems
2015-02-27reproducible: notes: check wheter the package has been tested before ↵Mattia Rizzolo1-2/+13
rebuilding the page in purge_old_notes(). This fix a issue with packages removed from the archive
2015-02-27reproducible: notes: format the query before calling it in load_notes(). ↵Mattia Rizzolo1-2/+3
this is to have a useful error message, in case of errors
2015-02-27reproducible: maintainance: fix a quoting issueMattia Rizzolo1-1/+1
2015-02-26reproducible: html_graphs: fix another sql queryMattia Rizzolo1-1/+1
2015-02-26reproducible: html_graphs: fix sql queryMattia Rizzolo1-1/+1
2015-02-26fixup last commitHolger Levsen1-2/+3
2015-02-26add script to add key for reproducible repo - to proof the TODO item 'merge ↵Holger Levsen1-0/+47
the two scripts to create schroots'... :/
2015-02-26reproducible: create two new schroots, reproducible-(sid|experimental) for ↵Holger Levsen2-13/+8
the builders to run 'apt-get source' within
2015-02-26reproducible: rename job r_setup_schroot to r_setup_schroot_sid_debbindiff ↵Holger Levsen1-2/+2
and the schroot accordingly, to jenkins-reproducible-sid-debbindiff
2015-02-26reproducible: maintainance: update to the new db schema. disable the check ↵Mattia Rizzolo1-10/+14
for RM'ed packages. yet, hardcode sid in the auto-rescheduler
2015-02-26reproducible: revert using --target-release as it doesnt work..Holger Levsen1-2/+6
2015-02-26reproducible: scheduler: fix UnboundLocalError for new packagesMattia Rizzolo1-0/+1
2015-02-26reproducible: scheduler: explicitly decode using utf8 + workaround for ↵Mattia Rizzolo1-2/+2
#647455 where deb822.iter_paragraphs() wants a list of string
2015-02-26reproducible: use sudo to remove old schrootsHolger Levsen1-1/+1
2015-02-26reproducible: scheduler: use the gzip sources file instead of the xz oneMattia Rizzolo1-3/+3
2015-02-26fix some more typos and languageHolger Levsen1-6/+6
2015-02-26fix typoHolger Levsen1-1/+1
2015-02-26reproducible: add myself to all copyright headersMattia Rizzolo6-0/+6
2015-02-26reproducible: scheduler: rewrite in python. + use the new database schema ↵Mattia Rizzolo2-217/+286
supporting multi-release + add myself to the notified people in case of failure
2015-02-26reproducible: build: update to the new database schema supporting multiple ↵Mattia Rizzolo1-22/+31
suites. yet hardcode suite in the file
2015-02-26reproducible: html_stats, common/gather_stats: update to the new database ↵Mattia Rizzolo2-27/+29
schema supporting multiple suites. but here we care only about sid, so just hardcode the name
2015-02-26reproducible: html_notes: update to a new database schema supporting ↵Mattia Rizzolo1-9/+12
multiple suites. consider only sid for index_{no_,}notes(), and half-support a new keyword 'suite' from the yaml
2015-02-26reproducible: blacklist: update to a new database schema supporting multiple ↵Mattia Rizzolo1-7/+10
suites + move the informative echo at the end
2015-02-26reproducible: html_all_packages: quick rewrite of this tiny script in python ↵Mattia Rizzolo2-25/+19
+ add support for multi release
2015-02-26reproducible: html_dd_list: update to a new database schema supporting ↵Mattia Rizzolo1-2/+2
multiple suites. Consider only sid to retrive relevant data