Add S3 features to git-annex version output.
This commit is contained in:
parent
d283fa4fe9
commit
a0528db092
2 changed files with 12 additions and 0 deletions
|
@ -37,6 +37,12 @@ buildFlags = filter (not . null)
|
|||
#endif
|
||||
#ifdef WITH_S3
|
||||
, "S3"
|
||||
#if MIN_VERSION_aws(0,10,6)
|
||||
++ "(multipartupload)"
|
||||
#endif
|
||||
#if MIN_VERSION_aws(0,13,0)
|
||||
++ "(storageclasses)"
|
||||
#endif
|
||||
#else
|
||||
#warning Building without S3.
|
||||
#endif
|
||||
|
|
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,3 +1,9 @@
|
|||
git-annex (5.20151209) UNRELEASED; urgency=medium
|
||||
|
||||
* Add S3 features to git-annex version output.
|
||||
|
||||
-- Joey Hess <id@joeyh.name> Thu, 10 Dec 2015 11:39:34 -0400
|
||||
|
||||
git-annex (5.20151208) unstable; urgency=medium
|
||||
|
||||
* Build with -j1 again to get reproducible build.
|
||||
|
|
Loading…
Add table
Reference in a new issue