Replace all references to ftp.de.debian.org with cdn.debian.org
[grml-live.git] / buildd / grml-live_autobuild_grml64-medium_sid.sh
1 #!/bin/sh
2
3 # settings for grml_live_run:
4 DATE=$(date +%Y%m%d)
5 ISO_NAME=grml64-medium_sid_$DATE.iso
6 SUITE=sid
7 CLASSES='GRMLBASE,GRML_MEDIUM,RELEASE,AMD64'
8 NAME=grml64-medium
9 SCRIPTNAME="$(basename $0)"
10 ARCH=amd64
11
12 # finally just source main file
13 . /usr/share/grml-live/buildd/execute.sh   || exit 1