From 52adff29aa09e7c10f14667199127ce821e90647 Mon Sep 17 00:00:00 2001 From: Jocelyn Fiat Date: Mon, 11 Jun 2012 15:20:41 +0200 Subject: [PATCH] updated script with official git repo --- tools/build_archive.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build_archive.sh b/tools/build_archive.sh index 1336070d..e91cd01b 100755 --- a/tools/build_archive.sh +++ b/tools/build_archive.sh @@ -4,7 +4,7 @@ TODAY=`date +%Y-%m-%d` echo $TODAY mkdir $TODAY cd $TODAY -git clone --recursive https://github.com/Eiffel-World/Eiffel-Web-Framework.git EWF_$TODAY +git clone --recursive https://github.com/EiffelWebFramework/EWF.git EWF_$TODAY tar czvf EWF_$TODAY.tgz EWF_$TODAY --exclude .git tar czvf EWF_with_git_$TODAY.tgz EWF_$TODAY zip -q -r -T EWF_$TODAY.zip EWF_$TODAY -x "*.git*"