Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-11-06 | udd-query: multiarch_versionskew: check the count of elements in the file ↵ | Mattia Rizzolo | 1 | -3/+3 | |
instead of file size psql now always print at least a newline, even if no records are returned, that broke our `[ -s $UDD ]` check. Read the whole file once and put it in a bash array for futher usage, including counting the elements. Closes: #864238 Signed-off-by: Mattia Rizzolo <mattia@debian.org> | |||||
2017-11-06 | udd-query: remove the temporary file with a trap | Mattia Rizzolo | 1 | -2/+3 | |
in case this script is called with the wrong argument, and in case of failures, etc, the temporary file would be left around otherwise Signed-off-by: Mattia Rizzolo <mattia@debian.org> | |||||
2017-11-06 | udd-query: move from public-udd-mirror.xvm.mit.edu to udd-mirror.debian.net | Mattia Rizzolo | 1 | -3/+3 | |
Signed-off-by: Mattia Rizzolo <mattia@debian.org> | |||||
2017-11-06 | udd-query: orphaned_without_o_bug: consider only the higher version instead ↵ | Mattia Rizzolo | 1 | -9/+9 | |
of the latest upload date this fixes a fpos of a package adopted in experimental, but with a later qa upload in unstable. Signed-off-by: Mattia Rizzolo <mattia@debian.org> | |||||
2017-11-05 | reproducible_lede: correct given path for node_cleanup_tmpdirs & node_save_logs | Alexander Couzens | 1 | -4/+4 | |
When moving LEDE build directory to /srv/workspace/chroots those has been mistyped to RESULTSDIR instead of TMPBUILDDIR. Signed-off-by: Mattia Rizzolo <mattia@debian.org> | |||||
2017-11-05 | reproducible-archlinux: use sudo for pacman | kpcyrd | 1 | -1/+1 | |
Signed-off-by: Mattia Rizzolo <mattia@debian.org> | |||||
2017-11-05 | reproducible fedora: don't use hidden files for the package lists | Mattia Rizzolo | 1 | -1/+1 | |
Signed-off-by: Mattia Rizzolo <mattia@debian.org> | |||||
2017-11-05 | reproducible-archlinux: explicitly sync packages | kpcyrd | 1 | -0/+1 | |
Signed-off-by: Mattia Rizzolo <mattia@debian.org> | |||||
2017-11-05 | reproducible archlinux: don't use hidden files for the package lists | Mattia Rizzolo | 1 | -1/+1 | |
Signed-off-by: Mattia Rizzolo <mattia@debian.org> | |||||
2017-11-05 | reproducible-archlinux: try porting abs to asp | kpcyrd | 2 | -6/+6 | |
Signed-off-by: Mattia Rizzolo <mattia@debian.org> | |||||
2017-11-05 | reproducible_lede: enable building all packages again | Alexander Couzens | 1 | -2/+1 | |
It was disabled to improve the debug speed while doing changes on the reproducible_lede_common script. Signed-off-by: Mattia Rizzolo <mattia@debian.org> | |||||
2017-11-05 | reproducible_lede: use correct place/variable to save results | Alexander Couzens | 1 | -12/+12 | |
Results on remote nodes are expected to be under $TMPDIR, which defined by openwrt_build. RESULTSDIR is undefined on the remote node Signed-off-by: Mattia Rizzolo <mattia@debian.org> | |||||
2017-11-05 | reproducible archlinux: enable debugging mode | Mattia Rizzolo | 1 | -1/+1 | |
Signed-off-by: Mattia Rizzolo <mattia@debian.org> | |||||
2017-11-05 | reproducible-archlinux: fix date arguments | kpcyrd | 1 | -1/+1 | |
Signed-off-by: Mattia Rizzolo <mattia@debian.org> | |||||
2017-11-04 | reproducible-archlinux: fix dependency conflict | kpcyrd | 1 | -0/+2 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2017-11-04 | jenkins_node_wrapper: whitelist rsync --server /srv/workspace/chroots/. | Alexander Couzens | 1 | -0/+3 | |
LEDE is using now /srv/workspace/chroots as build folders. Because LEDE is require this whitelist because it's downloading all source files on pb3 in one run and rsync'ing /dl folder to the jenkins-runner and from there to pb4. Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2017-11-04 | reproducible-archlinux: download PKGBUILD to host /tmp | kpcyrd | 1 | -1/+1 | |
It seems the host /tmp is bind-mounted to the guest /tmp so we need to download to the host /tmp or it won't be visible on the guest /tmp. Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2017-11-04 | reproducible-archlinux: ignore expired cert when building in the future | kpcyrd | 1 | -2/+10 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2017-11-04 | reproducible-archlinux: automatically replace pacman with pacman-git | Juliana Oliveira Rodrigues | 1 | -1/+1 | |
Signed-off-by: Mattia Rizzolo <mattia@debian.org> | |||||
2017-11-04 | jenkins_node_wrapper: allow rsync to send /srv/workspace/chroots/.* | Alexander Couzens | 1 | -0/+2 | |
LEDE changed to use /srv/workspace/chroots/ instead of /srv/reproducible-results/ to build on remote hosts Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2017-11-04 | reproducible-archlinux: disable signature verification when running in the ↵ | kpcyrd | 1 | -0/+4 | |
future Signed-off-by: Mattia Rizzolo <mattia@debian.org> | |||||
2017-11-04 | archlinux: adds pacman-git dependencies | Juliana Oliveira Rodrigues | 1 | -1/+1 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2017-11-03 | reproducible_lede: disable building all packages again | Alexander Couzens | 1 | -1/+2 | |
Testing new modification is faster without rebuilding everything Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2017-11-03 | reproducible_lede: replace TMPDIR -> RESULTSDIR | Alexander Couzens | 2 | -70/+72 | |
Make easier to read the code to know the difference between TMPDIR and TMPBUILDDIR Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2017-11-03 | reproducible_lede: openwrt_get_banner(): use locals instead of globals | Alexander Couzens | 1 | -2/+2 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2017-11-03 | reproducible_lede: add newline to $CONFIG | Alexander Couzens | 1 | -1/+1 | |
The missing newline makes the first line of the static config invalid. In particular CONFIG_ALL=y got invalidated. Additional check for empty lines and remove them. Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2017-11-03 | reproducible_lede: show git log -1 in jenkins log | Alexander Couzens | 1 | -0/+4 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2017-11-02 | reproducible-archlinux: use pacman-git until the next release | kpcyrd | 1 | -5/+12 | |
2017-11-02 | reproducible-archlinux: make pacman fail less early | kpcyrd | 1 | -7/+0 | |
2017-11-02 | reproducible archlinux: don't install abs | Mattia Rizzolo | 1 | -3/+1 | |
Signed-off-by: Mattia Rizzolo <mattia@debian.org> | |||||
2017-11-02 | reproducible-archlinux: use sudo to prepare chroot | kpcyrd | 1 | -2/+2 | |
2017-11-02 | reproducible archlinux: remove -rf for regular file | kpcyrd | 1 | -1/+1 | |
2017-11-02 | reproducible-archlinux: avoid possible TOCTOU issue | kpcyrd | 1 | -1/+3 | |
2017-11-02 | reproducible-archlinux: Try to fix tar extraction | kpcyrd | 1 | -6/+14 | |
2017-11-02 | reproducible_lede: enable all packages | Alexander Couzens | 1 | -2/+2 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2017-11-02 | reproducible archlinux: fix sha1sums parsing | kpcyrd | 1 | -5/+7 | |
2017-10-23 | obsolete transitional: disable debug mode | Holger Levsen | 1 | -10/+10 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2017-10-23 | obsolete transitional: add some || true | Holger Levsen | 1 | -2/+2 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2017-10-23 | obsolete-transitional: enable debug mode | Holger Levsen | 1 | -5/+5 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2017-10-23 | obsolete-transitional: proper manual mode | Holger Levsen | 1 | -5/+15 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2017-10-23 | new script and job to find obsolete transitional packages in (currently) buster | Holger Levsen | 1 | -0/+190 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2017-10-23 | reproducible fdroid: point to canonical git repos | Hans-Christoph Steiner | 2 | -2/+8 | |
All the big work has been merged, it is time to switch this to the canonical repos for everything! Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2017-10-18 | drop debug code, of course it works now… | Holger Levsen | 1 | -2/+0 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2017-10-18 | chroot-installs: error out early on another job due to #877970 and add debug ↵ | Holger Levsen | 1 | -0/+4 | |
code to see why this doesnt happen Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2017-10-18 | chroot-installs: ignore more transitional packages for a total of 200 bugs ↵ | Holger Levsen | 1 | -1/+19 | |
filed against those packages which were already part of jessie and stretch and are still in sid now Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2017-10-18 | reproducible: health_check: include the running kernel version when ↵ | Mattia Rizzolo | 1 | -0/+1 | |
reporting multiple kernel installed in /boot Signed-off-by: Mattia Rizzolo <mattia@debian.org> | |||||
2017-10-17 | chroot-installs: skip some tests as long as #877970 is open | Holger Levsen | 1 | -0/+14 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2017-10-17 | chroot-installs: ignore more known transitional packages | Holger Levsen | 1 | -1/+17 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2017-10-16 | chroot-installs: ignore more known transitional packages | Holger Levsen | 1 | -1/+21 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2017-10-15 | chroot-installs: ignore more known transitional packages | Holger Levsen | 1 | -1/+11 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> |