Skip to content

Commit

Permalink
Use tag=HEAD for testsource
Browse files Browse the repository at this point in the history
Implicit tag no longer allowed (will have to fix the docs)
  • Loading branch information
matyasselmeci committed Feb 20, 2019
1 parent 68b5bf3 commit 7c52ca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ tags:

testsource:
mkdir -p upstream
echo "type=git url=. name=osg-build tarball=$(NAME_VERSION).tar.gz hash=$(HASH)" > upstream/test.source
echo "type=git url=. name=osg-build tag=HEAD tarball=$(NAME_VERSION).tar.gz hash=$(HASH)" > upstream/test.source

rpmbuild: testsource
osg-build rpmbuild
Expand Down

0 comments on commit 7c52ca1

Please sign in to comment.