OSDN Git Service

tool/release.sh: remove test/ from the archive.
authorHironori Kitagawa <h_kitagawa2001@yahoo.co.jp>
Mon, 18 Mar 2013 05:38:01 +0000 (14:38 +0900)
committerHironori Kitagawa <h_kitagawa2001@yahoo.co.jp>
Mon, 18 Mar 2013 05:38:01 +0000 (14:38 +0900)
tool/release.sh

index 4ebda8e..b901b29 100755 (executable)
@@ -23,6 +23,7 @@ echo
 git commit -m "Releases $VER" --allow-empty
 git archive --format=tar --prefix=$PROJECT-$VER/ HEAD | (cd $TEMP && tar xf -)
 cd $TEMP
+rm -rf $PROJECT-$VER/test
 rm -rf $PROJECT-$VER-orig
 cp -r $PROJECT-$VER $PROJECT-$VER-orig
 cd $PROJECT-$VER