From: Ivan1986 <iva...@us...> - 2010-04-13 11:39:56
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "quickfw". The branch, master has been updated via 9067b3831d39f9e27514172e82ebef095a5679bd (commit) from 9405be9712192701be2ec7649867568480587d08 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 9067b3831d39f9e27514172e82ebef095a5679bd Author: Ivan1986 <iva...@li...> Date: Tue Apr 13 15:39:08 2010 +0400 Обновлен скрипт сборки архива diff --git a/release.sh b/release.sh index 6ad9a53..86286b5 100755 --- a/release.sh +++ b/release.sh @@ -8,17 +8,17 @@ olddir=`pwd` cd .. rm -rf $1 -svn export $olddir/ ./$1 -cd $1 +mkdir $1 +cd $olddir +git archive --format=tar master | ( cd "../$1" ; tar xf - ) +cd ../$1 -find ./ -name '.svn' | xargs rm -rf $1 find ./doc/* -type d | grep -v asciidoc | xargs rm -rf $1 find ./tmp/* -type f | xargs rm -rf $1 rm -rf addons -rm -rf lib/datagrid -rm -rf www/datagrid ./perm.sh 777 rm -f release.sh +rm -f .gitignore cd .. rm -f $1.tar.gz ----------------------------------------------------------------------- Summary of changes: release.sh | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) hooks/post-receive -- quickfw |