webapp: Ensure that rsync special remotes are enabled using the same name they were originally created using.

It was creating a new special remote with a different name, unless
the stars perfectly aligned and the names matched.
This commit is contained in:
Joey Hess 2012-10-31 16:14:52 -04:00
parent 39e82b1af8
commit 33dbb19d99
2 changed files with 15 additions and 11 deletions

2
debian/changelog vendored
View file

@ -38,6 +38,8 @@ git-annex (3.20121018) UNRELEASED; urgency=low
* webapp: Fix creation of rsync.net repositories.
* webapp: Fix renaming of special remotes.
* webapp: Generate better git remote names.
* webapp: Ensure that rsync special remotes are enabled using the same
name they were originally created using.
-- Joey Hess <joeyh@debian.org> Wed, 17 Oct 2012 14:24:10 -0400