2017-10-22 21:37:45 +02:00
|
|
|
<%
|
2018-04-06 20:40:37 +02:00
|
|
|
#gluon_branch = "stable"
|
|
|
|
gluon_branch = "experimental"
|
2018-07-13 22:21:50 +02:00
|
|
|
gluon_release = "v2018.1.0.0"
|
2017-10-22 21:37:45 +02:00
|
|
|
|
|
|
|
# Add the +exp and current date if this is an experimental release
|
2018-02-04 02:07:19 +01:00
|
|
|
gluon_release += "~exp" + Time.new.strftime("%Y%m%d") if gluon_branch == "experimental"
|
2017-10-22 21:37:45 +02:00
|
|
|
|
|
|
|
gluon_targets = %w(
|
|
|
|
ar71xx-generic
|
2017-12-19 03:11:17 +01:00
|
|
|
ar71xx-tiny
|
2017-10-22 21:37:45 +02:00
|
|
|
ar71xx-nand
|
2017-12-19 03:11:17 +01:00
|
|
|
brcm2708-bcm2708
|
|
|
|
brcm2708-bcm2709
|
2017-10-22 21:37:45 +02:00
|
|
|
mpc85xx-generic
|
2018-02-04 02:10:18 +01:00
|
|
|
ramips-mt7621
|
2017-10-22 21:37:45 +02:00
|
|
|
x86-generic
|
2017-12-19 03:11:17 +01:00
|
|
|
x86-geode
|
2017-10-22 21:37:45 +02:00
|
|
|
x86-64
|
|
|
|
)
|
|
|
|
|
|
|
|
gluon_site_packages = %w(
|
|
|
|
gluon-autoupdater
|
|
|
|
gluon-config-mode-autoupdater
|
|
|
|
gluon-config-mode-core
|
|
|
|
gluon-config-mode-hostname
|
|
|
|
gluon-config-mode-mesh-vpn
|
|
|
|
gluon-ebtables-filter-multicast
|
|
|
|
gluon-ebtables-filter-ra-dhcp
|
2017-12-19 03:12:10 +01:00
|
|
|
gluon-ebtables-source-filter
|
2018-04-06 20:43:58 +02:00
|
|
|
gluon-mesh-batman-adv-15
|
2017-10-22 21:37:45 +02:00
|
|
|
gluon-mesh-vpn-fastd
|
|
|
|
gluon-radvd
|
|
|
|
gluon-respondd
|
|
|
|
gluon-setup-mode
|
|
|
|
gluon-status-page
|
|
|
|
gluon-web-admin
|
|
|
|
gluon-web-autoupdater
|
|
|
|
gluon-web-network
|
|
|
|
gluon-web-private-wifi
|
|
|
|
gluon-web-wifi-config
|
|
|
|
haveged
|
|
|
|
iptables
|
|
|
|
iwinfo
|
|
|
|
)
|
|
|
|
|
|
|
|
signing_keys = [
|
|
|
|
'ef73bc52b929fd11efce9a5c8f0b5463f1766bb995c8a0b3b6bcd7ba45b8b1e6', # leo
|
|
|
|
'3f0fc50d4e5c893f9f58f98874bd21080b93c28ff5e4d4946352cada1b4e6441', # andre
|
|
|
|
'1d37eacbd70f72730b1f5aba246a6a8eab100e2d45dda0163d9ad827f70f88d4', # gernot
|
|
|
|
'bd5a70d4c3df30eaa860d615c0e0526b0dda5bc60c09c20972bce4ffa7512659', # bjoern
|
|
|
|
'd9992853c0fe1a2e983cc222b6bd26e70d4fb2a53862ac099144e9e8142238d0', # daniel
|
2017-12-18 21:57:14 +01:00
|
|
|
'961495a04512e5ba1843fd3c216d8af6ef2fdb19f93055142803e2da26d670b9', # alexander
|
2017-12-18 22:01:15 +01:00
|
|
|
'ed6278f168f0382adf4f058cb9c31d8f1145abb968a8626045de7d6d87a0be40', # olli
|
2017-10-22 21:37:45 +02:00
|
|
|
]
|
|
|
|
signing_keys_experimental = [
|
|
|
|
'1a0112fe489860068480c611c5dc56196c2f1a645db651ea2ed19ae0f0e8e1d1', # 1.builder
|
|
|
|
]
|
|
|
|
|
|
|
|
-%>
|