- 05 Nov, 2019 2 commits
-
-
directory regardless of where it is run from.
-
Vagrant Cascadian authored
to reduce swapping on highly parallel builds. Also ensure parallelism for armhf is an odd number on first build, and even on second build.
-
- 03 Nov, 2019 1 commit
-
-
Holger Levsen authored
Signed-off-by:
Holger Levsen <holger@layer-acht.org>
-
- 02 Nov, 2019 1 commit
-
-
Signed-off-by:
Holger Levsen <holger@layer-acht.org>
-
- 01 Nov, 2019 3 commits
-
-
Holger Levsen authored
Signed-off-by:
Holger Levsen <holger@layer-acht.org> -
Holger Levsen authored
reproducible OpenWrt: also build the brcm47xx, kirkwoot, lantiq, mediatek, omap, sunxi and tegra targets Signed-off-by:
Holger Levsen <holger@layer-acht.org> -
Holger Levsen authored
Signed-off-by:
Holger Levsen <holger@layer-acht.org>
-
- 31 Oct, 2019 1 commit
-
-
Mattia Rizzolo authored
MR: qa/jenkins.debian.net!48 Signed-off-by:
Mattia Rizzolo <mattia@debian.org>
-
- 30 Oct, 2019 1 commit
-
-
Samuel Thibault authored
Signed-off-by:Samuel Thibault <sthibault@debian.org>
-
- 29 Oct, 2019 3 commits
-
-
Mattia Rizzolo authored
Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
Mattia Rizzolo authored
Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
Vagrant Cascadian authored
-
- 28 Oct, 2019 5 commits
-
-
Vagrant Cascadian authored
-
Holger Levsen authored
Signed-off-by:
Holger Levsen <holger@layer-acht.org> -
Holger Levsen authored
Signed-off-by:
Holger Levsen <holger@layer-acht.org> -
Holger Levsen authored
Signed-off-by:
Holger Levsen <holger@layer-acht.org> -
Vagrant Cascadian authored
-
- 21 Oct, 2019 1 commit
-
-
Holger Levsen authored
Signed-off-by:
Holger Levsen <holger@layer-acht.org>
-
- 16 Oct, 2019 2 commits
-
-
Mattia Rizzolo authored
Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
Mattia Rizzolo authored
Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
- 11 Oct, 2019 1 commit
-
-
The problem is that the current package parser excepts an array where every line ends with a "\n" to it can be combined via `+=` in the linebuffer. However the `urlopen().readlines()` returns an undecoded byte array with `\n`, whereas `urlopen().read().decode("utf-8").splitlines()` returns an decoded array without the leading `\n`. This approach now uses `map` to convert the bytes to strings and preserve the newline. Instead of this spagetti code I'd like to rewrite the parser function itself, however this would break current compatibility. In future I may migrate the parser function to `rblib/`. Signed-off-by:
Holger Levsen <holger@layer-acht.org>
-
- 08 Oct, 2019 6 commits
-
-
Initially I missunderstood the email format, now this should do the trick by keeping newlines in the split array. Signed-off-by:
Holger Levsen <holger@layer-acht.org> -
this should allow to read log messages in the jenkins output on the fly Signed-off-by:
Paul Spooren <mail@aparcar.org> Signed-off-by:
Holger Levsen <holger@layer-acht.org> -
Holger Levsen authored
Signed-off-by:
Holger Levsen <holger@layer-acht.org> -
Holger Levsen authored
Signed-off-by:
Holger Levsen <holger@layer-acht.org> -
using readlines() causes the array to contain extra newlines, breaking the email.parser. This approach solves the issue. Signed-off-by:
Paul Spooren <mail@aparcar.org> Signed-off-by:
Holger Levsen <holger@layer-acht.org> -
Holger Levsen authored
Signed-off-by:
Holger Levsen <holger@layer-acht.org>
-
- 07 Oct, 2019 2 commits
-
-
Signed-off-by:
Holger Levsen <holger@layer-acht.org> -
This file should grow later to a reusable python library to avoid redundant code. For now it allows to run diffoscope both with and withouth schroot and compare files and get diffoscope version. Signed-off-by:
Paul Spooren <mail@aparcar.org> Signed-off-by:
Holger Levsen <holger@layer-acht.org>
-
- 06 Oct, 2019 1 commit
-
-
Holger Levsen authored
Signed-off-by:
Holger Levsen <holger@layer-acht.org>
-
- 02 Oct, 2019 4 commits
-
-
Mattia Rizzolo authored
Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
Holger Levsen authored
Signed-off-by:
Holger Levsen <holger@layer-acht.org> -
Holger Levsen authored
Signed-off-by:
Holger Levsen <holger@layer-acht.org> -
Holger Levsen authored
reproducible OpenWrt: WIP: create jobs to run reproducible_openwrt_rebuild.py today and in the future Signed-off-by:
Holger Levsen <holger@layer-acht.org>
-
- 01 Oct, 2019 2 commits
-
-
https://buildinfos.debian.net/Holger Levsen authored
Signed-off-by:
Holger Levsen <holger@layer-acht.org> -
Mattia Rizzolo authored
reproducible: fix the auto-offline thing by checking content of the permalinks file instead of following the lastSuccessfulBuild link that is not being updated anymore. bad jenkins. Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
- 27 Sep, 2019 2 commits
-
-
Mattia Rizzolo authored
Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
Mattia Rizzolo authored
Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
- 26 Sep, 2019 1 commit
-
-
Mattia Rizzolo authored
Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
- 25 Sep, 2019 1 commit
-
-
The script downloads all buildinfo and checksums from the OpenWrt download server and tries to rebuild them. Once done the upstream checksums are used to verify the newly created files. A website based on templates-mustache/openwrt/ is rendered. Use locally installed diffoscope. Store created and origin packages in database. Signed-off-by:Paul Spooren <mail@aparcar.org>
-