From f67358c9b2366feeb06b91f05f14aa417804a9a9 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 23 Sep 2016 16:27:41 +0200 Subject: reproducible F-Droid: add new host, profitbricks-build7-amd64 to build F-Droid on a stretch system --- hosts/profitbricks-build7-amd64/etc/rc.local | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100755 hosts/profitbricks-build7-amd64/etc/rc.local (limited to 'hosts/profitbricks-build7-amd64/etc/rc.local') diff --git a/hosts/profitbricks-build7-amd64/etc/rc.local b/hosts/profitbricks-build7-amd64/etc/rc.local new file mode 100755 index 00000000..8879125c --- /dev/null +++ b/hosts/profitbricks-build7-amd64/etc/rc.local @@ -0,0 +1,23 @@ +#!/bin/sh -e +# +# rc.local +# +# This script is executed at the end of each multiuser runlevel. +# Make sure that the script will "exit 0" on success or any other +# value on error. +# +# In order to enable or disable this script just change the execution +# bits. +# +# By default this script does nothing. + +echo "$(date -u) - system was rebooted" | mail -s "$(hostname -f) rebooted" root + +# keep schroot sessions on tmpfs +[ -L /var/lib/schroot ] || echo "$(date -u) - /var/lib/schroot is not a link (to /srv/workspace/varlibschroot/) as it should, please fix manually" +mkdir -p /srv/workspace/varlibschroot +cd /srv/workspace/varlibschroot || exit 1 +mkdir -p mount session union unpack +mkdir -p union/overlay union/underlay + +exit 0 -- cgit v1.2.3-70-g09d2