From c39a071cc51c8233c4fa8596bb4484989473203c Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sat, 2 Aug 2014 20:55:42 +0200 Subject: [PATCH 1/2] Remove now unused probablity fields --- site.conf | 3 --- 1 file changed, 3 deletions(-) diff --git a/site.conf b/site.conf index 1d747cb..dd626e1 100644 --- a/site.conf +++ b/site.conf @@ -66,7 +66,6 @@ stable = { name = 'stable', mirrors = {'http://1.updates.services.ffhl/stable/sysupgrade'}, - probability = 0.08, good_signatures = 2, pubkeys = { 'daa19b44bbd7033965e02088127bad9516ba0fea8f34267a777144a23ec8900c', -- Linus @@ -77,7 +76,6 @@ beta = { name = 'beta', mirrors = {'http://1.updates.services.ffhl/beta/sysupgrade'}, - probability = 0.08, good_signatures = 2, pubkeys = { 'daa19b44bbd7033965e02088127bad9516ba0fea8f34267a777144a23ec8900c', -- Linus @@ -88,7 +86,6 @@ experimental = { name = 'experimental', mirrors = {'http://1.updates.services.ffhl/experimental/sysupgrade'}, - probability = 1.00, good_signatures = 1, pubkeys = { '496136b37e5f561dfdf523611f14e4b6bc2a745cbc1ab7daffa59fded5f202d1', -- philae From 87479c5e66b5bc467b4af4734e47dbdd6d20f745 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sat, 2 Aug 2014 22:17:07 +0200 Subject: [PATCH 2/2] Release v0.5 --- README | 1 + site.mk | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README b/README index 9d4d548..a292fa8 100644 --- a/README +++ b/README @@ -1,5 +1,6 @@ Gluon versions used for specific Lübeck Freifunk Firmware builds: +* 0.5: v2014.3 * 0.4.1: v2014.2 * 0.4: v2014.1 * 0.4~1-beta2 (0.4 Beta 2): 2c751d3612a7229de878c40ae724611f2f4f0bee diff --git a/site.mk b/site.mk index 9aa1220..3231556 100644 --- a/site.mk +++ b/site.mk @@ -19,7 +19,7 @@ GLUON_SITE_PACKAGES := \ haveged -DEFAULT_GLUON_RELEASE := 0.4.1+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)