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

This commit is contained in:
Joey Hess 2018-08-13 12:35:06 -04:00
commit 421564e02b
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
4 changed files with 59 additions and 0 deletions

View file

@ -0,0 +1,12 @@
[[!comment format=mdwn
username="webanck"
avatar="http://cdn.libravatar.org/avatar/cd273f76ef8c4218510b4f50ef7e1f3d"
subject="Similar issue again"
date="2018-08-13T14:18:17Z"
content="""
Hello, it has been a while since I posted here about this issue with sqlite but it keeps following me! I randomly get errors while trying to lock files:
```sqlite worker thread crashed: SQLite3 returned ErrorIO while attempting to perform prepare \"SELECT null from content limit 1\": disk I/O error```
Should I worry about the state of my hard drive? And I don't know if it is intended, but when this happens, the process doesn't stop with a failure code, it just freezes.
I checked with top, and git-annex seems to continue doing stuff as it is still using a full core.
"""]]

View file

@ -0,0 +1,31 @@
### Please describe the problem.
git-annex can't compile on FreeBSD; specifically, the build fails while satisfying dependencies.
### What steps will reproduce the problem?
1. git clone git://git-annex.branchable.com/ git-annex
2. cd git-annex
3. cabal install -j -f-assistant -webapp -webdav -pairing -xmpp -dns -dbus -magicmime --only-dependencies
### What version of git-annex are you using? On what operating system?
git-annex HEAD.
FreeBSD 11.1-RELEASE r321309 GENERIC amd64
### Please provide any additional information below.
The full log is available at [https://gitlab.com/snippets/1743708](https://gitlab.com/snippets/1743708). Summary below:
cabal: Error: some packages failed to install:
esqueleto-2.5.3-J2ccnERt7unG9UdXfc7jAa depends on esqueleto-2.5.3 which failed to install.
persistent-2.7.0-IWtmEvQAI3yHscMZvQrE6P failed during the building phase. The exception was: ExitFailure 1
persistent-sqlite-2.6.4-3aF88LYjPwqbsHGVQ1VUp depends on
persistent-sqlite-2.6.4 which failed to install.
persistent-template-2.5.4-2tn9hCQqx2e2mAPIKgHBFO depends on
persistent-template-2.5.4 which failed to install.
### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders)
No, I'm afraid. But it looks really good! I'm trying to use it to add a bunch of high-res images to my Jeykll website, all managed through Git, with the images stored in S3.

View file

@ -0,0 +1,6 @@
How do I change or add S3 credentials, when a S3 special remote is already initialised/enabled?
I have a repository with a `public=yes` S3 remote, such that people can read the data without credentials.
But then when they need to upload files, how do they add their credentials?
Setting the `AWS_*` environment variables when running `git annex copy --to=s3` works, but then the credentials are not stored.

View file

@ -0,0 +1,10 @@
[[!comment format=mdwn
username="Mara"
avatar="http://cdn.libravatar.org/avatar/9b8abe5a5b0a41b88fc9970a88c2e317"
subject="Also with embedcreds=yes"
date="2018-08-13T12:28:09Z"
content="""
Also with `public=no` but `embedcreds=yes`.
It can be useful to embed read-only credentials, but allow users to easily add/store their own credentials (locally) with write-access.
"""]]