Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-02-29 | use git ls-files instead of git status | Miklos 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-11 | releasing version 0.11 | Joey 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: #463153 | Joey Hess | |
2008-01-27 | Fix typo. | Jelmer Vernooij | |
2008-01-24 | * Add lvm cache dir to default ignores. (#462355) | Joey Hess | |
2008-01-15 | releasing version 0.10 | Joey Hess | |
2008-01-15 | move, don't delete | Joey Hess | |
2008-01-15 | * Use git status instead of git-status (missed this one before). | Joey Hess | |
2008-01-15 | German debconf translation. Closes: #460940, #458751 | Joey 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-13 | Fix "Extraneous text after `ifeq' directive" make warnings. | Miklos Vajna | |
Signed-off-by: Miklos Vajna <vmiklos@frugalware.org> | |||
2008-01-07 | releasing version 0.9 | Joey Hess | |
2008-01-07 | * Separate debconf use from the main flow of the script so the commit | Joey 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-06 | releasing version 0.8 | Joey Hess | |
2008-01-06 | * Add backwards compatability code to handle post-apt action. Closes: #459441 | Joey Hess | |
2008-01-05 | changelog | Joey Hess | |
2008-01-05 | Fix two typo in README. | Miklos Vajna | |
Signed-off-by: Miklos Vajna <vmiklos@frugalware.org> | |||
2008-01-05 | Makefile: 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-05 | Update pacman-g2.hook | Miklos Vajna | |
pre-apt -> pre-install; post-apt -> post-install Signed-off-by: Miklos Vajna <vmiklos@frugalware.org> | |||
2008-01-04 | releasing version 0.7 | Joey Hess | |
2008-01-04 | * Commit removed files in the pre-install hook to git, as was already done | Joey 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-04 | fix prep_mv_conffile function | Joey Hess | |
somehow I had an old version (The fact that we copy and paste this function around is absurd and needs fixing!) | |||
2008-01-04 | tricky stuff to do with storing metadata etc in pre-commit | Joey 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-04 | debconf-updatepo, mark vi fuzzy | Joey Hess | |
2008-01-04 | typo | Joey Hess | |
2008-01-04 | updates for mercurial | Joey 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-04 | Merge branch 'hg' | Joey Hess | |
Significantly refactored | |||
2008-01-04 | update | Joey Hess | |
2008-01-04 | Merge branch 'debconf-l10n' | Joey Hess | |
2008-01-04 | General update after the debconf review process | Christian Perrier | |
2008-01-04 | formatting | Joey Hess | |
2008-01-04 | this was missed in the merge, re-add | Joey Hess | |
2008-01-04 | let's call pacman a lowlevel package manager consistently | Joey Hess | |
2008-01-04 | replace git-foo with git foo | Miklos Vajna | |
from the release notes of the upcoming 1.5.4 release: "The next feature release of git (this change is scheduled for v1.6.0) will by default install dashed form of commands (e.g. "git-commit") outside of users' normal $PATH" | |||
2008-01-04 | Merge branch 'pacman-g2' | Joey Hess | |
2008-01-04 | changelog | Joey Hess | |
2008-01-04 | rework tests slightly, test for debconf directly | Joey Hess | |
2008-01-04 | whitespace | Joey Hess | |
2008-01-04 | Merge branch 'pacman-g2' | Miklos Vajna | |
Conflicts: Makefile pre-install.d/50uncommitted-changes Additinoal fix: As noted by Joey, we should bail out with an error if git commit fails when using pacman-g2. Signed-off-by: Miklos Vajna <vmiklos@frugalware.org> | |||
2008-01-03 | minor consistency fix | Joey Hess | |
2008-01-03 | * Add gnarly conffile renaming code. | Joey Hess | |
2008-01-03 | * Added configuration options for highlevel and lowlevel package managers | Joey Hess | |
in etckeeper.conf. * Only install apt hooks if apt is used. * Only add backup conffile exclusion to gitignore if dpkg is used. * Rename pre/post-apt.d to pre/post-install.d to allow the same directories to be used for other package managers. * Use the name of the highlevel package manager in commit messages. | |||
2008-01-03 | Add support for the pacman-g2 package manager. | Miklos Vajna | |
Signed-off-by: Miklos Vajna <vmiklos@frugalware.org> | |||
2008-01-03 | .hgignore syntax correction | Mathieu Clabaut | |
2008-01-03 | .hgrc section was overwriten | Mathieu Clabaut | |
2008-01-03 | Ignore .pacsave files | Mathieu Clabaut | |
2008-01-03 | hg-pre-commit-hook: typo when touching file | Mathieu Clabaut | |