Include uname in standalone builds.
This commit is contained in:
parent
f886859174
commit
3f0d875b55
2 changed files with 3 additions and 0 deletions
|
@ -69,6 +69,8 @@ preferredBundledPrograms = catMaybes
|
||||||
, Just "rsync"
|
, Just "rsync"
|
||||||
#ifndef mingw32_HOST_OS
|
#ifndef mingw32_HOST_OS
|
||||||
, Just "sh"
|
, Just "sh"
|
||||||
|
-- used by git-annex when available
|
||||||
|
, Just "uname"
|
||||||
#endif
|
#endif
|
||||||
, BuildInfo.lsof
|
, BuildInfo.lsof
|
||||||
, BuildInfo.gcrypt
|
, BuildInfo.gcrypt
|
||||||
|
|
|
@ -17,6 +17,7 @@ git-annex (6.20180530) UNRELEASED; urgency=medium
|
||||||
* When content has been lost from an export remote and
|
* When content has been lost from an export remote and
|
||||||
git-annex fsck --from remote has noticed it's gone, re-running
|
git-annex fsck --from remote has noticed it's gone, re-running
|
||||||
git-annex export or git-annex sync --content will re-upload it.
|
git-annex export or git-annex sync --content will re-upload it.
|
||||||
|
* Include uname in standalone builds.
|
||||||
|
|
||||||
-- Joey Hess <id@joeyh.name> Wed, 30 May 2018 11:49:08 -0400
|
-- Joey Hess <id@joeyh.name> Wed, 30 May 2018 11:49:08 -0400
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue