Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-05-15 | Use newer API in bzr plugin. | Jelmer Vernooij | |
2008-05-03 | add | Joey Hess | |
2008-05-03 | add phony build target for dh to call | Joey Hess | |
2008-04-26 | update | Joey Hess | |
2008-04-26 | debhelper v7; rules file minimisation | Joey Hess | |
2008-04-22 | add conffile removal code | Joey Hess | |
2008-04-22 | bug closure | Joey Hess | |
2008-04-17 | Handle nonzero exit status when building package list diff. | Joey Hess | |
2008-04-16 | add changelog entry | Joey Hess | |
2008-04-16 | Revert "remove versioned dependencies on bzr 1.4" | Joey Hess | |
This reverts commit ca38120888503b2529d0e69b3556163f89ea0667. I'll do an interim release branched from the last one instead.. | |||
2008-04-16 | remove versioned dependencies on bzr 1.4 | Joey Hess | |
I was told that bzr 1.4 would be released last weekend, but that does not seem to be true, (unless they meant that 1.4rc1 would be released). I don't want to keep a RC bug open blocked on a bzr release. The versioned deps arn't really needed; building with an older bzr will drop the bzr hook and otherwise work. | |||
2008-04-05 | Use standard attribution formatting in changelog. | Jelmer Vernooij | |
2008-04-05 | Remove pointless bzr-rm script. | Jelmer Vernooij | |
2008-04-05 | Merge commit 'jelmer/master' | Joey Hess | |
Conflicts: debian/changelog | |||
2008-04-05 | update | Joey Hess | |
2008-04-05 | Add commit hook script for bzr to add new files | Joey Hess | |
2008-04-05 | Remove now obsolete precommit script for bzr. | Jelmer Vernooij | |
2008-04-05 | changelog entry and remove obsolete warning | Joey Hess | |
2008-04-05 | Conflict with older versions of bzr. | Joey Hess | |
This combination causes the bzr etckeeper plugin to be unloadable. Conflicts: debian/control | |||
2008-04-05 | Include etckeeper plugin in Debian package. | Joey Hess | |
Conflicts: debian/control | |||
2008-04-03 | mention bzr in synopsis | Joey Hess | |
2008-03-29 | releasing version 0.14 | Joey Hess | |
2008-03-25 | filter out @@ in diff | Joey Hess | |
2008-03-25 | Keep track of what packages change state during an installation, and include ↵ | Joey Hess | |
that in the commit message at the end. | |||
2008-03-20 | wording | Joey Hess | |
2008-03-20 | bug closures | Joey Hess | |
2008-03-20 | transition code | Joey Hess | |
2008-03-17 | Merge branch 'master' of git://git.kitenet.net/etckeeper | Scott Bronson | |
2008-03-14 | debconf-updatepo | Joey Hess | |
Sorry translators for not using this work.. | |||
2008-03-14 | * Drop the debconf prompt before committing in pre-install. | Joey Hess | |
Closes: #470577, #462161 | |||
2008-03-12 | Remove metastore, use simple find scripts instead. | Scott Bronson | |
2008-03-11 | releasing version 0.12 | Joey Hess | |
2008-03-11 | * Add support for bzr, thanks to Mark A. Hershberger. Closes: #470515 | Joey Hess | |
(Note that bzr does not support etckeeper's pre-commit hook.) | |||
2008-02-29 | * Use git ls-files instead of git status. Depend on new enough git for this. | Joey Hess | |
2008-02-29 | use git ls-files instead of git status | Miklos Vajna | |
git status is a porcelain command and should not be used from scripts just to check if the working directory is clean or not. | |||
2008-02-11 | releasing version 0.11 | Joey Hess | |
2008-02-11 | * Add nologin to default ignores. | Joey Hess | |
2008-02-09 | * Add apt hooks for rpm based systems. | Joey Hess | |
2008-02-09 | * Some initial rpm support. Patch from Евгений Терешков. | Joey Hess | |
2008-01-29 | * Updated German translation. Closes: #463153 | Joey Hess | |
2008-01-24 | * Add lvm cache dir to default ignores. (#462355) | Joey Hess | |
2008-01-15 | releasing version 0.10 | Joey Hess | |
2008-01-15 | move, don't delete | Joey Hess | |
2008-01-15 | * Use git status instead of git-status (missed this one before). | Joey Hess | |
2008-01-15 | German debconf translation. Closes: #460940, #458751 | Joey Hess | |
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-07 | releasing version 0.9 | Joey Hess | |
2008-01-07 | * Separate debconf use from the main flow of the script so the commit | Joey Hess | |
stage can use editors etc. Closes: #459547 * Remove the hint about setting -e to get interactive commits, since I don't want to encourage users to do that. (For one thing, it's unlikely to work if a graphical package manager is used..) | |||
2008-01-06 | releasing version 0.8 | Joey Hess | |
2008-01-06 | * Add backwards compatability code to handle post-apt action. Closes: #459441 | Joey Hess | |