Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-17 | update debconf templates | Joey Hess | |
2016-07-17 | increase standards-version | Joey Hess | |
2016-07-17 | Move systemd files to /lib/systemd; /usr/lib/systemd is not used on Debian. | Joey Hess | |
2016-07-17 | Make etckeeper commit store metadata changes. | Joey Hess | |
The pre-commit hook has always (and continues) to do that, but pre-commit is only run when there are changes to tommit. This makes metadata-only changes get committed. Note that the reason the pre-commit hook continues to also store metadata changes is to support manual git commit run in /etc. | |||
2016-06-20 | releasing package etckeeper version 1.18.4 | Joey Hess | |
2016-05-17 | credit | Joey Hess | |
2016-05-17 | AVOID_DAILY_AUTOCOMMITS only disables the cron job | Joey 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-17 | refactor daily script | Joey Hess | |
2016-05-17 | changelog for pacman changes | Joey Hess | |
2016-03-13 | Adjust when Pacman 5 calls etckeeper hooks. | Joey Hess | |
2016-03-06 | Make Pacman 5 call etckeeper hooks as late as possible. Thanks, Tilman ↵ | Joey Hess | |
Blumenbach. | |||
2016-02-29 | changelog | Joey Hess | |
2016-02-15 | releasing package etckeeper version 1.18.3 | Joey Hess | |
2016-02-15 | new bash completion dir | Joey Hess | |
2016-02-15 | Set HOME if it's not set, as is the case when using ubuntu's update-manager. | Joey Hess | |
2016-02-02 | Added support for Arch's pacman package manager version 5. Thanks, Tilman ↵ | Joey Hess | |
Blumenbach. | |||
2016-01-22 | Support ~/.config/git/config when determining the author name and email. ↵ | Joey Hess | |
Thanks, Richard Savio | |||
2016-01-14 | fix makefile version patterns to ignore non-native version numbers | Antoine Beaupré | |
(cherry picked from commit 70289c2491fee8aa5dbae4cc5c7425556d60f319) | |||
2015-12-01 | changelog | Joey Hess | |
2015-09-21 | Added support for pacmatic, contributed by nicolaichuk. | Joey Hess | |
2015-08-04 | releasing package etckeeper version 1.18.2 | Joey Hess | |
2015-08-04 | Fix typo of GIT_COMMITTER_EMAIL. | Joey Hess | |
2015-07-24 | fix 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. | |||
2015-06-10 | merged pkgng plugin | Joey Hess | |
2015-06-10 | update copyright for pkgng files | Joey Hess | |
2015-06-01 | Use getent utility instead of perl. (Elan Ruusamäe) | Joey Hess | |
2015-03-21 | prepare ITP uploads (Closes: #768516) | Antoine Beaupré | |
2015-03-14 | remove announcedir target | Joey Hess | |
2015-03-14 | releasing package etckeeper version 1.18 | Joey Hess | |
2015-03-14 | Set LANG=C internally when doing some operations that have been reported to ↵ | Joey Hess | |
fail in other locales. Bug report: > + egrep -q '[^-a-z_]' > + echo 'etckeeper: invalid command init' Strangely, I cannot reproduce this problem when using the LANG=et_EE.UTF-8 locale. I guess our egreps are somehow behaving differently, even though a-z is not a character class that should be affected by locale AFAIK. I'll go ahead and set LANG=C when calling things that use character classes. | |||
2015-02-17 | changlog for patch | Joey Hess | |
Note: Rarionalle was: The output should not be sent to stdout as that interferes with the screen when you are calling yum via python. It is not noticeable/an issue when calling yum via the CLI. | |||
2015-01-23 | update docs | Joey Hess | |
2014-12-22 | Add build-depends on dh-python. | Joey Hess | |
2014-12-22 | copyright update | Joey Hess | |
2014-12-22 | prep release | Joey Hess | |
2014-12-22 | update | Joey Hess | |
2014-12-22 | update | Joey Hess | |
2014-12-22 | website | Joey Hess | |
2014-12-17 | changelog | Joey Hess | |
2014-12-09 | changelog | Joey Hess | |
2014-11-07 | prep release | Joey Hess | |
2014-11-07 | Orphaned the Debian package. | Joey Hess | |
2014-11-05 | Add architecture info to dpkg list-installed. Closes: #768145 | Joey Hess | |
2014-10-28 | dnf merged | Joey Hess | |
2014-10-16 | prep release | Joey Hess | |
2014-09-28 | Recommend cron-daemon, rather than cron, as etckeeper only needs cron.daily ↵ | Joey Hess | |
functionality. Closes: #762721 | |||
2014-09-04 | prep release | Joey Hess | |
2014-09-04 | let's not use debconf to display a possibly minor warning | Joey Hess | |
2014-09-04 | Use 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 | |||
2014-09-04 | Revert "Avoid propigating nonzero exit status of any command called by ↵ | Joey Hess | |
etckeeper out to the caller. This is to avoid making apt give up because git is misconfigured and cannot commit, or similar. Closes: #760011" This reverts commit 1b70e83dddcafbcbea84fc55a6396e4876a9a0c4. This approach breaks the AVOID_COMMIT_BEFORE_INSTALL feature. |