Targets für Gluon master setzen

This commit is contained in:
Daniel Frank 2018-09-21 19:51:50 +02:00
parent af558e4676
commit 2f528b1c44
Signed by: tokudan
GPG key ID: 063CCCAD04182D32

View file

@ -7,44 +7,30 @@ gluon_release = "v2018.1.1.0"
gluon_release += "~exp" + Time.new.strftime("%Y%m%d") if gluon_branch == "experimental" gluon_release += "~exp" + Time.new.strftime("%Y%m%d") if gluon_branch == "experimental"
gluon_targets = %w( gluon_targets = %w(
ar71xx-generic ar71xx-generic
ar71xx-tiny ar71xx-nand
ar71xx-nand ar71xx-tiny
brcm2708-bcm2708 brcm2708-bcm2708
brcm2708-bcm2709 brcm2708-bcm2709
mpc85xx-generic ipq40xx
ramips-mt7621 ipq806x
sunxi mpc85xx-generic
x86-generic ramips-mt7620
x86-geode ramips-mt7621
x86-64 ramips-mt76x8
ipq806x ramips-rt305x
ramips-mt7620 sunxi-cortexa7
ramips-mt7628 x86-64
ramips-rt305x x86-generic
x86-geode
) )
# Targets to build if possibly broken or untested images are included # Add more targets if broken images are included...
if ENV["BROKEN"] if ENV["BROKEN"]
gluon_targets = %w( gluon_targets += %w(
ar71xx-generic
ar71xx-mikrotik ar71xx-mikrotik
ar71xx-nand
ar71xx-tiny
brcm2708-bcm2708
brcm2708-bcm2709
brcm2708-bcm2710 brcm2708-bcm2710
ipq806x mvebu-cortexa9
mpc85xx-generic
mvebu
ramips-mt7620
ramips-mt7621
ramips-mt7628
ramips-rt305x
sunxi
x86-64
x86-generic
x86-geode
) )
end end
gluon_targets.sort!.uniq! gluon_targets.sort!.uniq!