Age | Commit message (Collapse) | Author | Files | Lines |
|
Signed-off-by: Holger Levsen <holger@layer-acht.org>
|
|
Signed-off-by: Holger Levsen <holger@layer-acht.org>
|
|
Signed-off-by: Holger Levsen <holger@layer-acht.org>
|
|
Signed-off-by: Holger Levsen <holger@layer-acht.org>
|
|
Sadly call_diffoscope requires TMPDIR to be defined and used as base for all results.
When replaced TMPDIR with RESULTSDIR this requirement was overseen.
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
|
|
not needed anymore now
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
|
|
/etc/apt/trusted.gpg.d/ instead of using `apt-key add`
apt-key add is now deprecated and it seems to be giving us troubles now
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
|
|
/etc/apt/trusted.gpg.d/ instead of using `apt-key add`
apt-key add is now deprecated and it seems to be giving us troubles now
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
|
|
Signed-off-by: Holger Levsen <holger@layer-acht.org>
|
|
This changes the behaviour such that we always announce on our "noisy"
#debian-reproducible-changes but keeps the main #debian-reproducible
channel free for a) when we really want to notify the channel such as when
we want to preserve artifacts or explicitly ask to be notified and b)
regular chat.
Otherwise, regular/vanilla reschedling can have the effect of masking other
conversations.
Signed-off-by: Chris Lamb <lamby@debian.org>
Signed-off-by: Holger Levsen <holger@layer-acht.org>
|
|
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
|
|
Make things self-documenting by reusing the same names everywhere.
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
|
|
Right now, minor failures in the test suite mark the long lived jobs as
failed. The test suite always takes shorter than an hour to run, so it can
be more easily repeated. The tests are moved from the other two jobs into
this one.
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
|
|
Signed-off-by: Holger Levsen <holger@layer-acht.org>
|
|
Signed-off-by: Holger Levsen <holger@layer-acht.org>
|
|
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>
|
|
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>
|
|
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
|
|
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>
|
|
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>
|
|
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
|
|
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
|
|
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
|
|
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
|
|
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
|
|
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>
|
|
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>
|
|
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
|
|
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
|
|
WIP we don't need it to run every minute
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
|
|
it's needed to decide what to build
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
|
|
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
|
|
Signed-off-by: Holger Levsen <holger@layer-acht.org>
|
|
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>
|
|
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>
|
|
Signed-off-by: Holger Levsen <holger@layer-acht.org>
|
|
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
|
|
Signed-off-by: Holger Levsen <holger@layer-acht.org>
|
|
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>
|
|
future
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
|
|
Signed-off-by: Holger Levsen <holger@layer-acht.org>
|
|
Signed-off-by: Holger Levsen <holger@layer-acht.org>
|
|
Testing new modification is faster without rebuilding everything
Signed-off-by: Holger Levsen <holger@layer-acht.org>
|
|
Make easier to read the code to know the difference
between TMPDIR and TMPBUILDDIR
Signed-off-by: Holger Levsen <holger@layer-acht.org>
|
|
Signed-off-by: Holger Levsen <holger@layer-acht.org>
|
|
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>
|
|
Signed-off-by: Holger Levsen <holger@layer-acht.org>
|
|
|
|
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
|
|
|