summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-03-17Merge branch 'master' of git://git.kitenet.net/etckeeperScott Bronson
2008-03-15chmod the file after creating it, since later it will contain potentially ↵Joey Hess
secret info
2008-03-14debconf-updatepoJoey Hess
Sorry translators for not using this work..
2008-03-14remove unused functionJoey Hess
(Note that this function was missing bzr support. Tch tch.)
2008-03-14* Drop the debconf prompt before committing in pre-install.Joey Hess
Closes: #470577, #462161
2008-03-14exclude .hg and .bzr as well as .gitJoey Hess
2008-03-14ignore .bzr in find commandJoey Hess
2008-03-12Merge branches 'packagelist' and 'nobinary'Scott Bronson
2008-03-12Remove metastore, use simple find scripts instead.Scott Bronson
2008-03-12Add support for RPM (note: untested!)Scott Bronson
2008-03-12Add files needed to maintain /etc/package-listScott Bronson
2008-03-11releasing version 0.12Joey Hess
2008-03-11fix horrible typo in patchJoey Hess
2008-03-11did not mean to add this..Joey Hess
2008-03-11* Add support for bzr, thanks to Mark A. Hershberger. Closes: #470515Joey Hess
(Note that bzr does not support etckeeper's pre-commit hook.)
2008-02-29* Use git ls-files instead of git status. Depend on new enough git for this.Joey Hess
2008-02-29use git ls-files instead of git statusMiklos Vajna
git status is a porcelain command and should not be used from scripts just to check if the working directory is clean or not.
2008-02-11releasing version 0.11Joey Hess
2008-02-11* Add nologin to default ignores.Joey Hess
2008-02-09* Add apt hooks for rpm based systems.Joey Hess
2008-02-09* Some initial rpm support. Patch from Евгений Терешков.Joey Hess
2008-01-29* Updated German translation. Closes: #463153Joey Hess
2008-01-27Fix typo.Jelmer Vernooij
2008-01-24* Add lvm cache dir to default ignores. (#462355)Joey Hess
2008-01-15releasing version 0.10Joey Hess
2008-01-15move, don't deleteJoey Hess
2008-01-15* Use git status instead of git-status (missed this one before).Joey Hess
2008-01-15German debconf translation. Closes: #460940, #458751Joey Hess
2008-01-15 * Convert the directory parameter of etckeeper into "-d directory".Joey Hess
* Pass other patameters on from etckeeper to the .d scripts. * Stop using run-parts for various reasons. * Split out a commit.d that contains committing code that's used by both the pre-install.d and post-install.d scripts. * Split out an unclean.d that tests if the WC contains uncommitted changes. * Add preinst code to remove old post-install.d scripts.
2008-01-13Fix "Extraneous text after `ifeq' directive" make warnings.Miklos Vajna
Signed-off-by: Miklos Vajna <vmiklos@frugalware.org>
2008-01-07releasing version 0.9Joey Hess
2008-01-07* Separate debconf use from the main flow of the script so the commitJoey Hess
stage can use editors etc. Closes: #459547 * Remove the hint about setting -e to get interactive commits, since I don't want to encourage users to do that. (For one thing, it's unlikely to work if a graphical package manager is used..)
2008-01-06releasing version 0.8Joey Hess
2008-01-06* Add backwards compatability code to handle post-apt action. Closes: #459441Joey Hess
2008-01-05changelogJoey Hess
2008-01-05Fix two typo in README.Miklos Vajna
Signed-off-by: Miklos Vajna <vmiklos@frugalware.org>
2008-01-05Makefile: typo fix.Miklos Vajna
In case LOWLEVEL_PACKAGE_MANAGER=pacman-g2, the /etc path was duplicated. Fix this. Signed-off-by: Miklos Vajna <vmiklos@frugalware.org>
2008-01-05Update pacman-g2.hookMiklos Vajna
pre-apt -> pre-install; post-apt -> post-install Signed-off-by: Miklos Vajna <vmiklos@frugalware.org>
2008-01-04releasing version 0.7Joey Hess
2008-01-04* Commit removed files in the pre-install hook to git, as was already doneJoey Hess
for hg. Avoided changing the debconf template so bubulle doesn't murder me; the current wording is just vague enough to still work with the current behavior.
2008-01-04fix prep_mv_conffile functionJoey Hess
somehow I had an old version (The fact that we copy and paste this function around is absurd and needs fixing!)
2008-01-04tricky stuff to do with storing metadata etc in pre-commitJoey Hess
git needs to git add the files to stage them as part of the current commit, but hg does not, and hg add doesn't do that. Create the files as part of init, this will cause them to be added, pre-commit, which hg needs.
2008-01-04debconf-updatepo, mark vi fuzzyJoey Hess
2008-01-04typoJoey Hess
2008-01-04updates for mercurialJoey Hess
Changed the templates file to not hardcode 'git', and manually unfuzzied all translations except for Vietnamese, which stumped me. A few translations _may_ read incorrectly when VCS=hg, most should be ok. Updated git-specific documentation, but left the tutorial git-specific. Rename more conffiles. Joy oh, joy. Update dependencies. Add some more documentation about etckeeper.conf.
2008-01-04Merge branch 'hg'Joey Hess
Significantly refactored
2008-01-04updateJoey Hess
2008-01-04Merge branch 'debconf-l10n'Joey Hess
2008-01-04General update after the debconf review processChristian Perrier
2008-01-04formattingJoey Hess