[linux] 01/01: Add empty featuresets for armel to help abiupdate script

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Wed Feb 21 20:17:36 UTC 2018


This is an automated email from the git hooks/post-receive script.

carnil pushed a commit to branch sid
in repository linux.

commit 2ed70eb486ad02bacb9eee7986f873d488488be3
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Wed Feb 21 21:05:17 2018 +0100

    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
---
 debian/config/armel/defines | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/debian/config/armel/defines b/debian/config/armel/defines
index 59d6d2e..4db6ba1 100644
--- a/debian/config/armel/defines
+++ b/debian/config/armel/defines
@@ -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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git



More information about the Kernel-svn-changes mailing list