diff options
-rw-r--r-- | TODO | 2 | ||||
-rwxr-xr-x | update_jdn.sh | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -21,7 +21,7 @@ About jenkins.debian.net === Tests for supporting d-i development: -* build the manual on every svn commit +* build the manual on every commit ** later: notify debian-boot@l.d.o and #debian-boot * run scripts/digress/ * bubulle wrote: "Another interesting target would be d-i builds *including non uploaded packages* (something like "d-i from git repositories" images). That would in some way require to create a quite specific image, with all udebs (while netboot only has udebs needed before one gets a working network setup). diff --git a/update_jdn.sh b/update_jdn.sh index a2284f48..747cbe3c 100755 --- a/update_jdn.sh +++ b/update_jdn.sh @@ -44,7 +44,7 @@ fi sudo chown root.root /etc/sudoers.d/jenkins ; sudo chmod 700 /etc/sudoers.d/jenkins sudo ln -sf /etc/apache2/sites-available/jenkins.debian.net /etc/apache2/sites-enabled/000-default sudo service apache2 reload -cd /etc/munin/plugins ; sudo rm -f postfix_* open_inodes df_inode interrupts diskstats irqstats threads proc_pri vmstat if_err_eth0 fw_forwarded_local forks open_files 2>/dev/null +cd /etc/munin/plugins ; sudo rm -f postfix_* open_inodes df_inode interrupts diskstats irqstats threads proc_pri vmstat if_err_eth0 fw_forwarded_local forks open_files users 2>/dev/null [ -L apache_accesses ] || for i in apache_accesses apache_volume ; do ln -s /usr/share/munin/plugins/$i $i ; done explain "Packages configured." |