Skip to content
Snippets Groups Projects
Commit 878d0f59 authored by floatingatoll's avatar floatingatoll
Browse files

exclude .svn in addition to .git when building RPM

parent 26a7264a
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ cd $(dirname $0)/.. # top level of the checkout
mkdir -p rpmbuild/SOURCES rpmbuild/SPECS rpmbuild/SOURCES
rm -rf rpmbuild/RPMS rpmbuild/SOURCES/browserid
tar --exclude rpmbuild --exclude .git \
tar --exclude rpmbuild --exclude .git --exclude .svn \
--exclude var -czf \
$PWD/rpmbuild/SOURCES/browserid-server.tar.gz .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment