Add empty featuresets for armel to help abiupdate script

The abiupdate script bails out currently (since we disabled armel image
builds at least temporarily) with

	Retrieve config
	Traceback (most recent call last):
	  File "debian/bin/abiupdate.py", line 224, in <module>
	    Main(url, url_config, **kw)()
	  File "debian/bin/abiupdate.py", line 95, in __call__
	    self.update_arch(config, arch)
	  File "debian/bin/abiupdate.py", line 149, in update_arch
	    featuresets = config[('base', arch)]['featuresets']
	KeyError: 'featuresets'

Possibly this should be handled more gracefully in abiupdate itself, but
workaround the situation first by adding an empty featuressets and
explaining in the comment why we do not build images.

In the long run armel will disapear completely.

Gbp-Dch: Ignore
This commit is contained in:
Salvatore Bonaccorso 2018-02-21 21:05:17 +01:00
parent 728a489c77
commit 2ed70eb486
1 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,10 @@
flavours:
#marvell
kernel-arch: arm
featuresets:
# empty; not building images right now
# cf.: https://lists.debian.org/debian-release/2018/02/msg00239.html
# none
[build]
image-file: arch/arm/boot/zImage