[elbe-devel] [PATCH 0/6] set of last minute fixes

Torben Hohn torben.hohn at linutronix.de
Tue Oct 1 21:12:14 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 branch devel/torbenh/fixarchiveschema on lxcvs


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 GPGHOME directory when generating elbe-keyring.gpg
  init: use new logging framework and cleanup linelength

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

-- 
2.20.1




More information about the elbe-devel mailing list