[Piuparts-commits] [piuparts] branch master updated (1dfeeae -> 8799572)

Holger Levsen holger at layer-acht.org
Wed Aug 30 14:53:13 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  1dfeeae   release as 0.78
      adds  aa490b8   start 0.79 cycle
      adds  45ff6b2   slave-run: properly delete all screenlogs from previous runs.
      adds  19cd5ae   p.conf.anbe: [lenny_i386]
      adds  406ed6c   p.conf.anbe: [squeeze_i386]
      adds  3713f81   rewrite some changelog entries
      adds  f590b07   p: add support for post_test_* custom scripts
      adds  5169ab8   move some exceptions to {pre,post}_test_exceptions
      adds  4fe09c0   p: do not ignore purge errors
      adds  3123796   remove pinentry-curses from stretch reference chroot
      adds  d697f29   add debiman-piuparts-distill
      adds  4ad1286   run debiman-piuparts-distill via cron
      adds  4489a83   slave_run: ensure screen is run with SHELL=/bin/bash
      adds  3fbba4c   exception for /usr/lib/sasl2/ disappearing on some jessie->stretch upgrades
      adds  9223b8a   reschedule_oldest_logs: expiration age can be relative
      adds  247c2a9   p.conf: use relative expiration ages
      adds  4dffaa1   p.conf.anbe: use relative expiration ages
      adds  35858e9   p: silence diff_meta_data() for "others" for --warn-on-others
      adds  0806261   p.conf.anbe: [sid] use scripts-log-alternatives
      adds  5e097c3   p.conf.anbe: rename wheezy-proposed to wheezy-lts
      adds  ec164e9   p.conf.anbe: [stretch3buster-rcmd]
      adds  7811d14   network issue: appstream metadata errors
      adds  9e18bb0   the script templates do not need to be executable
      adds  21e78c3   skip jessie->stretch distupgrade of arden:i386
      adds  df2adf7   p: is_installable_* may skip&fail a test
      adds  65bd150   squeeze: skip&fail install of mini-buildd-{bld,rep}
      adds  e166749   p.conf: separate flags-*-lenny from flags-*-squeeze
      adds  ed2b0cf   buster: there is (currently) no mysql-server package
      adds  7f41a41   jessie->stretch: skip xul-ext-compactheader=2.0.8-1
      adds  ba3e7cf   wheezy->jessie: skip xul-ext-compactheader=2.0.5-1
      adds  06e676d   Makefile: split build and install targets between master and slave
      adds  95f544e   fixup package dependencies and lintian issues
      adds  20102f1   install debiman-piuparts-distill into $(libdir)/piuparts/
      adds  c402e18   Bump standards version to 4.0.1, no changes needed.
      adds  7cf6ef5   Bump standards version to 4.0.1, change priority from extra to optional.
      adds  25d119c   fix path to debiman-piuparts-distill
      adds  ad63995   Depend on debhelper >= 10.2.5~ and bump debian/compat to 10.
      adds  edab6a4   p: let debsums always ignore obsolete conffiles
      adds  4c334ba   distill_alternatives_log: use codenames for the output
      adds  4a26e14   move debiman-piuparts-distill to a helpers subdirectory
      adds  bfae3e0   p: run debootstrap with --no-merged-usr
      adds  f47d200   exception for auctex background task
      adds  bb771e2   p: ignore --end-meta on mismatching fake-essential packages
      adds  3d7c13b   depend on mount, no longer essential
      adds  0314a66   improve database distupgrade handling
      adds  29adcaa   reword and shuffle some changelog entries
      adds  799b57e   add more missing dependencies for packages in lenny
      adds  8f2f4de   exception for faulty dhcp3-server config migration
      adds  2e7477f   distros.conf: add wheezy-lts as a full distro
      adds  ac27321   p.conf: rename wheezy-proposed to wheezy-lts
      adds  3837b21   news entry for wheezy-lts tests
      adds  51e7ff5   new script to rotate and compress master logs
      adds  7bea34e   Bump standards version to 4.1.0.
       new  8799572   release as 0.79

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:
 Makefile                                           |  48 ++--
 README.txt                                         |  17 +-
 README_server.txt                                  |   8 +-
 TODO                                               |   5 +-
 conf/crontab-master.in                             |   6 +
 conf/distros.conf                                  |   5 +
 .../scripts-leftovers/pre_remove_preseed_cleanup   |   1 +
 custom-scripts/scripts/is_testable_uninstallable   |  26 +++
 .../scripts/post_distupgrade_base_cleanup          |   6 +
 custom-scripts/scripts/post_purge_exceptions       |  19 +-
 custom-scripts/scripts/post_test_exceptions        |  42 ++++
 custom-scripts/scripts/pre_distupgrade_exceptions  |   6 +
 .../scripts/pre_distupgrade_zz_database-server     |  27 ++-
 custom-scripts/scripts/pre_install_exceptions      |  47 +---
 custom-scripts/scripts/pre_remove_exceptions       |  25 --
 custom-scripts/scripts/pre_test_exceptions         |  43 ++++
 debian/changelog                                   |  76 +++++-
 debian/compat                                      |   2 +-
 debian/control                                     |  34 +--
 debian/copyright                                   |   4 +-
 debian/piuparts-common.install                     |   2 +-
 debian/piuparts-master.install                     |   1 +
 helpers/debiman-piuparts-distill/atomically.go     |  75 ++++++
 helpers/debiman-piuparts-distill/piuparts.go       | 145 ++++++++++++
 htdocs/index.tpl                                   |   5 +
 instances/piuparts.conf-template.pejacevic         |  45 ++--
 instances/piuparts.conf.anbe                       | 254 +++++++++++++++------
 master-bin/archive_old_logs.in                     |   0
 master-bin/detect_archive_issues.in                |   0
 master-bin/detect_network_issues.in                |   1 +
 master-bin/detect_piuparts_issues.in               |   4 +-
 master-bin/detect_well_known_errors.py             |   0
 master-bin/distill_alternatives_log.in             |  24 ++
 master-bin/gather_bts_stats.in                     |   0
 master-bin/generate_daily_report.in                |   0
 master-bin/master_cleanup.in                       |   0
 master-bin/prepare_backup.in                       |   0
 master-bin/reclassify_bugged.in                    |   0
 master-bin/report_newly_bugged_packages.in         |   0
 master-bin/report_stale_reserved_packages.in       |   0
 master-bin/report_untestable_packages.in           |   0
 master-bin/reschedule_oldest_logs.in               |   6 +
 master-bin/reschedule_piuparts_tests.in            |   0
 ...{reclassify_bugged.in => rotate_master_logs.in} |  38 +--
 piuparts-slave.py                                  |  11 +-
 piuparts.1.txt                                     |   2 +-
 piuparts.py                                        |  66 ++++--
 slave-bin/detect_leftover_processes.in             |   0
 slave-bin/detect_slave_problems.in                 |   2 +-
 slave-bin/detect_tmp_cruft.in                      |   0
 slave-bin/slave_cleanup.in                         |   0
 slave-bin/slave_run.in                             |   9 +-
 slave-bin/slave_stop.in                            |   0
 update-piuparts-master-setup                       |   6 +-
 update-piuparts-slave-setup                        |   6 +-
 55 files changed, 885 insertions(+), 264 deletions(-)
 create mode 100755 custom-scripts/scripts/post_test_exceptions
 create mode 100755 custom-scripts/scripts/pre_test_exceptions
 create mode 100644 helpers/debiman-piuparts-distill/atomically.go
 create mode 100644 helpers/debiman-piuparts-distill/piuparts.go
 mode change 100755 => 100644 master-bin/archive_old_logs.in
 mode change 100755 => 100644 master-bin/detect_archive_issues.in
 mode change 100755 => 100644 master-bin/detect_network_issues.in
 mode change 100755 => 100644 master-bin/detect_piuparts_issues.in
 mode change 100755 => 100644 master-bin/detect_well_known_errors.py
 create mode 100644 master-bin/distill_alternatives_log.in
 mode change 100755 => 100644 master-bin/gather_bts_stats.in
 mode change 100755 => 100644 master-bin/generate_daily_report.in
 mode change 100755 => 100644 master-bin/master_cleanup.in
 mode change 100755 => 100644 master-bin/prepare_backup.in
 mode change 100755 => 100644 master-bin/reclassify_bugged.in
 mode change 100755 => 100644 master-bin/report_newly_bugged_packages.in
 mode change 100755 => 100644 master-bin/report_stale_reserved_packages.in
 mode change 100755 => 100644 master-bin/report_untestable_packages.in
 mode change 100755 => 100644 master-bin/reschedule_oldest_logs.in
 mode change 100755 => 100644 master-bin/reschedule_piuparts_tests.in
 copy master-bin/{reclassify_bugged.in => rotate_master_logs.in} (55%)
 mode change 100755 => 100644
 mode change 100755 => 100644 slave-bin/detect_leftover_processes.in
 mode change 100755 => 100644 slave-bin/detect_slave_problems.in
 mode change 100755 => 100644 slave-bin/detect_tmp_cruft.in
 mode change 100755 => 100644 slave-bin/slave_cleanup.in
 mode change 100755 => 100644 slave-bin/slave_run.in
 mode change 100755 => 100644 slave-bin/slave_stop.in

-- 
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