Forráskód Böngészése

Update version-check's tag checking

Richard Laager 12 éve
szülő
commit
3977fff1e8
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      Makefile.am

+ 1 - 1
Makefile.am

@@ -17,7 +17,7 @@ version-check:
 	head ChangeLog | grep "^version $(VERSION) (`date +%m/%d/%Y`):$$" >/dev/null
 
 # Ensure we're working from a tag...
-	HEAD=`git rev-parse --verify HEAD` && test `git tag -l v$(VERSION) --contains $$HEAD | wc -l` -gt 0
+	HEAD=`git rev-parse --verify HEAD` && test `git tag -l upstream/$(VERSION) --contains $$HEAD | wc -l` -gt 0
 # ... and have no changes in the working copy.
 	git status | grep -q "working directory clean"