[elbe-devel] [PATCH 0/3] fix archive validation overwriting

John Ogness john.ogness at linutronix.de
Fri Apr 27 01:43:04 CEST 2018


Currently archive validation is overwriting the validation file, thus
deleting all package validation information. 

Previously it was not possible to append to ASCIIDocLog files. This
patchset adds append support to ASCIIDocLog, adjusts the usage of
ASCIIDocLog for the validation file to avoid overwriting, and cleans
up the archive validation title (to use h1 instead of h2).

John Ogness (3):
  asciidoclog: add extra option to allow appending
  validation file: fix archive validation overwrite
  dump: use h1 type for archive validation title

 elbepack/asciidoclog.py | 11 +++++++----
 elbepack/dump.py        |  6 +++---
 elbepack/elbeproject.py |  5 +++++
 3 files changed, 15 insertions(+), 7 deletions(-)

-- 
2.11.0




More information about the elbe-devel mailing list