diff options
author | Daniel Baumann <daniel@debian.org> | 2007-09-23 10:04:38 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2007-09-23 10:04:38 +0200 |
commit | b995c6b293b3a75cd8cf4fd1fd6e2eb517a65096 (patch) | |
tree | 11f333a478cee2fb196784636a1801bcf6f8bfe4 /debian/default | |
parent | 16b3f9f04c720781692c68aa754ec249bb1c9d4d (diff) | |
download | vyos-live-build-b995c6b293b3a75cd8cf4fd1fd6e2eb517a65096.tar.gz vyos-live-build-b995c6b293b3a75cd8cf4fd1fd6e2eb517a65096.zip |
Adding live-package 0.99.18-1.
Diffstat (limited to 'debian/default')
-rw-r--r-- | debian/default | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/default b/debian/default new file mode 100644 index 000000000..bd8e7fdbf --- /dev/null +++ b/debian/default @@ -0,0 +1,13 @@ +# Defaults for make-live cron.daily + +AUTOBUILD="false" + +DISTRIBUTIONS="etch sid" +FLAVOURS="minimal standard kde gnome xfce" +MIRROR="http://ftp.debian.org/debian/" +OPTIONS="--with-source" + +DIRECTORY="/srv/tmp/make-live" +SERVER="/srv/debian-live" +ARCHITECTURE="`dpkg --print-architecture`" +DATE="`date +%Y%m%d`" |