diff --git a/README.md b/README.md index 3783126..a09c29d 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ Please see [the official Gluon repository](https://github.com/freifunk-gluon/glu #### Gluon versions used for specific Hamburg Freifunk Firmware builds +- 0.5: v2014.3 - 0.4.2: v2014.2 - note: no gluon fork used anymore - 0.4.1: v2014.2-hh diff --git a/site.conf b/site.conf index cd91431..e04b686 100644 --- a/site.conf +++ b/site.conf @@ -132,7 +132,6 @@ stable = { name = 'stable', mirrors = {'http://1.updates.services.ffhh/stable/sysupgrade','http://2.updates.services.ffhh/stable/sysupgrade'}, - probability = 0.08, good_signatures = 2, pubkeys = { '417ef22f886539ddbcffbad35e9f493195ca53e05f75bd8d8011a4999498b589', -- baldo @@ -144,7 +143,6 @@ beta = { name = 'beta', mirrors = {'http://1.updates.services.ffhh/beta/sysupgrade','http://2.updates.services.ffhh/beta/sysupgrade'}, - probability = 0.08, good_signatures = 2, pubkeys = { '417ef22f886539ddbcffbad35e9f493195ca53e05f75bd8d8011a4999498b589', -- baldo @@ -156,7 +154,6 @@ experimental = { name = 'experimental', mirrors = {'http://1.updates.services.ffhh/experimental/sysupgrade','http://2.updates.services.ffhh/experimental/sysupgrade'}, - probability = 1.00, good_signatures = 1, pubkeys = { '1a0112fe489860068480c611c5dc56196c2f1a645db651ea2ed19ae0f0e8e1d1', -- 1.builder diff --git a/site.mk b/site.mk index b8eaa53..d7777a7 100644 --- a/site.mk +++ b/site.mk @@ -20,7 +20,7 @@ GLUON_SITE_PACKAGES := \ haveged -DEFAULT_GLUON_RELEASE := 0.4.2+0-exp$(shell date '+%Y%m%d') +DEFAULT_GLUON_RELEASE := 0.5 # Allow overriding the release number from the command line GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)