diff options
author | Joey Hess <joey@kitenet.net> | 2012-11-29 15:51:05 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-11-29 15:51:21 -0400 |
commit | d26d8490cbd6988fd71a93cc312505f44b7c0075 (patch) | |
tree | a7b96431aafe7c5a72a68b1a6546eefa51e72865 /debian | |
parent | 709958c1bb8768b80d24381244efa790190a8167 (diff) |
Include ssh in standalone builds.
There are two reasons to to so. First, it allows not building with
WITH_OLD_SSH, and using ssh connection caching.
Second, per
http://git-annex.branchable.com/bugs/OSX_app_issues/#comment-3bdbc400a7c87c5cbc16e5aab5a52ac3
ssh can fail when run from the standalone build, due to library
incompatabilities. Building in ssh will avoid this.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 36c066998..440c19514 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ git-annex (3.20121128) UNRELEASED; urgency=low one-click enabling of the repository. * Fix broken .config/git-annex/program installed by standalone tarball. * assistant: Retrival from glacier now handled. + * Include ssh in standalone tarball and OSX app. -- Joey Hess <joeyh@debian.org> Wed, 28 Nov 2012 13:31:07 -0400 |