summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-08-28Omit files ignored by git from .etckeeper fileZdenek Crha
Add processing of the .gitignore file into filter_ignore() function. The .gitignore content is a list of globs and not regular expressions, so it is not possible to use same approach darcs uses. Instead, we use git commands to generate list of files that exist and need to be excluded as pattern file.
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-07-07add support for pacman package managerTiago Stürmer Daitx
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-06-17fix syntax error lintian foundJoey Hess
2013-05-15Deal with unix^wlinux portability nonsense.Joey Hess
2013-05-08releasing version 1.3Joey 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.
2013-05-06Call type -p in a more compatable way.Joey Hess
2013-05-06releasing version 1.1Joey Hess
2013-05-06Fix warning when PUSH_REMOTE is not set. Closes: #706917Joey Hess
2013-05-05releasing version 1.0Joey Hess
2013-02-23Ignore fake-hwclock.data. Closes: #701491Joey Hess
2013-02-23ignore fake-hwclock.dataMarc Mezzarobba
(used by fake-hwclock to store the time periodically on systems without hardware clock)
2012-12-28move VCS probing to after we know what ETCKEEPER_DIR isJoey Hess
CWD does not have to be /etc when using etckeeper..
2012-12-28Auto-detect the VCS setting if there already is a repository in /etc.Jelmer Vernooij
2012-11-19changelogJoey Hess
2012-11-19improvements to push codeJoey Hess
2012-11-19Merge branch 'autopush' of github.com:agimenez/etckeeperJoey Hess
2012-11-18Add support for auto-pushing after a commitL. Alberto Giménez
A new variable is introduced that will cause etckeeper to push to a configuration-defined remote.
2012-09-29Unset GIT_DIR and GIT_WORK_TREE. Closes: #689101Joey Hess
2012-08-25releasing version 0.64Joey Hess
2012-08-24Add Brazilian Portuguese debconf translation. Closes: #685771 Thanks, ↵Joey Hess
Adriano Rafael Gomes
2012-08-06zypperJoey Hess
2012-08-06Merge git://github.com/cataliniacob/etckeeperJoey Hess
2012-08-06Add zypper plugin for openSUSECatalin Iacob
This uses zypp_plugin, a Python helper for implementing the protocol between zypper and plugins.
2012-08-03Revert "Avoid hardcoded path in apt.conf. Closes: #683778"Joey Hess
This reverts commit ee919b6c8ce8ba1c85c96fb5cf7c707ae8f21529. Actually, apt doesn't let me do this.
2012-08-03Avoid hardcoded path in apt.conf. Closes: #683778Joey Hess
2012-06-02releasing version 0.63Joey Hess
2012-06-02uninit: 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-06-02fix indentation and remove a few probably too verbose messagesJoey Hess
2012-06-02Preserve unmanaged ignore file entries on uninit (#673996)David De La Harpe Golden (Squared Financial)
Signed-off-by: David De La Harpe Golden (Squared Financial) <dgolden@squaredfinancial.com>
2012-04-20bzr: Improve detection of unclean repos, to work when there are shelved changes.Joey Hess
2012-04-02remove dead linkJoey Hess
2012-04-02read thru, fixed some rotted stuff etcJoey Hess
2012-03-05releasing version 0.62Joey Hess
2012-03-05Autocommit git staged files. Closes: #662614Joey Hess
2012-02-25updated debian copyright format urlJoey Hess
2012-02-17typoJoey Hess
2012-01-14releasing version 0.61Joey Hess