From 7c52ca1a107dc12a96663be655b1e52877d866fb Mon Sep 17 00:00:00 2001 From: Matyas Selmeci Date: Tue, 19 Feb 2019 14:46:02 -0600 Subject: [PATCH] Use tag=HEAD for testsource Implicit tag no longer allowed (will have to fix the docs) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0f8dfe9b..e9347ffc 100644 --- a/Makefile +++ b/Makefile @@ -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