From 53843b56f97dec99c149d0fca29907c273320350 Mon Sep 17 00:00:00 2001 From: belliash Date: Sun, 29 Jan 2012 11:08:58 +0100 Subject: [PATCH] correct date format --- config/common.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/common.conf b/config/common.conf index 932ed55..b6379b8 100644 --- a/config/common.conf +++ b/config/common.conf @@ -17,7 +17,7 @@ DISTDIR="/usr/portage/distfiles" # Using this, the default tarball and image date format can be changed according to the # requirement. This customizable format may be needed when you want to set different # timestamp in output files. This option can be overridden by using -D option. -TARBALLDATE="%Y%m" +TARBALLDATE="%Y-%m" # This option specifies a compression algorithm that will be used to produce any tarball # images, including stages as well as Portage snapshots. Actually supported: bz2, gz, xz.