bump version to 0.8.5 experimental and some more build system updates

This commit is contained in:
Daniel Frank 2017-10-14 20:06:00 +02:00
commit 3f89fe6df3
5 changed files with 92 additions and 12 deletions

View file

@ -1,7 +1,18 @@
<%
#gluon_release = "0.8.4+exp" + Time.new.strftime("%Y%m%d")
gluon_release = "0.8.4"
gluon_branch = "stable"
#gluon_branch = "stable"
gluon_branch = "experimental"
gluon_release = "0.8.5"
# Add the +exp and current date if this is an experimental release
gluon_release += "+exp" + Time.new.strftime("%Y%m%d") if gluon_branch == "experimental"
gluon_targets = %w(
ar71xx-generic
ar71xx-nand
mpc85xx-generic
x86-generic
x86-64
)
gluon_site_packages = %w(
gluon-autoupdater