Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-10-28 | reproducible NetBSD + coreboot: don't try to preserve artifacts | Holger Levsen | 1 | -3/+41 | |
2016-10-25 | reproducible debian: speed up _html_notes.py a bit | Valerie R Young | 1 | -5/+20 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-10-25 | reproducible debian: speed up _scheduler.py significantly | Valerie R Young | 1 | -1/+1 | |
This fix has to important parts: (1) changing a list to set for fast looks ups, and (2) changing a slqalchemy RowProxy object to a tuple for fast comparisons. Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-10-25 | reproducible debian: handle new packages with multiple versions | Valerie R Young | 1 | -2/+13 | |
This commit fixes a bug introduced by 07849060 Commit 07849060 changed the UPSERT that added new packages to the sources table into an INSERT. If the new package has two versions for (suite, arch) in debian archive, then the INSERT to sources will fail on unique constraint. The changes in this commit provide the same functionality without the UPSERT: there will be no failure, instead only the second source encountered in archive will be saved. Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-10-25 | reproducible debian: make more sql sqlite3/postgres agnostic | Valerie R Young | 1 | -13/+22 | |
This commit fixes to things in reproducible_scheduler.py: 1. Do not delete entries in sources table until all foreign references to that source.id are deleted. 2. Cannot "SELECT DISTINCT" and then "ORDER BY" a column that is not in the select. Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-10-24 | g-i: actually test jessie-kfreebsd-p-u | Steven Chamberlain | 1 | -1/+1 | |
Test the most recent d-i build in -proposed-updates, instead of the older and buggy one in stable. Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-10-24 | g-i: test the most recent d-i for jessie-kfreebsd | Steven Chamberlain | 1 | -1/+1 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-10-23 | Revert "reproducible Debian: increase the timeout for sending the files to ↵ | Holger Levsen | 1 | -2/+2 | |
buildinfo.d.n, we want them there…" This reverts commit ecc9afced7a409b3b3076ca9adbac0d413d37a4c. | |||||
2016-10-23 | reproducible Debian: increase the timeout for sending the files to ↵ | Holger Levsen | 1 | -2/+2 | |
buildinfo.d.n, we want them there… | |||||
2016-10-23 | reproducible Debian: Update my email address in reference to ↵ | Chris Lamb | 1 | -1/+1 | |
buildinfo.debian.net. Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-10-23 | reproducible Debian: Set a maximum time for curl(1) to upload to ↵ | Chris Lamb | 1 | -2/+2 | |
buildinfo.debian.net Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-10-22 | reproducible Debian: emit timestamps for debugging | Holger Levsen | 1 | -2/+5 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-10-22 | reproducible Debian: submit .buildinfo files to buildinfo.debian.net | Chris Lamb | 1 | -0/+3 | |
Signed-off-by: Chris Lamb <lamby@debian.org> Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-10-21 | reproducible Debian: fix capitalisation | Holger Levsen | 1 | -1/+1 | |
2016-10-19 | g-i edu: let's try without sound on server installs | Holger Levsen | 1 | -1/+1 | |
2016-10-19 | reproducible fdroid: downsize build VM a bit as it wouldnt use all the ↵ | Holger Levsen | 1 | -1/+1 | |
ressources anyway | |||||
2016-10-19 | reproducible Debian: handle broken nodes gracefully | Holger Levsen | 1 | -0/+6 | |
2016-10-18 | reproducible OpenWrt/LEDE: rename common.sh to lede_common.sh to reflect ↵ | Holger Levsen | 3 | -4/+6 | |
their realities & update my copyright years on this code | |||||
2016-10-18 | reproducible coreboot: don't fail the job if no artifacts are defined to be ↵ | Holger Levsen | 1 | -0/+1 | |
preserved… | |||||
2016-10-18 | disable debhelper-tests_jessie while work is still in progress for making it ↵ | Mattia Rizzolo | 1 | -0/+1 | |
actually work Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-10-18 | reproducible debian: replace some direct sqlite3 queries | Valerie R Young | 1 | -3/+3 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-10-18 | reproducible: common.sh: properly escape the double quote signs in the ↵ | Mattia Rizzolo | 1 | -2/+2 | |
footer description those strings will end up in a JSON-like string, which need the " signs to be escaped Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-10-18 | reproducible/openwrt|lede: disable linux64 --uname-2.6 for now | Alexander Couzens | 1 | -1/+1 | |
First get a working build, second enable more variations later Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-10-18 | reproducible/openwrt|lede: openwrt_build_toolchain: enable build_log | Alexander Couzens | 1 | -2/+4 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-10-18 | reproducible/openwrt|lede: use the same directory for lede and openwrt | Alexander Couzens | 1 | -14/+13 | |
make it simpler not have $TYPE everywhere to get the full build path Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-10-18 | reproducible coreboot and others: install python3-pystache as it's needed by ↵ | Holger Levsen | 1 | -0/+1 | |
_common.sh nowadays | |||||
2016-10-17 | reproducible/openwrt|lede: slave: don't trap when building | Alexander Couzens | 1 | -1/+0 | |
In case of an error, it will exit 1 and the master will clean up the tmpdirs of the remote nodes in case of failures. Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-10-17 | reproducible/openwrt|lede: node_save_logs(): correct missing content path | Alexander Couzens | 1 | -1/+1 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-10-17 | reproducible/openwrt|lede: node_save_logs: ignore return code in error case | Alexander Couzens | 1 | -4/+4 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-10-17 | reproducible Debian: link page explaining the variations tested more visibly | Holger Levsen | 1 | -0/+1 | |
2016-10-17 | reproducible debian: fix bug in _scheduler queries | Valerie R Young | 1 | -4/+4 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-10-17 | reproducible fdroid and Debian lvc: increase RAM on pb7+10 to 12 GB on both ↵ | Holger Levsen | 1 | -2/+2 | |
nodes | |||||
2016-10-17 | reproducible: fix grammar-typo | Holger Levsen | 1 | -1/+1 | |
2016-10-17 | reproducible: fix typo | Holger Levsen | 1 | -1/+1 | |
2016-10-17 | reproducible debian: add and use query_db bash function | Valerie R Young | 6 | -83/+87 | |
Signed-off-by: Mattia Rizzolo <mattia@debian.org> Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-10-17 | reproducible debian: make python sql more sqlite/postgres agnostic | Valerie R Young | 8 | -98/+107 | |
This commit fixes all the python script sql queries that required minimal editing to be syntactically correct for both sqlite and postgres. Almost all fixes consist of the removal of double quotes from query strings. NOTE: the following scripts expect the schedule table's primary key to autoincrement. Running reproducible_db_maintence.py on a postgres database will not add the necessary autoincrementing functionality at this time. The following script WILL run on the sqlite database but will fail on postgres database constructed from reproducible_db_maintence.py until this is fixed: reproducible_remote_scheduler.py reproducible_schedule.py Signed-off-by: Mattia Rizzolo <mattia@debian.org> Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-10-17 | make qa-jenkins-dev@lists.alioth.debian.org even more visible | Holger Levsen | 1 | -2/+6 | |
2016-10-17 | make qa-jenkins-dev@lists.alioth.debian.org more visible | Holger Levsen | 1 | -2/+4 | |
2016-10-17 | reproducible Debian: refactor | Holger Levsen | 2 | -3/+1 | |
2016-10-17 | reproducible Debian: notify the irc channel if the proxy is gone, which ↵ | Holger Levsen | 1 | -1/+7 | |
seems to be an i386 only problem which needs a bug report… | |||||
2016-10-16 | reproducible debian: pkg_sets typo fix | Niko Tyni | 1 | -1/+1 | |
Signed-off-by: Mattia Rizzolo <mattia@debian.org> | |||||
2016-10-13 | reproducible/openwrt|lede: fix name of renamed function in failure path | Alexander Couzens | 1 | -3/+3 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-10-13 | lvc: KDE's login screen changed | Philip Hands | 1 | -0/+0 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-10-13 | reproducible_openwrt|lede: remove cleanup | Alexander Couzens | 1 | -10/+0 | |
it's not needed here, cleanup the whole directory. it also brokes the save_logs in case of failure Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-10-13 | fixup 7e9729ca: reproducible job-cfg: add artifacts for lede & openwrt | Holger Levsen | 1 | -1/+3 | |
2016-10-13 | fixup ed57e5eba: reproducible job-cfg: add artifacts for lede & openwrt | Holger Levsen | 1 | -0/+1 | |
2016-10-13 | reproducible_openwrt|lede: fix mistype in if | Alexander Couzens | 1 | -1/+1 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-10-13 | reproducible job-cfg: add artifacts for lede & openwrt | Alexander Couzens | 1 | -1/+3 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-10-13 | reproducible_openwrt|lede: node_save_logs: check input and hardcode paths | Alexander Couzens | 1 | -4/+14 | |
improves the security if called over ssh and simplify the script. Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-10-13 | reproducible_openwrt|lede: rename save_logs -> node_save_logs | Alexander Couzens | 1 | -2/+2 | |
In prepation to call it from outside Signed-off-by: Holger Levsen <holger@layer-acht.org> |