summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-03-27 14:30:36 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-03-27 14:30:36 -0400
commit3c85f6754a1c4dfdc5860dd0b3e599df5998bab2 (patch)
tree166a7dadc808ddb03f8cf368e5417dd798edc802 /debian/changelog
parent1467cc05ee8e88316037c1be117a32813acc0675 (diff)
Fix glacier repo creation bug
Version 5.20140227 broke creation of glacier repositories, not including the datacenter and vault in their configuration. This bug is fixed, but glacier repositories set up with the broken version of git-annex need to have the datacenter and vault set in order to be usable. This can be done using git annex enableremote to add the missing settings. For details, see http://git-annex.branchable.com/bugs/problems_with_glacier/
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog7
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index f237f019d..53d653adc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,6 +20,13 @@ git-annex (5.20140321) UNRELEASED; urgency=medium
been pushed to it, to simplify setup of remote git repositories,
including via gitolite.
* add --include-dotfiles: New option, perhaps useful for backups.
+ * Version 5.20140227 broke creation of glacier repositories,
+ not including the datacenter and vault in their configuration.
+ This bug is fixed, but glacier repositories set up with the broken
+ version of git-annex need to have the datacenter and vault set
+ in order to be usable. This can be done using git annex enableremote
+ to add the missing settings. For details, see
+ http://git-annex.branchable.com/bugs/problems_with_glacier/
-- Joey Hess <joeyh@debian.org> Fri, 21 Mar 2014 14:08:41 -0400