summaryrefslogtreecommitdiff
path: root/post-install.d
AgeCommit message (Collapse)Author
2016-10-23Detailed post-install commit messagesHEADmasteremkael
2014-11-05add format marker for package listJoey Hess
to avoid spamming commit message with big diff when format changes
2014-09-04let's not use debconf to display a possibly minor warningJoey Hess
2014-09-04Use debconf for prompting when post-install commit fails, as was already ↵Joey Hess
done for pre-install commit. This avoids propigating errors to apt when eg, git is misconfigured and cannot commit. Closes: #760011
2010-05-16Fix bug where after a large upgrade, etckeeper's automatic commit message ↵Joey Hess
was so long it exceeded system limits. Closes: #581678
2010-01-31Fix cleanup of /var/cache/etckeeper/packagelist.pre-install after an upgrade ↵Joey Hess
where no conffiles are changed.
2008-04-17Handle nonzero exit status when building package list diff.Joey Hess
2008-03-25clean up the commit messageJoey Hess
2008-03-25filter out @@ in diffJoey Hess
2008-03-25Keep track of what packages change state during an installation, and include ↵Joey Hess
that in the commit message at the end.
2008-03-20Revert "Add files needed to maintain /etc/package-list"Joey Hess
This reverts commit d2a3a0b04c727430ece08aa4ec0e7719fa037f98. This shouldn't have been in the nobinary branch, I am not yet decided about merging the packagelist branch.
2008-03-20Revert "Add support for RPM (note: untested!)"Joey Hess
This reverts commit 2d0f02f740f73bafba187584184ec26fdf1cc3aa. This shouldn't have been in the nobinary branch, I am not yet decided about merging the packagelist branch.
2008-03-12Add support for RPM (note: untested!)Scott Bronson
2008-03-12Add files needed to maintain /etc/package-listScott Bronson
2008-01-15 * Convert the directory parameter of etckeeper into "-d directory".Joey Hess
* Pass other patameters on from etckeeper to the .d scripts. * Stop using run-parts for various reasons. * Split out a commit.d that contains committing code that's used by both the pre-install.d and post-install.d scripts. * Split out an unclean.d that tests if the WC contains uncommitted changes. * Add preinst code to remove old post-install.d scripts.
2008-01-04Merge branch 'hg'Joey Hess
Significantly refactored
2008-01-04replace git-foo with git fooMiklos Vajna
from the release notes of the upcoming 1.5.4 release: "The next feature release of git (this change is scheduled for v1.6.0) will by default install dashed form of commands (e.g. "git-commit") outside of users' normal $PATH"
2008-01-03 * Added configuration options for highlevel and lowlevel package managersJoey Hess
in etckeeper.conf. * Only install apt hooks if apt is used. * Only add backup conffile exclusion to gitignore if dpkg is used. * Rename pre/post-apt.d to pre/post-install.d to allow the same directories to be used for other package managers. * Use the name of the highlevel package manager in commit messages.