From 1881bc4ec445da75554f178407dce1419dc44bfa Mon Sep 17 00:00:00 2001 From: Ossi Salmi Date: Thu, 20 Oct 2011 14:04:02 +0300 Subject: [PATCH] Get default branch instead of tip from bitbucket --- abusehelper/Makefile | 4 ++-- vsroom/Makefile | 2 +- wiki/Makefile | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/abusehelper/Makefile b/abusehelper/Makefile index 08a9543..3ecdfef 100644 --- a/abusehelper/Makefile +++ b/abusehelper/Makefile @@ -1,6 +1,6 @@ -AHELPER = tip +AHELPER = default AHELPERURL = https://bitbucket.org/clarifiednetworks/abusehelper/get/$(AHELPER).tar.gz -IDIOKIT = tip +IDIOKIT = default IDIOKITURL = https://bitbucket.org/clarifiednetworks/idiokit/get/$(IDIOKIT).tar.gz OUT = /srv/puppet/files/common/packages diff --git a/vsroom/Makefile b/vsroom/Makefile index 2ddffee..f55804f 100644 --- a/vsroom/Makefile +++ b/vsroom/Makefile @@ -1,4 +1,4 @@ -VSROOM = tip +VSROOM = default VSROOMURL = https://bitbucket.org/clarifiednetworks/vsroom/get/$(VSROOM).tar.gz OUT = /srv/puppet/files/common/packages diff --git a/wiki/Makefile b/wiki/Makefile index b6980bc..74cb228 100644 --- a/wiki/Makefile +++ b/wiki/Makefile @@ -1,4 +1,4 @@ -GWIKI = tip +GWIKI = default GWIKIURL = https://bitbucket.org/clarifiednetworks/graphingwiki/get/$(GWIKI).tar.gz MOIN = 1.8.8 MOINURL = http://static.moinmo.in/files/moin-$(MOIN).tar.gz