diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-09-29 13:50:32 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-09-29 13:50:32 +0200 |
commit | 4889b1f4a7b1e05caa11a239725ea70436b02961 (patch) | |
tree | cbe982bd2a3de58b4f4958caeef1d0e342d6c5f2 | |
parent | 2d9ba0a9c680df02319ae00d7cd5dbe193916884 (diff) | |
download | jenkins.debian.net-4889b1f4a7b1e05caa11a239725ea70436b02961.tar.xz |
reproducible: cleanup TODO
-rw-r--r-- | TODO | 6 | ||||
-rwxr-xr-x | bin/reproducible_build.sh | 1 |
2 files changed, 3 insertions, 4 deletions
@@ -60,11 +60,9 @@ See link:https://jenkins.debian.net/userContent/about.html["about jenkins.debian === d-i_build* -* pbuilder results cleanup * run scripts/digress/ ? * bubulle wrote: "Another interesting target would be d-i builds *including non uploaded packages* (something like "d-i from git repositories" images). That would in some way require to create a quite specific image, with all udebs (while netboot only has udebs needed before one gets a working network setup). * build branches? (which?) -* inform debian-boot@ ? === chroot-installation_* @@ -100,8 +98,8 @@ general === reproducible -* use git repo in job config? -* pbuilder cleanup cache +* improve random jobs to only select previously untested packages? +* plus random_any (=the existing random job) then? === Test Debian live diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index 072ae10e..47fe1de5 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -6,6 +6,7 @@ . /srv/jenkins/bin/common-functions.sh common_init "$@" +# FIXME: needed as long as #763328 (RFP: /usr/bin/diffp) is unfixed... # fetch git repo for the diffp command used later if [ -d misc.git ] ; then cd misc.git |