Accepted mini-buildd 2.1.6 (source) into experimental
- To: debian-experimental-changes@lists.debian.org, debian-devel-changes@lists.debian.org
- Subject: Accepted mini-buildd 2.1.6 (source) into experimental
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Sun, 17 Sep 2023 15:53:05 +0000
- Debian: DAK
- Debian-architecture: source
- Debian-archive-action: accept
- Debian-changes: mini-buildd_2.1.6_source.changes
- Debian-source: mini-buildd
- Debian-suite: experimental
- Debian-version: 2.1.6
- Dkim-signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ftp-master.debian.org; s=smtpauto.fasolo; h=Date:Message-Id: Content-Transfer-Encoding:Content-Type:Subject:MIME-Version:To:Reply-To:From: Cc:Content-ID:Content-Description:In-Reply-To:References; bh=nIP6VANz+7vw7D9CF/e1qS/h/yQjD1jsNw5Yb3jfoXE=; b=VFSwaAM5uIEuk4YeEDVWJWE1Bs qYzSORjQbbBRnjTaxbQ1jkTRKHzzDpwoUfp4Lx+CxLrbG62tQudBbQYqWUNnI5tTjOmyVh5cfRo4A H/THej9FCKiyDbbp8NNvISpWyvPlYKINSlmlJ1beD/EB8RxmMNmFYJkkRcz3n0uYlHdfqUWw15Hsq 3hqmg/DSoBI5G89qwqvJocmtU0sDEtNsHPgs4YlzmNF+690gqGOtJIc2GujxrxRNLrBOI6i7S8nBP uA73Uen4WJQddijmWSd+fNn3JUrcjLsBAvxTjzBEFl9AQQTjxZKOtB0OpwTR8fxF0oudaniFwLe2E adoeQIbQ==;
- Mail-followup-to: debian-devel@lists.debian.org
- Message-id: <E1qhu53-003DZM-Kr@fasolo.debian.org>
- Reply-to: debian-devel@lists.debian.org
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sun, 17 Sep 2023 17:07:26 +0200
Source: mini-buildd
Architecture: source
Version: 2.1.6
Distribution: experimental
Urgency: medium
Maintainer: Stephan Sürken <absurd@debian.org>
Changed-By: Stephan Sürken <absurd@debian.org>
Changes:
mini-buildd (2.1.6) experimental; urgency=medium
.
This release
* has more logging improvements
* refreshes debconf templates
* adds 'cruft tool'
.
Details:
* [74082b3] manual/administrator.rst: Move "log cruft" section to mini-
buildd user section
* [c52b6b4] debian/mini-buildd.init (PIDFILE): Move from mini-buildd's
home to /run (SYSV only)
* [894a3a5] debian/mini-buildd.init: Rather log to "/var/log/mini-
buildd.log", not "~/var/log/daemon.log" (SYSV only)
* [041fb76] src/mini-buildd-cruft: Add new tool to help admin to find
cruft files (merges m-b-reject-cleanup)
* [af8c44d] src/mini-buildd-cruft: Merge mbd-schroot-cleanup into mbd-
cruft
* [60d65c9] dir.html: Drop extra entry for "..": Redundant, and broke
datatable's 'modified' sorting
* [c254369] dir.html: Minor cleanup (no need to give data-search, data-
order explicitly for 'Name' any more)
* [15b73ce] manual/administrator.rst: Fix/update for "Logging and
Debugging" section
* [bcb2f52] cli.py (CLI.setup): Drop -- only used in mini-buildd (code
can simply be called in runcli())
* [d0444e7] cli.py (CLI.run): Move '-v/-q compat code' down && simply
set root logger level
* [855755c] cli.py (DputCf.target_completer): No need for extra list()
call on keys()
* [d5f7383] cli.py (--log-level): Add ability to give multiple times &&
with optional logger name
* [ef4b397] cli.py: Drop unused 'allow_unknown' option
* [b77350c] cli.py: Drop deprecated -v,--verbose,-q,--quiet options for
good
* [9c51839] cli.py: Add custom formatting for py.warnings (avoid
multiline)
* [8a01d96] cli.py (CLI.run): Always capture py.warning to our logging
* [01ebefa] devel (install): Use --force-confnew (rather than post-
sanitizing the default file)
* [0a49b27] cli.py: Programmatically ignore python warnings (unless
configured explicitly form outside (PYTHONWARNINGS, -W)
* [da1c0cb] Support PYTHONWARNINGS environment variable (debconf,
service, devel)
* [2912822] debian/mini-buildd.default: Drop superfluous comments
* [9680934] debian/mini-buildd.config: Drop unnecessary/convoluted
helper function
* [f0df6a9] debian/mini-buildd.templates: Fixup order and priorities
* [fbc9f36] debian/mini-buildd.templates: Minor wording improvements
* [f02ba04] debian/mini-buildd.config: Minor order fixes (again)
* [9f1339c] debian/mini-buildd.postinst: Add common function to update
default file
* [ad404c7] webapp.py, postinst (set admin pass): Always use LOG.info on
py side && drop extra output from postinst
* [adf9af5] debian/mini-buildd.postinst: Be less chatty on upgrades for
user changes
* [97de35a] webapp.py: Run "check" in quiet mode
* [38db3ce] api.py (Setup.report_load): Check for path existence (avoids
unnecessary WARN log)
* [2cf6bc2] devel (install): Drop --force-confnew (does not seem to
work) && clearing out values again
* [4b6ee20] mini-buildd: Drop deprecated ``-W,--httpd-bind`` option
* [35a84b9] builders/index.html: Don't warn if remotes are nor re-
checked -- rather note if they are
* [386a43e] debian/mini-buildd.templates: Improve description for "extra
options" (include most viable examples)
* [47edae5] debian/mini-buildd.templates: Improve description for
'pythonwarnings'
* [685000f] cli.py (--log-level): Fix && simplify help text
* [c9e2303] devel(build-migrate): Add test for rollbacks after migrate
* [05ffa64] models.py, reprepro.py: Fix rollbacks on migrate
* [33b119c] changes.py: Fix buildrequests for orig-less uploads
* [b532d27] examples/mini-buildd-utils/python-client: Update import
style && simplify
* [33aa5b3] debian/po/: Update debconf templates
* [98f056f] mini-buildd-api: Add --script-mode (force to be non-
interactive)
* [a9216b8] client.py (Client.api): Interact on any error && add
interactive skip option
* [35159cd] devel (mbd_pid): Fix for new path to (sysv) pidfile
* [8addcee] devel (mbd_pid): Drop sysv pidfile support && harden pgrep
call
Checksums-Sha1:
49ac9502348f6ca306bdd117e31105619ebc4922 2305 mini-buildd_2.1.6.dsc
35d3b01bb384028628f7dade5bdff3b5761dea92 577560 mini-buildd_2.1.6.tar.xz
949770a9cf95041560132c58afd652b45d6e5f1e 12494 mini-buildd_2.1.6_source.buildinfo
Checksums-Sha256:
076a61e73bdd100ae140d65c62f83f2894ad3a3d4aab0f02896107bc3ab3c388 2305 mini-buildd_2.1.6.dsc
ab0184af06d24708cb0224a4356fc46ae1de525c66883e393a72fdbb638b3a5f 577560 mini-buildd_2.1.6.tar.xz
802c3bd8b0a3f8413f73fc7195aed8251404421a051da6905b87fd483bbfd61c 12494 mini-buildd_2.1.6_source.buildinfo
Files:
2432eaa03e0555026fe3b7fe906b2a26 2305 devel optional mini-buildd_2.1.6.dsc
bb9ebc824e6331856e6a50e0efb8fc8a 577560 devel optional mini-buildd_2.1.6.tar.xz
d30f7d0186cd5c4f736bf6ab2169cf43 12494 devel optional mini-buildd_2.1.6_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJGBAEBCgAwFiEEVOttCJ+jfBmmRZCzBm3oAX4rYdkFAmUHF/8SHGFic3VyZEBk
ZWJpYW4ub3JnAAoJEAZt6AF+K2HZ0UIP/34MdT3APa0GvsNQE192z0WEDO+aSD+4
5XDwnkCU4yYwksPAabu1NBNBksozKcpDqbWfnXqkV/qoTOH3hV5TAQIzygJutE1B
Wup2rfzFOG1P1q+E2ocHbvUHTUJVaJxgRicHfZqocv2q5vxw7EPy2wN3W1OGOOsl
tuj/N2pPyvxtPCajRLczTXOhtytSL97W1VZPc4RDirmnPns6NGJOmHXdkax95FkK
k9121yoAhgClk5C4n7QBGedME4yZWdWV1ewh05HXcj+cLOTdoydAkUPbPCdipy25
VDXcBozkk84xmfKLQAqIgJgaBdgVrZoM/bF+jIR4tY6dW6UDINBTqL706O75PeI1
/lcY0GxdQfrAvyNXWGtQYsKII9gjWOxidZGIitIPXsPW7I6xgPdhpKiifb82SdBv
Y2GR4R/3AkfFj7sfOm8WZ21CK66RHSMhsL7pvj8cw/+D4uP4bSvkAOVtw9Az23Rz
DX5nE3XVLWgZHZa4to+/1fpGAx7/n2r9URDeV0374iZ9lH/QjRGO8JXZ3M5+VT0N
p2LHTWG4aHLa+pybmAEuLGu/jthl6I8JCF8wt/4Nhj42QuBaYb6AqVwuittCWmbn
lniOhpuRR0YTwInqajK3cUkYcLKW8LWb1hAp/4gH1t0IXMH8oaLuKKAF8XvCHG9q
Wgsa7BzY1bCR
=gZKt
-----END PGP SIGNATURE-----