summaryrefslogtreecommitdiff
path: root/debian
AgeCommit message (Collapse)Author
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
2013-12-17prep releaseJoey Hess
2013-12-17Fix too broad matching of .gitignored files. Closes: #732339Joey Hess
2013-11-03prep releaseJoey Hess
2013-10-06Remove lvm/backup from default ignores, because lvm documentation recommends ↵Joey Hess
backing that up, for use by vgcfgrestore.
2013-09-04Fix git update-ignore syntax. Closes: #721873Joey Hess
2013-09-04releasing package etckeeper version 1.8Joey Hess
2013-08-28changelogJoey Hess
2013-07-31releasing version 1.7Joey Hess
2013-07-31Fix hilarious typo hardcoding my name. Closes: #718425Joey Hess
2013-07-27releasing version 1.6Joey Hess
2013-07-27Guard git config calls. Closes: #717957Joey Hess
2013-07-26releasing version 1.5Joey Hess
2013-07-26cron.daily: Fix typo in stale lockfile handling code. Closes: #717908Joey Hess
2013-07-22Use 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-07Added support for the pacman package manager. (Thanks, Tiago Stürmer Daitx)Joey Hess
2013-06-26Quote user and group names, in case someone thought putting a space in one ↵Joey Hess
was not a bloody stupid idea.
2013-06-17releasing version 1.4Joey Hess
2013-05-15Deal with unix^wlinux portability nonsense.Joey Hess
2013-05-08Fix type -p bashism that crept in via recent patches. Closes: #707319Joey Hess
2013-05-08releasing version 1.2Joey Hess
2013-05-08When 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.