diff options
author | Mattia Rizzolo <mattia@debian.org> | 2015-12-14 18:34:01 +0000 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-12-14 19:36:29 +0100 |
commit | 5b71180cb97a9a79b40b3fd025dfe17a48712848 (patch) | |
tree | d49282093ec51204ca25da600644ca7cd78e961c /TODO | |
parent | 7bb713f14db4e12587241c852fc8910b3affa0cf (diff) | |
download | jenkins.debian.net-5b71180cb97a9a79b40b3fd025dfe17a48712848.tar.xz |
reproducible: don't save the reschedule reason in the DB
That was actually a bad idea, given that we don't check on input execute the
with the given string right away.
Also, we're not really interested in this, so once convenient we can also remove
the column from the DB.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -136,6 +136,7 @@ This is about Debian, below are more todo entries for other projects… * on SIGTERM, also ssh to remote host and cleanup there! (via ssh &) * higher prio: +** remove the rescheduling reason from the DB, that's really not needed ** scheduler should automatically schedule 404 packages ** explain status in plain english on each coreboot/openwrt/netbsd/freebsd page, also on the Debian dashboard plus add an "executive summary about reproducible builds in the free software world" *** get the content for "<h2>status of $1</h2>" from notes.git/friends.yaml or such |