Rev 716: fixed excludes in tar ball creation for src rpm in http://samba.org/~tridge/ctdb

tridge at samba.org tridge at samba.org
Sat Jan 5 02:08:11 GMT 2008


------------------------------------------------------------
revno: 716
revision-id:tridge at samba.org-20080105020810-nyf61mz0mlr1yzxy
parent: tridge at samba.org-20080105011018-ad8nr1x7ot1q3ch5
committer: Andrew Tridgell <tridge at samba.org>
branch nick: tridge.stable
timestamp: Sat 2008-01-05 13:08:10 +1100
message:
  fixed excludes in tar ball creation for src rpm
modified:
  packaging/RPM/makerpms.sh      makerpms.sh-20070527204758-biuh7znabuwan3zn-4
=== modified file 'packaging/RPM/makerpms.sh'
--- a/packaging/RPM/makerpms.sh	2008-01-04 22:55:18 +0000
+++ b/packaging/RPM/makerpms.sh	2008-01-05 02:08:10 +0000
@@ -60,7 +60,7 @@
 REMOVE_LN=$PWD/ctdb-$VERSION
 
 echo -n "Creating ctdb-${VERSION}.tar.gz ... "
-tar --exclude=.bzr --exclude .bzrignore --exclude="*~" -cf - ctdb-${VERSION}/. | gzip -9 --rsyncable > ${SRCDIR}/ctdb-${VERSION}.tar.gz
+tar --exclude=.bzr --exclude .bzrignore --exclude="*~" --exclude=configure --exclude="test.db*" --exclude="#*" --exclude="push*.sh" --exclude="publish*.sh" -cf - ctdb-${VERSION}/. | gzip -9 --rsyncable > ${SRCDIR}/ctdb-${VERSION}.tar.gz
 echo "Done."
 if [ $? -ne 0 ]; then
         echo "Build failed!"



More information about the samba-cvs mailing list