More precise possible number of automated builds per day.
[tails-test.git] / config / amnesia
blobcc603982d1723c47072d8d91b1d96d659e9dbfcb
1 # -*- mode: sh; -*-
3 # Configuration file for the Amnesia live system
4
5 # You'd better never directly edit this file: rather put your custom
6 # variable assignments in a new file called 'amnesia.local', in the
7 # same directory as this one. The values found in the '.local' file
8 # will override the ones from this one.
9
10 # These configuration files are actually shell scripts, and are
11 # sourced by various other scripts.
13 # Base for the string that will be passed to "lb config --bootappend-live"
14 # FIXME: see [[bugs/sdmem_on_eject_broken_for_CD]] for explanation why we
15 # need to set block.events_dfl_poll_msecs
16 AMNESIA_APPEND="live-media=removable apparmor=1 security=apparmor nopersistent noprompt timezone=Etc/UTC block.events_dfl_poll_msecs=1000 splash noautologin module=Tails"
18 ### You should not have to change anything bellow this line ####################
20 # sanity checks
21 if [ ! -x "`which dpkg-parsechangelog`" ]; then
22    echo "could not find dpkg-parsechangelog, please apt-get install dpkg-dev" >&2
23    exit 2
26 # Compute the current Amnesia's version once for all
27 AMNESIA_NOW="`date --utc '+%Y%m%dT%H%MZ'`"
28 AMNESIA_TODAY="`date '+%Y%m%d'`"
29 AMNESIA_VERSION="`dpkg-parsechangelog | sed -n 's/^Version: //p'`"
30 AMNESIA_FULL_VERSION="${AMNESIA_VERSION} - ${AMNESIA_TODAY}"
32 # Developpers' data used by git-dch, debcommit and friends in the release script
33 AMNESIA_DEV_FULLNAME='Tails developers'
34 AMNESIA_DEV_EMAIL="tails@boum.org"
35 AMNESIA_DEV_KEYID="BE2CD9C1"