Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
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 | |