[SCM] jenkins packaging branch, master, updated. upstream/1.409.3-21-g6a98b7b

James Page james.page at canonical.com
Thu Jan 5 13:50:17 UTC 2012


The following commit has been merged in the master branch:
commit c37165221b772bb735caf5b799bbfb1320601036
Author: James Page <james.page at canonical.com>
Date:   Thu Jan 5 12:13:52 2012 +0000

    Added some missing exclusions to orig-tar.sh

diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
index ca4d134..6a7f4e7 100755
--- a/debian/orig-tar.sh
+++ b/debian/orig-tar.sh
@@ -13,7 +13,8 @@ GZIP=--best tar -czf $TAR --exclude '*.jar' --exclude '*.class' \
      --exclude 'CVS' --exclude '.svn' --exclude "jenkins-$VERSION/debian" \
      --exclude "jenkins-$VERSION/test" --exclude "jenkins-$VERSION/osx" \
      --exclude "jenkins-$VERSION/ebuild" --exclude "jenkins-$VERSION/opensuse" \
-     --exclude "jenkins-$VERSION/rpm" --exclude 'hudson-logo.vsd' \
+     --exclude "jenkins-$VERSION/rpm" --exclude "jenkins-$VERSION/ips" \
+     --exclude "jenkins-$VERSION/msi" --exclude 'hudson-logo.vsd' \
      --exclude 'TangoProject-License.url' --exclude 'dummy.keystore' $DIR
 
 rm -rf $DIR

-- 
jenkins packaging



More information about the pkg-java-commits mailing list