diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-01-23 11:18:12 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-01-23 11:18:12 +0100 |
commit | 0f7d8e7e0b1b560e82abb739e8af1f8f56e75368 (patch) | |
tree | 9dbda48b51c53df45646ca575816c704eea9b8b4 | |
parent | d8d7aa9683258311d2de9154b116a4d53b4370b3 (diff) | |
download | jenkins.debian.net-0f7d8e7e0b1b560e82abb739e8af1f8f56e75368.tar.xz |
add note that we dont rebuild with a different kernel
-rw-r--r-- | TODO | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -140,6 +140,8 @@ properties: * run debbindiff against .changes files in current directory, instead of $LONGPATHES (due to #764459) * reproducible: dont delete userContent/$pkg on build begin.. +* missing tests: variation in kernel and date + * cleanup+rename: ** unschedule_from_db( (defined in build.sh...) ** process_packages() (defined in common.sh...) @@ -150,9 +152,6 @@ properties: * one css, not 2 * graph oldest build age - in days * mv untested field in stats table too? (as in csv output...) -* list removed packages, eg bobot++ (and remove them after a week automatically) -** needs new job to find them... -** root@jenkins:/var/lib/jenkins/userContent# for i in bobot++ lcms libjboss-aop-java libjboss-cache2-java pgf ptex-jisfonts ; do find . -name "${i}_*" ; done == Further ideas... |