Merge branch 'master' of ssh://git-annex.branchable.com

This commit is contained in:
Joey Hess 2018-11-05 12:34:54 -04:00
commit 5f213d45b1
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 13 additions and 0 deletions

View file

@ -0,0 +1,8 @@
[[!comment format=mdwn
username="yarikoptic"
avatar="http://cdn.libravatar.org/avatar/f11e9c84cb18d26a1748c33b48c924b4"
subject="comment 20"
date="2018-11-05T15:57:16Z"
content="""
ah, ok -- just now I have mentioned that it did build find for i386... rerunning amd64 build a few times to see how reproducible it is for a lucky me
"""]]

View file

@ -39,11 +39,16 @@ specify `x-archive-meta*` headers to add metadata as explained in their
# git annex initremote archive-panama type=S3 \ # git annex initremote archive-panama type=S3 \
host=s3.us.archive.org bucket=panama-canal-lock-blueprints \ host=s3.us.archive.org bucket=panama-canal-lock-blueprints \
x-archive-meta-mediatype=texts x-archive-meta-language=eng \ x-archive-meta-mediatype=texts x-archive-meta-language=eng \
x-archive-meta-collection=test_collection \
x-archive-meta-title="original Panama Canal lock design blueprints" x-archive-meta-title="original Panama Canal lock design blueprints"
initremote archive-panama (Internet Archive mode) ok initremote archive-panama (Internet Archive mode) ok
# git annex describe archive-panama "a man, a plan, a canal: panama" # git annex describe archive-panama "a man, a plan, a canal: panama"
describe archive-panama ok describe archive-panama ok
The above uploads to the [test collection](https://archive.org/details/test_collection) where items are removed
after thirty days. Uploads can persist by changing to another writable
[collection](https://internetarchive.readthedocs.io/en/latest/metadata.html#collection).
Then you can annex files and copy them to the remote as usual: Then you can annex files and copy them to the remote as usual:
# git annex add photo1.jpeg --backend=SHA256E # git annex add photo1.jpeg --backend=SHA256E