[Piuparts-commits] [SCM] piuparts git repository annotated tag, 0.46, created. 0.46
Holger Levsen
holger at layer-acht.org
Mon Sep 3 13:42:11 UTC 2012
The annotated tag, 0.46 has been created
at 513f3177724272fdbc4910cba7ffdcd90e827eb1 (tag)
tagging f31f1f61eabd19d878e2707733454fd5878667f5 (commit)
replaces 0.45
tagged by Holger Levsen
on Mon Sep 3 15:31:12 2012 +0200
- Shortlog ------------------------------------------------------------
released as 0.46 to sid
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iQIVAwUAUESxKAkauFYGmqocAQgjjQ/9EbbV1L6cmWBgC5TcuJzVWSHBtabi04EX
64kRmf0iKMgtCMGIvdyTvo5eBDrXqjMQD0ELyw1Uamh2TTdsHRATD5Kuo32IjhXP
8EO8W3bC/4GCahFj5bq5HxIysY0wD8FKY1QKRaxWL2os+4lQ9nC8FO4UEOMDc61i
mUBrW4DiOE65SHiyDMXjvAZbV7EGnPI6vEh56sHtNshcBbmLJnlfMgd0iQ5eqP3c
Sr5c567sblPQMgiBXi44OXz6bFMfqXKYRKrU9oXs4Ln3pTkyhxeit6xrjWgunmAx
ZvIuhlu/MuADMMI9vsyKWJ/oKJwBl8mZp9wK73Aq89LWwrkHZ2DwgoStBNOBPI0g
AfznCfzmUvzAymuTUSyBw8f0IOkU+4SX9agof1rpHiqU6PacTqkeY+TEo8eBFQLJ
dahiNfLV69iTuzoeI5NKrUM9N7q/1adu0nSlicemmx/mltnvV95fKlnpMjZ0G6jo
aBqe+4ZoZHH65zTIbjh2GUZJr7NDIYzO0AEJWRTj97TvibNTPnz2S07ETgDm9rzV
V0C+PQ6N+mGakMKlU4CKM10oC4Km7IlSMQoUQQ01GW8eDAz0gYqvNsuv5UaPPMVZ
iB6gojzc7errnzCEWmJe1bHCnIdpqYVwjCTuNHpYlgw/cJoXPBm55o6Y5zn2uibG
+L2+8n2drMw=
=x5gn
-----END PGP SIGNATURE-----
Andreas Beckmann (89):
Makefile: introduce htdocsdir as overridable destination
Makefile: split build rules from install rules
update-piuparts-setup: use Makefile for installation
more things TODO
mv org/piuparts.debian.org/etc/scripts* custom-scripts/
mv org/piuparts.debian.org/htdocs/templates/mail/* bug-templates/
mv org/piuparts.debian.org/htdocs/ htdocs/
Makefile: update for new locations
p-s: fix wrong name of terminate method
describe purpose of the instances/ directory
mv org/piuparts.debian.org/etc/piuparts.conf.* instances/
mv home/piupartss/bin/update-piuparts-setup .
u-p-s: finish setting up PIUPARTS_PREFIX before updating the users
mv home/*/.forward instances/forward.$HOSTNAME
mv home/piuparts?/crontab conf/crontab-$ROLE
mv home/piupartsm/bin/known_problems/ known_problems/
mv home/piuparts?/bin/ $ROLE-bin/
adjust Makefile for updated layout
p: ignore cdebconf database backups
logdb: evict file from cache after create/remove
logdb: write content to the temporary file before linking
logdb: cleanup exception handling
logdb: drop unused dircache
pkgdb: introduce LogfileExists exception
p-m: ignore duplicate log submissions
p-m: exit with 0 if busy
logdb: don't use assert on functions with side effects
lib/parser: correctly parse ':any' qualified packages
p: ignore /var/lib/onioncat/
lib/db: do not include uninitialized directories in self._all
p: remove version qualification when removing/purging packages
p-s: move precedence evaluation into run()
p-s: use with to scope the lock file
p-s: use finally to chdir back
p-s: split _run() into _talk_to_master() and _process()
p-s: move checks back from _process() to run()
p-s: gracefully handle Slave.close() if not connected
p-s: raise MasterCommunicationFailed if connection gets lost
p-s: control flow cleanup in _talk_to_master()
p-s: handle master communication exceptions
p-s: add _count_submittable_logs() method
p-s: always try to submit finished logfiles
p-s: talk to master only if we submit or reserve logs
p-s: submit logs after a section was processed
Revert "bla"
new template: fails_to_install_purge_install
new template: removes_files_installed_by_other_package
p: fix leftover directories not being accounted for dependencies
p: factor out Chroot.install_packages()
p: add --install-purge-install option
p: check for chroot modifications after install+purge
pre_remove_preseed_cleanup: enable cvsd purging
reclassify_bugged: move bugged/*.log to fail/ and analyze again
new custom script post_setup_forbid_home
pre_install_debug_problemresolver: another variant for debugging
new template: fails_to_upgrade_-_trying_to_overwrite
p-s: run piuparts with --no-upgrade-test flag
p: change policy-rc.d permissions to 0755
new custom script: post_install_find_bad_permissions
p-s: add SIGHUP handler to trigger flushing finished logs
p-m: move database loading into Master
p-m: delay Packages file load until needed
p: ignore /var/lib/vmm/
post_install_find_bad_permissions: ignore sockets
p-s: move the SIGHUP test
p: --install-purge-install: use restore_selections()
DefaultType text/plain
p-s: submit logs after (single) Ctrl-C
p-s: try to unreserve all reserved logs after interrupt
lib/db: split lookup from compute
lib/db: add recycle/ subdirectory
lib/db: treat packages in recycle/ as "unknown"
lib/db: implement logfile recycling
lib/db: add enable_recycling() method
p-m: add "recycle" command
p-s: add _recycle_wait_until timeout counter
p-s: try to enable recycling in master connection
p-s: enter recycle mode
reschedule_oldest_logs: link candidates to recycle/
reschedule_oldest_logs: reorganize scopes
reschedule_oldest_logs: cleanup obsolete rescheduling requests
update changelog and todo for recycling mode
lib/db: remember the time the states were computed
p-m: remember idle mode by creating stamp files
lib/db: add get_mtime() method
p-m: implement 'idle' command
p-s: issue "idle" command before "reserve"
p-s: don't forget to handle MasterDidNotGreet exception
p-s: refactor basetgz creation
Holger Levsen (23):
enjoy 0.46!
fix grammar
move some stuff to 0.47, aiming to release 0.46 sooner
piuparts-report: drop in-code index.tpl stub.
it's clearly marked obsolete, so..
Merge remote branch 'andreas/shuffling-part-1' into develop
announce 0.45
test less at home
Merge remote branch 'andreas/fixes' into develop
bla
Merge remote branch 'andreas/fixes' into develop
Merge remote branch 'andreas/feature/submit-after-processing' into develop
sort, move some stuff to 0.47
slave-join: fix bug preventing detection that the slave is not running.
fixup error message
mention that scripts need to be executable, thanks mikap
improve grammar
logic is hard
Call schroot with session: argument, thanks for Stephan Sürken for the patch. (Closes: #686360)
add changelog entry for 2a08438
time is on my side
bah.
release as 0.46 to sid
-----------------------------------------------------------------------
--
piuparts git repository
More information about the Piuparts-commits
mailing list