exclude CVS files from rpm build
authorAndrew Tridgell <tridge@samba.org>
Fri, 12 May 2000 05:41:17 +0000 (05:41 +0000)
committerAndrew Tridgell <tridge@samba.org>
Fri, 12 May 2000 05:41:17 +0000 (05:41 +0000)
examples/appliance/build.sh

index a826cd3ef95bbc511b3e1f71a6e25c13d2bccd28..914a7d228eeaffa047f1c918881496a61b22ead7 100755 (executable)
@@ -4,5 +4,5 @@ for dir in SOURCES RPMS/i386 SRPMS BUILD; do
     mkdir -p /tmp/$dir
 done
 
-tar cfz /tmp/SOURCES/samba-appliance-0.1-src.tar.gz samba-appliance-0.1
+tar --exclude=CVS cfz /tmp/SOURCES/samba-appliance-0.1-src.tar.gz samba-appliance-0.1
 rpm -ba appliance.spec