Skip to content
Snippets Groups Projects
Commit 1a0c0a27 authored by Bjoern Franke's avatar Bjoern Franke
Browse files

fix update urls, set ffol-packages-commitd to HEAD

parent 0f58d718
No related branches found
No related tags found
No related merge requests found
GLUON_SITE_FEEDS='ffol'
PACKAGES_FFOL_REPO=git://freifunk-ol.de/ffol/packages.git
PACKAGES_FFOL_COMMIT=68f1446d932accc95a7dcbdac92fc62ee821e001
PACKAGES_FFOL_COMMIT=HEAD
......@@ -56,17 +56,16 @@
branches => {
nightly => {
name => 'nightly',
mirrors => ['http://[fd2f:5119:0f2c::1]/firmware/nightly' ],
mirrors => ['http://[fd2f:5119:f2c::1]/firmware/nightly' ],
probability => 1,
good_signatures => 1,
pubkeys => [
'99c420e95dd0923ee6277af5c306f9ae6b97f8793b08edd41448925df5fe35b9', #floh1111
'22c79b193a36269fd7fd51531e762b776e982926c90822df80b56f2be11648d4', #bjo
],
},
testing => {
name => 'testing',
mirrors => ['http://[fd74:fdaa:9dc4::1]/firmware/testing' ],
mirrors => ['http://[fd2f:5119:f2c::1]/firmware/testing' ],
probability => 0.5,
good_signatures => 1,
pubkeys => [
......@@ -76,7 +75,7 @@
},
stable => {
name => 'stable',
mirrors => ['fd74:fdaa:9dc4::1]/firmware/stable' ],
mirrors => ['http://[fd2f:5119:f2c::1]/firmware/stable' ],
probability => 0.08, # mean time until update: ~12.5 hours (1/0.08)
good_signatures => 2,
pubkeys => [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment