summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-05-17fix path to daily scriptJoey Hess
2016-05-17AVOID_DAILY_AUTOCOMMITS only disables the cron jobJoey Hess
The systemd timer can be disabled by running systemctl, so it's redundant to have another way to disable it. And, users will want to disable the cron job when enabling the timer.
2016-05-17refactor daily scriptJoey Hess
2016-05-17changelog for pacman changesJoey Hess
2016-05-17add systemd service and timerChristian Hesse
This add systemd service file and timer. To enable the timer: $ systemctl enable etckeeper.timer When enabled the timer will auto-commit 15 minutes after system boot and every 24 hours afer that. Signed-off-by: Christian Hesse <mail@eworm.de>
2016-05-17Do not run pacman hooks on every package change but when /etc/* changesChristian Hesse
Currently the hooks are run even if no files in /etc/ are changed. Do run hooks then but only when files in /etc/ change. Signed-off-by: Christian Hesse <mail@eworm.de>
2016-05-17Make Pacman 5 call etckeeper post transaction hook as late as possibleChristian Hesse
... for real this time. Other hooks do not have a numeric prefix, so '95-' still resulted in the first commit to be run. Change the file name prefix to 'zz-' and hold thumbs. Signed-off-by: Christian Hesse <mail@eworm.de>
2016-03-20Added a comment: This is needed for FreeBSDvoltagex@69f6e3462800a695a8565ddc064de13207caf99f
2016-03-13Adjust when Pacman 5 calls etckeeper hooks.Joey Hess
2016-03-13Merge branch 'master' of ssh://etckeeper.branchable.comJoey Hess
2016-03-13Make Pacman 5 call pre-transaction hook as early as possible.Tilman Blumenbach
Only the post-transaction hook should be called as _late_ as possible.
2016-03-13(no commit message)tilman@28c2b6e294d87af861f2c1043a77a39bf712ef2c
2016-03-08Added a commentflorian.kaiser@0f461a60da03d93431a5fdc965f53e6265e3f91e
2016-03-06Make Pacman 5 call etckeeper hooks as late as possible. Thanks, Tilman ↵Joey Hess
Blumenbach.
2016-03-06Make Pacman 5 call etckeeper hooks as late as possible.Tilman Blumenbach
2016-03-06Fix typo in my comment.tilman@28c2b6e294d87af861f2c1043a77a39bf712ef2c
2016-03-06(no commit message)tilman@28c2b6e294d87af861f2c1043a77a39bf712ef2c
2016-02-29changelogJoey Hess
2016-02-29Check several files at a time with git ls-files.Rike-Benjamin Schuppner
2016-02-15add news item for etckeeper 1.18.3Joey Hess
2016-02-15releasing package etckeeper version 1.18.3Joey Hess
2016-02-15new bash completion dirJoey Hess
2016-02-15Set HOME if it's not set, as is the case when using ubuntu's update-manager.Joey Hess
2016-02-14Added a comment: Workaroundhttps://launchpad.net/~codex24
2016-02-14removedhttps://launchpad.net/~codex24
2016-02-14Added a commenthttps://launchpad.net/~codex24
2016-02-14fix formatting of example texthttps://launchpad.net/~codex24
2016-02-14Pointer to etckeeper in Ubuntu LaunchPadhttps://launchpad.net/~codex24
2016-02-02Added support for Arch's pacman package manager version 5. Thanks, Tilman ↵Joey Hess
Blumenbach.
2016-02-02Pacman 5 hooks: Make hook descriptions shown to the user more meaningful.Tilman Blumenbach
2016-02-02Add hooks for Pacman 5.Tilman Blumenbach
2016-01-30(no commit message)tilman@28c2b6e294d87af861f2c1043a77a39bf712ef2c
2016-01-22close thisJoey Hess
2016-01-22Support ~/.config/git/config when determining the author name and email. ↵Joey Hess
Thanks, Richard Savio
2016-01-14fix makefile version patterns to ignore non-native version numbersAntoine Beaupré
(cherry picked from commit 70289c2491fee8aa5dbae4cc5c7425556d60f319)
2015-12-01changelogJoey Hess
2015-12-01/dev/null test outputJoey Hess
2015-11-30bzr: make sure EMAIL is definedSerge Hallyn
Bzr refuses to commit changes before name and email are configured. If etckeeper is run very early during install, it can happen that these are in fac tnot yet set up. This patch ensures that they are configured. It has been in the Ubuntu delta for many years. Reference: https://bugs.launchpad.net/ubuntu/+source/etckeeper/+bug/661024 Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
2015-11-22Added a comment: Track multiple dirs for all commandsabozhenko@10aed7e09adef30729c54d5f74e1d94bc22dc6e2
2015-09-21Added support for pacmatic, contributed by nicolaichuk.Joey Hess
2015-09-21Merge branch 'master' of ssh://etckeeper.branchable.comJoey Hess
2015-09-21add support pacmatic http://kmkeen.com/pacmatic/nicolaichuk
2015-09-21Patch for support pacmaticesU1X6n2oVf9rxQ@a2cea4497b7514e12022cab5858776e3bbd03b04
2015-09-11(no commit message)me@9835d0c759a3e4d8388652f5e5a7f0428837307e
2015-08-14Added a comment: Very good ideagodblessfq@70ee431d0873d190e6376c984749de668791e42c
2015-08-04add news item for etckeeper 1.18.2Joey Hess
2015-08-04releasing package etckeeper version 1.18.2Joey Hess
2015-08-04Fix typo of GIT_COMMITTER_EMAIL.Joey Hess
2015-08-04(no commit message)aheckler@5216e42ed63dffe4fd3fea9b0dd4f8a157b29051
2015-07-24fix broken symlink on README.md (Closes: #791566)Antoine Beaupré
/usr/share/doc/etckeeper/README.md used to point to doc/README.mdwn which was missing from the package. this patch includes the whole doc/ directory instead.