Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2014-09-04 | prep release | Joey Hess | |
2014-09-04 | Avoid propigating nonzero exit status of any command called by etckeeper out ↵ | Joey Hess | |
to the caller. This is to avoid making apt give up because git is misconfigured and cannot commit, or similar. Closes: #760011 I absoltely do not want etckeeper to dive into the rats nest of making git be able to commit reliably. git commit has about a dozen failure modes, and it's up to the admin to avoid breaking their system by not giving it a hostname, or writing a broken ~/.gitconfig, or not giving uid 0 a user name, etc. I considered making only apt.conf's etckeeper calls be guarded with || true, but this would also need to be done for the other package managers that can call etckeeper. And it's better to let etckeeper indicate which script failed, rather than seeing an error message and apt continuing without an indication of why git commit was being called then. | |||
2014-08-09 | prep release | Joey Hess | |
2014-07-15 | update-ignore, uninit: Fix parsing of ignore files containing '\' | Joey Hess | |
2014-07-15 | Only allow [-a-z_] in etckeeper commands to avoid any possible directory ↵ | Joey Hess | |
traversal etc issues. | |||
2014-07-05 | Ignore check-mk-agent-logwatch's FHS violating /etc/check_mk/logwatch.state. ↵ | Joey Hess | |
Closes: #753903 | |||
2014-06-13 | prep release | Joey Hess | |
2014-05-27 | rename file, since it is a markdown file | Joey Hess | |
Hmm | |||
2014-05-27 | Fix handling of git ignores like dir/* Thanks, Pim van den Berg | Joey Hess | |
2014-05-17 | Add support for pushing to multiple remote repositories. Thanks, Rouben. | Joey Hess | |
2014-05-09 | Portability fixes. Thanks, Harald Dunkel. | Joey Hess | |
2013-12-17 | prep release | Joey Hess | |
2013-12-17 | Fix too broad matching of .gitignored files. Closes: #732339 | Joey Hess | |
2013-11-03 | prep release | Joey Hess | |
2013-10-06 | Remove lvm/backup from default ignores, because lvm documentation recommends ↵ | Joey Hess | |
backing that up, for use by vgcfgrestore. | |||
2013-09-04 | Fix git update-ignore syntax. Closes: #721873 | Joey Hess | |
2013-09-04 | releasing package etckeeper version 1.8 | Joey Hess | |
2013-08-28 | changelog | Joey Hess | |
2013-07-31 | releasing version 1.7 | Joey Hess | |
2013-07-31 | Fix hilarious typo hardcoding my name. Closes: #718425 | Joey Hess | |
2013-07-27 | releasing version 1.6 | Joey Hess | |
2013-07-27 | Guard git config calls. Closes: #717957 | Joey Hess | |
2013-07-26 | releasing version 1.5 | Joey Hess | |
2013-07-26 | cron.daily: Fix typo in stale lockfile handling code. Closes: #717908 | Joey Hess | |
2013-07-22 | Use user.name and user.email from the .gitconfig file belonging to the user ↵ | Joey Hess | |
who sued or sudoed to root, in preference to making up values for that user. | |||
2013-07-07 | Added support for the pacman package manager. (Thanks, Tiago Stürmer Daitx) | Joey Hess | |
2013-06-26 | Quote user and group names, in case someone thought putting a space in one ↵ | Joey Hess | |
was not a bloody stupid idea. | |||
2013-06-17 | releasing version 1.4 | Joey Hess | |
2013-05-15 | Deal with unix^wlinux portability nonsense. | Joey Hess | |
2013-05-08 | Fix type -p bashism that crept in via recent patches. Closes: #707319 | Joey Hess | |
2013-05-08 | releasing version 1.2 | Joey Hess | |
2013-05-08 | When a file is owned by a uid or a gid with no corresponding user or group, ↵ | Joey Hess | |
put a numeric chown into .etckeeper. Previously, a broken chown was outputted. | |||
2013-05-06 | Call type -p in a more compatable way. | Joey Hess | |
2013-05-06 | releasing version 1.1 | Joey Hess | |
2013-05-06 | Fix warning when PUSH_REMOTE is not set. Closes: #706917 | Joey Hess | |
2013-05-05 | releasing version 1.0 | Joey Hess | |
2013-02-23 | Ignore fake-hwclock.data. Closes: #701491 | Joey Hess | |
2012-12-28 | Auto-detect the VCS setting if there already is a repository in /etc. | Jelmer Vernooij | |
2012-11-19 | changelog | Joey Hess | |
2012-09-29 | Unset GIT_DIR and GIT_WORK_TREE. Closes: #689101 | Joey Hess | |
2012-08-25 | releasing version 0.64 | Joey Hess | |
2012-08-24 | Add Brazilian Portuguese debconf translation. Closes: #685771 Thanks, ↵ | Joey Hess | |
Adriano Rafael Gomes | |||
2012-08-06 | zypper | Joey Hess | |
2012-08-03 | Revert "Avoid hardcoded path in apt.conf. Closes: #683778" | Joey Hess | |
This reverts commit ee919b6c8ce8ba1c85c96fb5cf7c707ae8f21529. Actually, apt doesn't let me do this. | |||
2012-08-03 | Avoid hardcoded path in apt.conf. Closes: #683778 | Joey Hess | |
2012-06-02 | releasing version 0.63 | Joey Hess | |
2012-06-02 | uninit: Now preserves parts of the gitignore and similar files that are ↵ | Joey Hess | |
outside the managed by etckeeper block. Closes: #673996 Thanks, David De La Harpe Golden (Squared Financial) | |||
2012-04-20 | bzr: Improve detection of unclean repos, to work when there are shelved changes. | Joey Hess | |
2012-03-05 | releasing version 0.62 | Joey Hess | |