Get default branch instead of tip from bitbucket
This commit is contained in:
parent
930cc6cbe1
commit
1881bc4ec4
3 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
VSROOM = tip
|
||||
VSROOM = default
|
||||
VSROOMURL = https://bitbucket.org/clarifiednetworks/vsroom/get/$(VSROOM).tar.gz
|
||||
OUT = /srv/puppet/files/common/packages
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue