[elbe-devel] [PATCH v2 0/6] set of last minute fixes (only 6/6 needs review)

Torben Hohn torben.hohn at linutronix.de
Wed Oct 2 12:07:02 CEST 2019


The test system is functional again, and some problems                                                                                               
have shown up.                                                                                                                                       
                                                                                                                                                     
These patches fix them.                                                                                                                              
                                                                                                                                                     
This is somehow a V2 of "[PATCH 0/2] fix packaging issues"                                                                                           
Because "schema: add type to volume attribute" was wrong, because                                                                                    
it made the schema invalid. This got supeseded by                                                                                                    
                                                                                                                                                     
"schema: separate the volume attribute restriction into own volume-type"                                                                             
                                                                                                                                                     
the key handling in "elbe init" does not work, when "~/.gnupg" does not                                                                              
exist. But the output of gpg was redirected to /dev/null, so it was not                                                                              
noticeable... On the way to debugging the actual cause, init got cleaned                                                                             
up and ported to the new logging.                                                                                                                    
                                                                                                                                                     
this is in branch devel/torbenh/fixarchiveschema on lxcvs


Changes for v2:

Collected Reviewed-by: tags.
folded the requested comment into PATCH 5/6 which generated a big
conflict in PATCH 6/6. (which is why i would prefer that this one is
looked at again)



Torben Hohn (6):
  setup.py: also install u-boot-tools.links file
  xsdtoasciidoc: fix wrong variable n->e for cardinality()
  schema: separate the volume attribute restriction into own volume-type
  init: switch from command_out() to do() to unhide gpg output
  init: set GNUPGHOME directory when generating elbe-keyring.gpg
  init: use new logging framework and cleanup linelength

 elbepack/commands/init.py   | 301 +++++++++++++++++++-----------------
 elbepack/xsdtoasciidoc.mako |   2 +-
 schema/dbsfed.xsd           |  65 ++++----
 setup.py                    |   1 +
 4 files changed, 197 insertions(+), 172 deletions(-)

-- 
2.20.1




More information about the elbe-devel mailing list