Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-11 | be clearer about missing bzr support not failing the build/install | Joey Hess | |
2008-09-11 | Make etckeeper init -d set up commit hooks that call etckeeper -d. | Joey Hess | |
Note that if you've relied on it setting up such commit hooks for a repo outside of /etc already, it created broken ones that need to be fixed to use -d. Thanks, Wolfgang Karall. | |||
2008-09-03 | add docs | Joey Hess | |
2008-07-23 | Swedish debconf translation from Martin Ågren. Closes: #492063 | Joey Hess | |
2008-07-07 | releasing version 0.20 | Joey Hess | |
2008-07-07 | Ignore warnings from bzr plugins when checking for changes in the tree. | Jelmer Vernooij | |
2008-07-07 | Merge branch 'master' of git://git.kitenet.net/etckeeper into bzrplugin | Jelmer Vernooij | |
2008-07-05 | releasing version 0.19 | Joey Hess | |
2008-07-05 | Use git ls-files instead of git-ls-files. | Miklos Vajna | |
git-ls-files won't be in PATH in the next Git version. Signed-off-by: Miklos Vajna <vmiklos@frugalware.org> | |||
2008-07-03 | releasing version 0.18 | Joey Hess | |
2008-07-03 | Don't allow LC_COLLATE to reorder the .etckeeper file. Closes: #489057 | Joey Hess | |
2008-07-02 | update | Joey Hess | |
2008-06-29 | Allow AVOID_COMMIT_BEFORE_INSTALL to be set to zero to disable. | Joey Hess | |
2008-06-23 | make message clearer | Joey Hess | |
2008-06-18 | releasing version 0.17 | Joey Hess | |
2008-06-18 | Fix backwards test for AVOID_COMMIT_BEFORE_INSTALL. Closes: #486922 | Joey Hess | |
2008-06-16 | releasing version 0.16 | Joey Hess | |
2008-06-13 | Merge branch 'master' of git://git.kitenet.net/etckeeper into bzrplugin | Jelmer Vernooij | |
Conflicts: debian/changelog | |||
2008-06-07 | Add a AVOID_COMMIT_BEFORE_INSTALL option in the config file to make it easy ↵ | Joey Hess | |
to configure etckeeper to abort an installation if there are uncommitted changes in /etc. Closes: #478754 | |||
2008-05-30 | Make 'bzr add' quiet so new files aren't printed to stdout twice. | Jelmer Vernooij | |
2008-05-15 | Use newer API in bzr plugin. | Jelmer Vernooij | |
2008-05-03 | delete build directory on clean | Joey Hess | |
also, a non-phony build target | |||
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-06 | Test whether required hook is present rather than depending on a specific ↵ | Jelmer Vernooij | |
version of Bazaar. | |||
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 | Remove pre-commit hook for bzr from the TODO. | Jelmer Vernooij | |
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 | Set branch nicks on bzr branches. | Jelmer Vernooij | |
2008-04-05 | Add commit hook script for bzr to add new files | dAniel hAhler | |
Committing fails with "bzr", if there are only new files and new files probably never get added. This script adds the files during the "commit" process. | |||
2008-04-05 | bzr: Set nickname for tree in init.d/40vcs-init | dAniel hAhler | |
2008-04-05 | remove unused TAB settings | Joey Hess | |
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-05 | Update bzr plugin to use new start_commit hook. | Jelmer Vernooij | |
2008-04-05 | Rename bzr etckeeper plugin to clarify it's for bzr. | Jelmer Vernooij | |
Remove warning about install bzr pre-commit hook. | |||
2008-04-05 | Import plugin for bzr that can run the etckeeper pre-commit script. | Jelmer Vernooij | |