add date in default config rootdir
This commit is contained in:
parent
792d15f483
commit
91a4778e2d
5 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
SUITE="sid"
|
||||
ARCH="armel"
|
||||
ROOTDIR="debian-$SUITE-$ARCH"
|
||||
ROOTDIR="debian-$SUITE-$ARCH-`date +%F`"
|
||||
MIRROR="http://127.0.0.1:3142/ftp.de.debian.org/debian"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
SUITE="sid"
|
||||
ARCH="armel"
|
||||
ROOTDIR="debian-$SUITE-$ARCH"
|
||||
ROOTDIR="debian-$SUITE-$ARCH-`date +%F`"
|
||||
MIRROR="http://127.0.0.1:3142/ftp.de.debian.org/debian"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
SUITE="sid"
|
||||
ARCH="armel"
|
||||
ROOTDIR="debian-$SUITE-$ARCH"
|
||||
ROOTDIR="debian-$SUITE-$ARCH-`date +%F`"
|
||||
MIRROR="http://127.0.0.1:3142/ftp.de.debian.org/debian"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
SUITE="sid"
|
||||
ARCH="armel"
|
||||
ROOTDIR="debian-$SUITE-$ARCH"
|
||||
ROOTDIR="debian-$SUITE-$ARCH-`date +%F`"
|
||||
MIRROR="http://127.0.0.1:3142/ftp.de.debian.org/debian"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
SUITE="sid"
|
||||
ARCH="armel"
|
||||
ROOTDIR="debian-$SUITE-$ARCH"
|
||||
ROOTDIR="debian-$SUITE-$ARCH-`date +%F`"
|
||||
MIRROR="http://127.0.0.1:3142/ftp.de.debian.org/debian"
|
||||
|
|
Loading…
Reference in a new issue