diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-03-02 17:03:12 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-03-02 17:03:12 -0500 |
commit | 55dcc6bf963f922e1ed5c4bbaaefcfacef57b1d7 (patch) | |
tree | 5a81e08a54ee3503a96b7de27a6f12213ef0e599 | |
parent | 8000a583b72ba88c93875f47156eee4586bab571 (diff) |
README: Typo. Closes: #517914
-rw-r--r-- | README | 4 | ||||
-rw-r--r-- | debian/changelog | 5 | ||||
-rw-r--r-- | etckeeper.spec | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -215,13 +215,13 @@ have a decision to make: Is the history recorded in that repository something you need to preserve, or can you afford to just blow it away and check the current /etc into the new VCS? -In the former case, you just need to follow three steps: +In the latter case, you just need to follow three steps: etckeeper uninit # deletes /etc/.git! vim /etc/etckeeper/etckeeper.conf etckeeper init -In the latter case, you will need to convert the git repository to the +In the former case, you will need to convert the git repository to the other VCS using whatever tools are available to do that. Then you can run `etckeeper uninit`, move files your new VCS will use into place, edit `etckeeper.conf` to change the VCS setting, and finally diff --git a/debian/changelog b/debian/changelog index 1bd56d1..4cc10c6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,10 @@ -etckeeper (0.34) UNRELEASED; urgency=low +etckeeper (0.34) unstable; urgency=low * Add support for mktemp if tempfile is not available. * Fix uninit prompt to accept 'y' as well as 'yes'. Closes: #517911 + * README: Typo. Closes: #517914 - -- Joey Hess <joeyh@debian.org> Sat, 28 Feb 2009 19:53:19 -0500 + -- Joey Hess <joeyh@debian.org> Mon, 02 Mar 2009 17:01:09 -0500 etckeeper (0.33) unstable; urgency=low diff --git a/etckeeper.spec b/etckeeper.spec index 34ae4af..6db2039 100644 --- a/etckeeper.spec +++ b/etckeeper.spec @@ -1,5 +1,5 @@ Name: etckeeper -Version: 0.33 +Version: 0.34 Release: 4%{?dist} Summary: store /etc in git, mercurial, bzr or darcs |