mirror of
https://github.com/YunoHost/cd_build.git
synced 2024-09-03 20:06:24 +02:00
12 lines
378 B
Text
12 lines
378 B
Text
server="ftp2.fr.debian.org"
|
|
debian_mirror="http://$server/debian/"
|
|
wget_debian_mirror="ftp://$server/debian"
|
|
profiles="default advanced"
|
|
mirror_components="main contrib non-free"
|
|
export ARCH="i386"
|
|
export DISKINFO="YunoHost $(date --utc +%Y%m%d)"
|
|
export OMIT_MANUAL=1
|
|
export OMIT_RELEASE_NOTES=1
|
|
export INSTALLER_CD=2
|
|
export DOJIGDO=1
|
|
export SPLASHPNG="`pwd`/extras/splash.png"
|