From 842099ac8c1d5c7a6f8428d635a64509b03332c0 Mon Sep 17 00:00:00 2001 From: josch Date: Wed, 29 Jun 2011 10:41:44 +0200 Subject: [PATCH] add date in default config rootdir --- default/config | 2 +- kirkwood/config | 2 +- notioninkadam/config | 2 +- om-gta02/config | 2 +- touchbook/config | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/default/config b/default/config index a94421a..01b0692 100644 --- a/default/config +++ b/default/config @@ -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" diff --git a/kirkwood/config b/kirkwood/config index a94421a..01b0692 100644 --- a/kirkwood/config +++ b/kirkwood/config @@ -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" diff --git a/notioninkadam/config b/notioninkadam/config index a94421a..01b0692 100644 --- a/notioninkadam/config +++ b/notioninkadam/config @@ -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" diff --git a/om-gta02/config b/om-gta02/config index a94421a..01b0692 100644 --- a/om-gta02/config +++ b/om-gta02/config @@ -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" diff --git a/touchbook/config b/touchbook/config index a94421a..01b0692 100644 --- a/touchbook/config +++ b/touchbook/config @@ -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"