Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-23 | Added a comment | http://joeyh.name/ | |
2014-12-23 | add | Joey Hess | |
2014-12-23 | Added a comment: track multiple directories = good | https://www.google.com/accounts/o8/id?id=AItOawlCXirWXlbn1_Ma9G5w3KYILEmb75-I9Do | |
2014-12-22 | add news item for etckeeper 1.17 | Joey Hess | |
2014-12-22 | Add build-depends on dh-python. | Joey Hess | |
2014-12-22 | remove commit.d push example as there is a config setting for that | Joey Hess | |
2014-12-22 | change hostname | Joey Hess | |
2014-12-22 | on sudo | Joey Hess | |
2014-12-22 | format | Joey Hess | |
2014-12-22 | update | Joey Hess | |
2014-12-22 | move README | Joey Hess | |
2014-12-22 | split out news | Joey Hess | |
2014-12-22 | link | Joey Hess | |
2014-12-22 | add | Joey Hess | |
2014-12-22 | add | Joey Hess | |
2014-12-22 | copyright update | Joey Hess | |
2014-12-22 | add link to website | Joey Hess | |
2014-12-22 | prep release | Joey Hess | |
2014-12-22 | update | Joey Hess | |
2014-12-22 | unify installs | Joey Hess | |
2014-12-22 | update | Joey Hess | |
2014-12-22 | reword | Joey Hess | |
2014-12-22 | website | Joey Hess | |
2014-12-22 | move | Joey Hess | |
2014-12-22 | Merge branch 'master' of ssh://etckeeper.branchable.com | Joey Hess | |
2014-12-22 | website | Joey Hess | |
2014-12-22 | initial commit | admin | |
2014-12-17 | changelog | Joey Hess | |
2014-12-17 | comment | Joey Hess | |
2014-12-17 | Merge branch 'get_version' of https://github.com/anwa/etckeeper | Joey Hess | |
2014-12-17 | Add commandline option --version | Andreas Wansner | |
2014-12-15 | Remove '-p' option of 'type' builtin command in shell scripts. | Led | |
That option may be unsupported in some POSIX-complete shells. | |||
2014-12-09 | changelog | Joey Hess | |
2014-12-09 | fix name of DNF plugin module | Petr Spacek | |
2014-11-07 | prep release | Joey Hess | |
2014-11-07 | Orphaned the Debian package. | Joey Hess | |
2014-11-05 | add format marker for package list | Joey Hess | |
to avoid spamming commit message with big diff when format changes | |||
2014-11-05 | Add architecture info to dpkg list-installed. Closes: #768145 | Joey Hess | |
2014-10-28 | dnf merged | Joey Hess | |
2014-10-28 | add support for DNF package manager | Petr Spacek | |
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. | |||
2014-09-04 | better status output | Joey Hess | |
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 | Joey Hess | |