[sunpinyin: 1/2] remove built-in wrapper

Liang Suilong liangsuilong at fedoraproject.org
Sat Feb 23 11:40:20 UTC 2013


commit 2c4175382f4ef1c9e9969dcfca411d0ea6179f0b
Author: Liang Suilong <liangsuilong at gmail.com>
Date:   Sat Feb 23 19:39:22 2013 +0800

    remove built-in wrapper

 make-git-snapshot.sh |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/make-git-snapshot.sh b/make-git-snapshot.sh
index b0d7dd6..eda5e48 100755
--- a/make-git-snapshot.sh
+++ b/make-git-snapshot.sh
@@ -17,6 +17,7 @@ git clone ${REF:+--reference $REF} \
 	git://github.com/sunpinyin/sunpinyin.git $DIRNAME
 
 GIT_DIR=$DIRNAME/.git git archive --format=tar --prefix=$DIRNAME/ ${1:-HEAD} \
+	| rm -rf $DIRNAME/wrapper \
 	| xz > $DIRNAME.tar.xz
 
 # rm -rf $DIRNAME


More information about the scm-commits mailing list