------------------------------------------------------------
revno: 716
revision-id:[EMAIL PROTECTED]
parent: [EMAIL PROTECTED]
committer: Andrew Tridgell <[EMAIL PROTECTED]>
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!"

Reply via email to