Skip to content
Snippets Groups Projects
Commit 9e6dfca4 authored by Dilawar Singh's avatar Dilawar Singh
Browse files

Fixed spec file for building RPM locally. Will not work on Travis.

parent 3c135e77
No related branches found
No related tags found
No related merge requests found
......@@ -18,5 +18,5 @@
#===============================================================================
set -o nounset # Treat unset variables as an error
gbp buildpackage-rpm --git-ignore-branch --git-ignore-new -uc -us -d \
--git-spec-file=./rmp/moose.spec | tee _rpm.log
gbp buildpackage-rpm --git-ignore-branch --git-ignore-new \
--git-spec-file=./rpm/moose.spec | tee _rpm.log
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment