This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository snappy-java.
commit ac57efdfb283191ccac1087992791a176191c6bc Author: Emmanuel Bourg <[email protected]> Date: Tue Nov 25 19:17:43 2014 +0100 Remove the directory created by uscan --- debian/orig-tar.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh index bdfb192..3f0c612 100755 --- a/debian/orig-tar.sh +++ b/debian/orig-tar.sh @@ -18,4 +18,7 @@ XZ_OPT=--best tar -cJvf $TAR \ --exclude '.classpath' \ --exclude '.project' \ --exclude '.hg*' \ + --exclude '.travis.yml' \ $DIR + +rm -Rf $DIR -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/snappy-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

