Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2008-04-03 | mention bzr in synopsis | Joey Hess | |
2008-03-29 | releasing version 0.14 | Joey Hess | |
2008-03-28 | some todo items | Joey Hess | |
2008-03-25 | clean up the commit message | 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-25 | misc updates | Joey Hess | |
2008-03-20 | wording | Joey Hess | |
2008-03-20 | bug closures | Joey Hess | |
2008-03-20 | remove .metadata first so .etckeeper doesn't try to chmod it | Joey Hess | |
Also, remove vcs test, as it's in a code block that already tests that. | |||
2008-03-20 | transition code | Joey Hess | |
2008-03-20 | Revert "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-20 | Revert "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-20 | restore-etckeeper should run after restore-metadata so its settings will ↵ | Scott Bronson | |
take priority. | |||
2008-03-20 | Restore the 20restore-metadata script so that legacy etckeeper repos will ↵ | Scott Bronson | |
still work. | |||
2008-03-20 | find has a bug where pruned directories are considered empty, even if ↵ | Scott Bronson | |
they're not. Therefore we'll revert to the previous empty directory finding code. The previous code would let "mkdir -p './.git'" into .etckeeper (no big deal but still wrong). | |||
2008-03-20 | Simplify the store-metadata script by calling chmod every time. | Scott Bronson | |
2008-03-20 | Of course all filenames in .etckeeper should be surrounded by quotes. | Scott Bronson | |
2008-03-20 | Store metadata in .etckeeper, not .fix-metadata. | Scott Bronson | |
2008-03-20 | Turns out dash doesn't support ${string:substibution}. Use printf instead. | Scott Bronson | |
2008-03-17 | $VCS rm .metadata instead of warning about its existence. | Scott Bronson | |
2008-03-17 | Prune .bzr and .hg now (as well as .git) when running the find commands. | Scott Bronson | |
2008-03-17 | Use a filter function to cull UNKNOWN users and groups. | Scott Bronson | |
2008-03-17 | Move .fix-metadata generation into a function. | Scott Bronson | |
2008-03-17 | Don't hard-code /etc, etckeeper might be managing another directory. | Scott Bronson | |
2008-03-17 | Merge branch 'master' of git://git.kitenet.net/etckeeper | Scott Bronson | |
2008-03-15 | chmod the file after creating it, since later it will contain potentially ↵ | Joey Hess | |
secret info | |||
2008-03-14 | debconf-updatepo | Joey Hess | |
Sorry translators for not using this work.. | |||
2008-03-14 | remove unused function | Joey Hess | |
(Note that this function was missing bzr support. Tch tch.) |