diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-07-08 16:03:14 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-07-08 16:03:38 +0200 |
commit | 2220c23fcfafddb34b47ea682da82838fe976808 (patch) | |
tree | d4727405e584a28462ad11e7a4c975b842b105d2 | |
parent | 774dc927c7e6d6170d12595ca9703996f2f5dfd3 (diff) | |
download | jenkins.debian.net-2220c23fcfafddb34b47ea682da82838fe976808.tar.xz |
reproducible: record idea to vary $TERM, $COLUMN and maybe $LINES and $SHELL too
-rw-r--r-- | TODO | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -204,9 +204,12 @@ properties: ** replace bin/reproducible_installed_on_debian.org with a proper data provider from DSA, eg https://anonscm.debian.org/cgit/mirror/debian.org.git/plain/debian/control ** add lua package set (all packages build-depending on dh-lua and starting with lua*) -* missing tests: variation in kernel and date and cpu type and user group -** prebuilder does group variation like this: https://anonscm.debian.org/cgit/reproducible/misc.git/tree/prebuilder/pbuilderhooks/A02_user +* missing tests: +** variation in kernel +** variation in date +** prebuilder does (user) group variation like this: https://anonscm.debian.org/cgit/reproducible/misc.git/tree/prebuilder/pbuilderhooks/A02_user ** different cpu type: Opteron_G3 AMD Opteron 23xx (Gen 3 Class Opteron) is the most powerful one that's different to current Opteron_G4 +** variation of $TERM and $COLUMN (and maybe $LINES), unset in the first run, set to "linux" and "77" (and maybe "42") in the 2nd run. maybe vary $SHELL too. * a test VM using this build-slave design has been setup: ** 9 cores, 36gb ram, 80gb disk, 50gb /, 30gb /srv/kvm |