Include ssh-keygen in standalone bundle.

This commit is contained in:
Joey Hess 2013-11-08 14:29:47 -04:00
parent 7ccd107d7b
commit 28a64c8fd8
3 changed files with 4 additions and 0 deletions

View file

@ -30,6 +30,7 @@ bundledPrograms = catMaybes
#endif #endif
, Just "rsync" , Just "rsync"
, Just "ssh" , Just "ssh"
, Just "ssh-keygen"
#ifndef mingw32_HOST_OS #ifndef mingw32_HOST_OS
, Just "sh" , Just "sh"
#endif #endif

1
debian/changelog vendored
View file

@ -19,6 +19,7 @@ git-annex (5.20131102) UNRELEASED; urgency=low
* webapp: Improve UI around remote that have no annex.uuid set, * webapp: Improve UI around remote that have no annex.uuid set,
either because setup of them is incomplete, or because the remote either because setup of them is incomplete, or because the remote
git repository is not a git-annex repository. git repository is not a git-annex repository.
* Include ssh-keygen in standalone bundle.
-- Joey Hess <joeyh@debian.org> Sat, 02 Nov 2013 14:54:36 -0400 -- Joey Hess <joeyh@debian.org> Sat, 02 Nov 2013 14:54:36 -0400

View file

@ -40,3 +40,5 @@ ssh-keygen: symbol lookup error: /lib64/libldap-2.4.so.2: undefined symbol: ber_
# End of transcript or log. # End of transcript or log.
"""]] """]]
> Added ssh-keygen to bundle. [[fixed|done]] --[[Joey]]