summaryrefslogtreecommitdiff
path: root/debian
AgeCommit message (Collapse)Author
2016-02-29changelogJoey 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-02Added support for Arch's pacman package manager version 5. Thanks, Tilman ↵Joey Hess
Blumenbach.
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-09-21Added support for pacmatic, contributed by nicolaichuk.Joey Hess
2015-08-04releasing package etckeeper version 1.18.2Joey Hess
2015-08-04Fix typo of GIT_COMMITTER_EMAIL.Joey Hess
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.
2015-06-10merged pkgng pluginJoey Hess
2015-06-10update copyright for pkgng filesJoey Hess
2015-06-01Use getent utility instead of perl. (Elan Ruusamäe)Joey Hess
2015-03-21prepare ITP uploads (Closes: #768516)Antoine Beaupré
2015-03-14remove announcedir targetJoey Hess
2015-03-14releasing package etckeeper version 1.18Joey Hess
2015-03-14Set 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-17changlog for patchJoey 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-23update docsJoey Hess
2014-12-22Add build-depends on dh-python.Joey Hess
2014-12-22copyright updateJoey Hess
2014-12-22prep releaseJoey Hess
2014-12-22updateJoey Hess
2014-12-22updateJoey Hess
2014-12-22websiteJoey Hess
2014-12-17changelogJoey Hess
2014-12-09changelogJoey Hess
2014-11-07prep releaseJoey Hess
2014-11-07Orphaned the Debian package.Joey Hess
2014-11-05Add architecture info to dpkg list-installed. Closes: #768145Joey Hess
2014-10-28dnf mergedJoey Hess
2014-10-16prep releaseJoey Hess
2014-09-28Recommend cron-daemon, rather than cron, as etckeeper only needs cron.daily ↵Joey Hess
functionality. Closes: #762721
2014-09-04prep releaseJoey Hess
2014-09-04let's not use debconf to display a possibly minor warningJoey Hess
2014-09-04Use 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-04Revert "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-04prep releaseJoey Hess
2014-09-04Avoid 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-09prep releaseJoey Hess
2014-07-15update-ignore, uninit: Fix parsing of ignore files containing '\'Joey Hess
2014-07-15Only allow [-a-z_] in etckeeper commands to avoid any possible directory ↵Joey Hess
traversal etc issues.
2014-07-05Ignore check-mk-agent-logwatch's FHS violating /etc/check_mk/logwatch.state. ↵Joey Hess
Closes: #753903
2014-06-13prep releaseJoey Hess
2014-05-27rename file, since it is a markdown fileJoey Hess
Hmm
2014-05-27Fix handling of git ignores like dir/* Thanks, Pim van den BergJoey Hess
2014-05-17Add support for pushing to multiple remote repositories. Thanks, Rouben.Joey Hess
2014-05-09Portability fixes. Thanks, Harald Dunkel.Joey Hess