[Piuparts-devel] pull: for-holger and feature/allow-database

Andreas Beckmann anbe at debian.org
Fri May 31 17:48:55 UTC 2013


Andreas Beckmann (8):
for-holger:
      p: pass version-qualified package names to check_adequate()
feature/allow-database:
      p: allow check_for_no_processes() to be non-fatal
      p: new option --allow-database
      p: relax the check for running processes for --allow-database
      detect_piuparts_issues: failures to start a database server
      new script: pre_install_database-server
      upgrade mysql/postgresql separately
      p.conf.*: enable --allow-database

Rescheduling ... hmm ... a lot :-)

* all the adequate errors in *_None.log:
  "adequate: error: no packages to check"

for DB enabling (pass/fail/bugged/affected):
* "Setting up postgresql " (trailing space!)
* "Setting up mysql-server " (dito)
* all packages listed in custom-scripts/scripts/pre_install_database-server

since the latter might be quite some packages, just hardlink them to recycle:

cd $SECTION
ln -fv $(grep -rlE --include "*.log" "Setting up (postgresql|mysql-server) " pass fail affected bugged) recycle/
for p in $(sed -n '/;;/ s/).*//p' /etc/piuparts/scripts/pre_install_database-server) ; do ln -fv */${p}_*.log recycle/ 2>/dev/null ; done


Andreas



More information about the Piuparts-devel mailing list