summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--TODO1
-rwxr-xr-xupdate_jdn.sh4
2 files changed, 2 insertions, 3 deletions
diff --git a/TODO b/TODO
index d3345488..656ba290 100644
--- a/TODO
+++ b/TODO
@@ -88,7 +88,6 @@ The plan is to run a jenkins.d.o host, which is maintained by DSA, but we are ma
* replace with bin/setsid.py workaround with setsid from the util-linux package from jessie
* bin/g-i-installation: use lvcreate without --virtualsize
* check if the sudo workaround in bin/g-i-installation is still needed: 'guestmount -o uid=$(id -u) -o gid=$(id -g)' would be nicer, but it doesnt work: as root, the files seem to belong to jenkins, but as jenkins they cannot be accessed.
-* install pbuilder from jessie-bpo once it has passed through NEW there...
* install botch from jessie-backports once its available (and remove botch from the reproducible-unstable schroot)
=== To be done once bugs are fixed
diff --git a/update_jdn.sh b/update_jdn.sh
index e9961b45..932e21e0 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -190,8 +190,8 @@ if [ ./$0 -nt $STAMP ] || [ ! -f $STAMP ] ; then
zutils \
sysvinit-core
- #sudo apt-get install -t jessie-backports \
- # pbuilder \
+ sudo apt-get install -t jessie-backports \
+ pbuilder
# botch
explain "Packages installed."