diff options
-rw-r--r-- | TODO | 15 |
1 files changed, 12 insertions, 3 deletions
@@ -247,13 +247,22 @@ properties: ==== reproducible Debian armhf -* monitor their temperatures via munin * make systems send mail -* change date on 2nd build hosts (and disable systemd-timesyncd) -* make sure firewall on local network is used properly +* change date on 2nd build hosts (and disable systemd-timesyncd), done on bpi0 manually for testing: +---- +sudo systemctl disable systemd-timesyncd +sudo systemctl disable systemd-timedated +sudo systemctl stop systemd-timesyncd +sudo systemctl stop systemd-timedated +sudo date --set="+400 days" +# stills needs a rc.local script to set it to correct time on boot and then adding 400 days... +---- +* make sure proxy on local network is used properly +* monitor their temperatures via munin ==== status of new remote build nodes for amd64 +* make systems send mail * make sure local squid is used properly * profitbricks-build2-amd64 ** should run in the future: +1d+1m+1y |