[Piuparts-commits] [piuparts] branch master updated (59de979 -> 4fa770d)

Holger Levsen holger at layer-acht.org
Thu Oct 5 13:59:11 UTC 2017


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

holger pushed a change to branch master
in repository piuparts.

      from  59de979   release as 0.80
      adds  b49af33   start 0.81 development cycle
      adds  11dc531   distill_alternatives_log: process all sections that use scripts-log-alternatives
      adds  d0c0851   use copyright notices without FSF street address
      adds  7e5c999   Consider the /usr merge to be acceptable variation. (Closes: #860433)
      adds  d49ca64   separate scripts-lenny from scripts-squeeze
      adds  3d88372   treat install-info as fake-essential for all tests ending in squeeze
      adds  42acc54   exception for logcheck chowning/chmodding others files
      adds  de26f8f   network issue: E: The repository '.*' no longer has a Release file.
      adds  57cc67d   p-r: catch URLError
      adds  806a3cb   dwke: move some methods to piupartslib/dwke.py
      adds  77c2c07   *.py: consistently name and use file I/O helpers
      adds  b52e3ac   *.py: consistently use 'with open(...) as ...:' for scoped open files
      adds  912fb15   p-r: check for master directory separately
      adds  a564032   dwke: prepare for inserting some locking scopes
      adds  77e52d9   Fix syntax error in custom-scripts/scripts/post_purge_exceptions, thanks Boud Roukema for the report. (Closes: #875605)
      adds  649db83   p-r: make verbose messages more consistent
      adds  8a2ea87   really fix 42acc54048
      adds  602d843   add bug template for stable -> sid file overwrite errors
      adds  dddb0a9   dwke: do not instantiate unused FailureManager
      adds  be15ead   spelling fixes, changelog+todo cleanup
      adds  4896512   *.py: remove unused ConfigParser import
      adds  09b74c5   p-a: add PiupartsBTS, a caching wrapper around debianbts
      adds  2e3c0aa   detect_piuparts_issues: detect more problems caused by full disks
      adds  2a138d9   drop code to support adt-backend providers
      adds  ad21d48   whitespace cleanup
      adds  b839cbe   piuparts-distill: correctly handle errors
      adds  5adeefb   add changelog entry for Michael's last commit
      adds  7f088eb   Update TODO.
      adds  31e4b36   Bump standards version to 4.1.1, no changes needed.
      adds  0151bb0   whitespace fix
      adds  2338fa1   p-r: ignore OSError while archiving disappeared logfile
      adds  b9d58e8   dwke: report total amount of logfiles processed
      adds  357e5ea   p: ignore /var/log/tallylog
      adds  05b7fbb   piuparts issues: another 'apt-cache show' failure
      adds  f95eeae   exception for corekeeper to not modify core file settings in the running kernel
      adds  52097fc   scripts-broken-symlinks: unbreak more symlinks
      adds  95e9be6   add Closes: for #877592
      adds  73ec52c   p: run post_chroot_unpack scripts before initial apt-get update
      adds  8036a28   upgrade to postgresql 10 in sid/buster
      adds  b9b2edb   whitespace fixes, changelog updates
       new  4fa770d   release as 0.81

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 TODO                                               |  20 +-
 ..._from_stable_to_sid_-_trying_to_overwrite.mail} |   9 +-
 .../post_install_extras_unbreak_symlinks           |  24 +-
 .../post_remove_exceptions_lenny                   |   6 +-
 .../scripts-lenny/post_setup_lenny-fake-essential  |  40 +++
 .../post_distupgrade_squeeze-fake-essential        |   8 +-
 .../post_setup_squeeze-fake-essential              |  35 +-
 custom-scripts/scripts/is_testable_uninstallable   |   4 +
 custom-scripts/scripts/post_purge_exceptions       |  13 +
 custom-scripts/scripts/post_test_exceptions        |   6 +
 .../scripts/pre_distupgrade_zz_database-server     |   7 +-
 custom-scripts/scripts/pre_remove_exceptions       |   2 +-
 custom-scripts/scripts/pre_test_exceptions         |   8 +
 debian/changelog                                   |  48 +++
 debian/control                                     |   2 +-
 debian/copyright                                   |   6 +-
 debian/piuparts.maintscript                        |   1 +
 helpers/debiman-piuparts-distill/piuparts.go       |   5 +-
 instances/piuparts.conf.anbe                       |   5 +-
 lib/read_config.sh                                 |   3 +-
 master-bin/archive_old_logs.in                     |   3 +-
 master-bin/detect_archive_issues.in                |   3 +-
 master-bin/detect_network_issues.in                |   4 +-
 master-bin/detect_piuparts_issues.in               |   7 +-
 master-bin/detect_well_known_errors.py             | 121 ++-----
 master-bin/distill_alternatives_log.in             |  47 +--
 master-bin/gather_bts_stats.in                     |   3 +-
 master-bin/generate_daily_report.in                |   3 +-
 master-bin/master_cleanup.in                       |   3 +-
 master-bin/prepare_backup.in                       |   3 +-
 master-bin/reclassify_bugged.in                    |   3 +-
 master-bin/report_newly_bugged_packages.in         |   3 +-
 master-bin/report_stale_reserved_packages.in       |   3 +-
 master-bin/report_untestable_packages.in           |   3 +-
 master-bin/reschedule_oldest_logs.in               |   3 +-
 master-bin/reschedule_piuparts_tests.in            |   3 +-
 piuparts-analyze.py                                | 158 +++++----
 piuparts-master-backend.py                         |   4 +-
 piuparts-master.in                                 |   3 +-
 piuparts-report.py                                 |  91 ++---
 piuparts-slave.py                                  |  22 +-
 piuparts.py                                        | 373 +++------------------
 piupartslib/__init__.py                            |   3 +-
 piupartslib/conf.py                                |   3 +-
 piupartslib/dependencyparser.py                    |   3 +-
 piupartslib/dwke.py                                |  71 +++-
 piupartslib/packagesdb.py                          |   6 +-
 slave-bin/detect_leftover_processes.in             |   3 +-
 slave-bin/detect_slave_problems.in                 |   3 +-
 slave-bin/detect_tmp_cruft.in                      |   3 +-
 slave-bin/slave_cleanup.in                         |   3 +-
 slave-bin/slave_join                               |   3 +-
 slave-bin/slave_run.in                             |   3 +-
 slave-bin/slave_stop.in                            |   3 +-
 tests/unittests.py                                 |   5 -
 update-piuparts-master-setup                       |  12 +-
 update-piuparts-slave-setup                        |  12 +-
 57 files changed, 531 insertions(+), 723 deletions(-)
 copy bug-templates/{fails_to_upgrade_from_jessie_-_trying_to_overwrite.mail => fails_to_upgrade_from_stable_to_sid_-_trying_to_overwrite.mail} (61%)
 rename custom-scripts/{scripts-squeeze => scripts-lenny}/post_remove_exceptions_lenny (58%)
 create mode 100755 custom-scripts/scripts-lenny/post_setup_lenny-fake-essential

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



More information about the Piuparts-commits mailing list