summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-02-16 12:55:22 +0100
committerHolger Levsen <holger@layer-acht.org>2015-02-16 12:55:22 +0100
commitfc6678a9914b96b0856941b9f53b93bed7c83166 (patch)
treed2c97f41e0acd7fe3d10c53cf59442a0ab27d220
parentc20a5396e5e9c4846a23d95c0277af1e12ea46d4 (diff)
downloadjenkins.debian.net-fc6678a9914b96b0856941b9f53b93bed7c83166.tar.xz
further TODO cleanup
-rw-r--r--TODO17
-rwxr-xr-xbin/reproducible_create_meta_pkg_sets.sh2
2 files changed, 8 insertions, 11 deletions
diff --git a/TODO b/TODO
index 627a7596..a6d433b8 100644
--- a/TODO
+++ b/TODO
@@ -136,19 +136,16 @@ properties:
* graph new usertags: "signatures" + "environment"
* new job+page: "packages different from sid in our toolchain", not sure yet where to link that...
-
-* new package set: kde/plasma
-
-* here is a weekly updated list of the transitively build-essential source packages in Sid: http://bootstrap.debian.net/source/stats_min.json
-** curl http://bootstrap.debian.net/source/stats_min.json | sed -s "s#,#\n#g" |grep src:|cut -d ":" -f2|tr -d \" | sort -u
-
-* meta pkg sets: only display FTBR+FTBFS and reproducible packages with notes by default, provide a way to show them all...
-
-* check 0.52-1 is still not fixed: https://jenkins.debian.net/userContent/rb-pkg/debian-edu-artwork.html
-
* run debbindiff against .changes files in current directory, instead of $LONGPATHES (due to #764459)
* reproducible: dont delete userContent/$pkg on build begin..
+* pkg sets related:
+** new package set: kde/plasma
+** here is a weekly updated list of the transitively build-essential source packages in Sid: http://bootstrap.debian.net/source/stats_min.json
+*** curl http://bootstrap.debian.net/source/stats_min.json | sed -s "s#,#\n#g" |grep src:|cut -d ":" -f2|tr -d \" | sort -u
+** for all pkg sets: only display FTBR+FTBFS and reproducible packages with notes by default, provide a way to show them all...
+** replace bin/reproducible_installed_on_debian.org with a proper data provider from DSA
+
* db schema 2.0
** add support for suites, we soon want to test jessie,stretch,sid,experimental
** extra table to record build times (forever, so we get relevant data)
diff --git a/bin/reproducible_create_meta_pkg_sets.sh b/bin/reproducible_create_meta_pkg_sets.sh
index c5f54881..233c509b 100755
--- a/bin/reproducible_create_meta_pkg_sets.sh
+++ b/bin/reproducible_create_meta_pkg_sets.sh
@@ -130,7 +130,7 @@ fi
# installed on one or more .debian.org machines
if [ ! -z $(find $TPATH -maxdepth 1 -mtime +0 -name ${META_PKGSET[5]}.pkgset) ] || [ ! -f $TPATH/${META_PKGSET[5]}.pkgset ] ; then
- # FIXME: get a proper data provider from DSA...
+ # one day we will get a proper data provider from DSA...
# (so far it was a manual "dpkg --get-selections" on all machines
# converted into a list of source packages...)
cat /srv/jenkins/bin/reproducible_installed_on_debian.org > $TMPFILE