summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-12-20 19:52:33 +0100
committerHolger Levsen <holger@layer-acht.org>2015-12-20 19:52:33 +0100
commit63298b5e844a54bc221450f59b6ccaa0a286bc4f (patch)
treee0ff5e8f26d1ef62d70bfb5f9ca68fe48ad19544
parentd12598810bb480137166282a06a4a9ee5a354774 (diff)
downloadjenkins.debian.net-63298b5e844a54bc221450f59b6ccaa0a286bc4f.tar.xz
reproducible: pkg sets should be made more visible by linking them on packages pages which are members of some
-rw-r--r--TODO5
1 files changed, 4 insertions, 1 deletions
diff --git a/TODO b/TODO
index 1218c733..e2df2cb7 100644
--- a/TODO
+++ b/TODO
@@ -143,7 +143,9 @@ The plan is to run a jenkins.d.o host, which is maintained by DSA, but we are ma
* higher prio:
** dashboard: number of cores used is wrong for amd64…
** check that build nodes have different amount of cores, so we dont need to run the 2nd build with NUM_CPU-1
-** new table in pkg/test history page: schedule - if that package is currently scheduled
+** pkg pages
+*** new table in pkg/test history page: schedule - if that package is currently scheduled
+*** add link to pkg set(s) if pkg is member of some
** make maintenance job detect and reschedule logs with: 'E: 10mount: error: Directory '.*' does not exist'
** make maintenance job detect and reschedule logs with: '^Bus Error$'
** scheduler should automatically schedule 404 packages
@@ -173,6 +175,7 @@ The plan is to run a jenkins.d.o host, which is maintained by DSA, but we are ma
** rewrite bin/schroot-create.sh from scratch, with little sudo.
** right align all numbers in table in the dashboard
** pkg sets related:
+*** link to that pkg set on another arch
*** fix essential set: currently it only has the ones explicitly marked Essential:yes; they and their dependencies make up the full "essential closure set" (sometimes also called pseudo-essential)
*** 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
*** reproducible_create_meta_pkg_sets uses schroot created by dpkg_setup_schroot_jessie job (outside of reproducible job space...)