From efcbcdfc21313cc8093f14cf9e118d7d133c0d96 Mon Sep 17 00:00:00 2001 From: nojhan Date: Tue, 17 May 2011 15:59:57 +0200 Subject: [PATCH] same name prefix for the source archive than for the packages --- archive_current.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archive_current.sh b/archive_current.sh index c1bfe377..ff710c59 100755 --- a/archive_current.sh +++ b/archive_current.sh @@ -1,3 +1,3 @@ today=`date --iso-8601` -git archive --format zip master > eo_${today}.zip +git archive --format zip master > EO-${today}.zip