diff options
author | Joey Hess <joey@kitenet.net> | 2014-05-22 14:53:00 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-05-22 14:57:42 -0400 |
commit | 7550616ab32b276086e0efcdc5454d3346d7bf35 (patch) | |
tree | d54a55fa3c057b8f8894afb5343be8ba1a92b9c8 /debian | |
parent | f0866a8abaaf21ad725215ccc4655915649dddfb (diff) |
webapp: When setting up a ssh remote, record it using initremote, so that it can be easily enabled elsewhere.
This is the capstone in making the webapp remember ssh remotes
so they can be easily enabled in other clones of the repository.
Currently, the user will need to enter a password to enable the ssh remote,
but everything else is filled in automatically.
This commit was sponsored by Peter Lloyd.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 15345323a..e410f9eb5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,8 @@ git-annex (5.20140518) UNRELEASED; urgency=medium and enableremote setups up a remote using its stored location. * webapp: Support for enabling known git repositories on ssh servers. The repository must have been added using initremote. + * webapp: When setting up a ssh remote, record it using initremote, + so that it can be easily enabled elsewhere. -- Joey Hess <joeyh@debian.org> Mon, 19 May 2014 15:59:25 -0400 |