webapp: Fix creation of rsync.net repositories.
This commit is contained in:
parent
f460a2a2a8
commit
7fe077ec24
2 changed files with 3 additions and 1 deletions
|
@ -310,7 +310,8 @@ makeRsyncNet sshinput setup = do
|
|||
keypair <- liftIO $ genSshKeyPair
|
||||
sshdata <- liftIO $ setupSshKeyPair keypair $
|
||||
(mkSshData sshinput)
|
||||
{ sshRepoName = "rsync.net"
|
||||
{ sshRepoName = genSshRepoName "rsync.net"
|
||||
(maybe "" T.unpack $ directory sshinput)
|
||||
, needsPubKey = True
|
||||
, rsyncOnly = True
|
||||
}
|
||||
|
|
1
debian/changelog
vendored
1
debian/changelog
vendored
|
@ -35,6 +35,7 @@ git-annex (3.20121018) UNRELEASED; urgency=low
|
|||
~/.ssh/git-annex-shell wrapper the first time it's run.
|
||||
* webapp: Make an initial, empty commit so there is a master branch
|
||||
* assistant: Fix syncing local drives.
|
||||
* webapp: Fix creation of rsync.net repositories.
|
||||
|
||||
-- Joey Hess <joeyh@debian.org> Wed, 17 Oct 2012 14:24:10 -0400
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue