updated script with official git repo
This commit is contained in:
@@ -4,7 +4,7 @@ TODAY=`date +%Y-%m-%d`
|
|||||||
echo $TODAY
|
echo $TODAY
|
||||||
mkdir $TODAY
|
mkdir $TODAY
|
||||||
cd $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_$TODAY.tgz EWF_$TODAY --exclude .git
|
||||||
tar czvf EWF_with_git_$TODAY.tgz EWF_$TODAY
|
tar czvf EWF_with_git_$TODAY.tgz EWF_$TODAY
|
||||||
zip -q -r -T EWF_$TODAY.zip EWF_$TODAY -x "*.git*"
|
zip -q -r -T EWF_$TODAY.zip EWF_$TODAY -x "*.git*"
|
||||||
|
|||||||
Reference in New Issue
Block a user