This is an automated email from the git hooks/post-receive script. arand-guest pushed a commit to branch debdir in repository redeclipse.
commit 4f9c05844ae2bf81231cec2b6b84c4798e6212c4 Author: Arand Nash <[email protected]> Date: Sat May 28 15:51:36 2011 +0100 Prettier get-orig-source --- rules | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/rules b/rules index 16c54bd..641e075 100755 --- a/rules +++ b/rules @@ -25,15 +25,13 @@ TARBALL="$(DIR).tar.gz" get-orig-source: rm -rf $(DIR) svn -q export -r $(REV) $(URL) $(DIR) - ( \ - cd $(DIR) ;\ - rm -rf src/include/ ;\ - rm -rf src/xcode/ ;\ - rm -rf src/lib/ ;\ - rm -rf src/site/ ;\ - rm -rf bin/ ;\ - rm -f data/fonts/akashi.ttf ;\ - ) + cd $(DIR) + rm -rf $(DIR)/src/include/ + rm -rf $(DIR)/src/xcode/ + rm -rf $(DIR)/src/lib/ + rm -rf $(DIR)/src/site/ + rm -rf $(DIR)/bin/ + rm -f $(DIR)/data/fonts/akashi.ttf GZIP=--best tar -cz --owner root --group root --mode a+rX \ - -f $(TARBALL) $(DIR) ;\ + -f $(TARBALL) $(DIR) rm -rf $(DIR) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/redeclipse.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

