diff options
Diffstat (limited to 'distribute.mk.in')
-rw-r--r-- | distribute.mk.in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/distribute.mk.in b/distribute.mk.in index cab74ae..f5069ca 100644 --- a/distribute.mk.in +++ b/distribute.mk.in @@ -94,10 +94,11 @@ ppa : debian-source # We do nothing to sync the ports tree with our mirror of # the FreeBSD port's Makefile (freebsd/Makefile) or to supply Poudriere # with a recent tarball of SciTECO. -POUDRIERE_JAIL ?= 141amd64 +POUDRIERE_JAIL ?= 142amd64 +POUDRIERE_BRANCH ?= quarterly poudriere: - poudriere testport -j $(POUDRIERE_JAIL) -o editors/sciteco@curses - poudriere testport -j $(POUDRIERE_JAIL) -o editors/sciteco@gtk + poudriere testport -j $(POUDRIERE_JAIL) -b $(POUDRIERE_BRANCH) -o editors/sciteco@curses + poudriere testport -j $(POUDRIERE_JAIL) -b $(POUDRIERE_BRANCH) -o editors/sciteco@gtk # Create Windows release. # Assumes a correctly installed glib (with pkgconfig script) |