Merge branch 'master' of ssh://git-annex.branchable.com
This commit is contained in:
commit
bb4123a649
4 changed files with 97 additions and 0 deletions
|
@ -0,0 +1,24 @@
|
||||||
|
### Please describe the problem.
|
||||||
|
|
||||||
|
spotted that in my script I have "incorrectly" passed both -c and its value within the same single argument ('-c annex....'). But surprisingly annex neither treated it correctly, nor complained that something was incorrectly passed in. Shouldn't it fail if option is not '-c' but '-c smthelse' or correctly treat the value in such as case?
|
||||||
|
|
||||||
|
### What version of git-annex are you using? On what operating system?
|
||||||
|
|
||||||
|
5.20151104+gitge9cdce6-1~ndall+1
|
||||||
|
|
||||||
|
### Please provide any additional information below.
|
||||||
|
|
||||||
|
[[!format sh """
|
||||||
|
$> ls -ld svgtune-0.2.0/README.rst
|
||||||
|
-rw------- 1 yoh yoh 9 Nov 12 12:03 svgtune-0.2.0/README.rst
|
||||||
|
|
||||||
|
$> git-annex add --debug '-c annex.largefiles=exclude=*.rst' svgtune-0.2.0/README.rst
|
||||||
|
add svgtune-0.2.0/README.rst ok
|
||||||
|
(recording state in git...)
|
||||||
|
|
||||||
|
$> ls -ld svgtune-0.2.0/README.rst
|
||||||
|
lrwxrwxrwx 1 yoh yoh 189 Nov 12 12:03 svgtune-0.2.0/README.rst -> ../.git/annex/objects/32/vx/SHA256E-s9--246c960678ee9a80aa6d2eff2f1df1debd590cb73aa5fed6cb4b13b8018599f5.rst/SHA256E-s9--246c960678ee9a80aa6d2eff2f1df1debd590cb73aa5fed6cb4b13b8018599f5.rst
|
||||||
|
"""]]
|
||||||
|
|
||||||
|
[[!meta author=yoh]]
|
||||||
|
|
|
@ -0,0 +1,13 @@
|
||||||
|
[[!comment format=mdwn
|
||||||
|
username="https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4"
|
||||||
|
subject="comment 12"
|
||||||
|
date="2015-11-11T19:28:41Z"
|
||||||
|
content="""
|
||||||
|
sounds good to me ;)
|
||||||
|
|
||||||
|
\"write pid and program name to it\" -- may be also a hostname so this could be safe in shared/networked environments... I believe emacs does similar, e.g. for 1.txt it creates a symlink
|
||||||
|
|
||||||
|
.#1.txt -> yoh\@head1.hydra.dartmouth.edu.28757:1441910040
|
||||||
|
|
||||||
|
|
||||||
|
"""]]
|
|
@ -0,0 +1,53 @@
|
||||||
|
### Please describe the problem.
|
||||||
|
|
||||||
|
I can't create an IPFS external remote.
|
||||||
|
|
||||||
|
### What steps will reproduce the problem?
|
||||||
|
|
||||||
|
Start IPFS with `ipfs daemon`, run `git annex initremote ipfs type=external externaltype=ipfs encryption=none` (as per https://git-annex.branchable.com/special_remotes/ipfs/)
|
||||||
|
|
||||||
|
### What version of git-annex are you using? On what operating system?
|
||||||
|
|
||||||
|
[[!format sh """
|
||||||
|
fiatjaf@lachmann ~/D/adv-annex> git annex version
|
||||||
|
git-annex version: 5.20140412ubuntu1
|
||||||
|
build flags: Assistant Webapp Webapp-secure Pairing Testsuite S3 WebDAV Inotify DBus DesktopNotify XMPP DNS Feeds Quvi TDFA CryptoHash
|
||||||
|
key/value backends: SHA256E SHA1E SHA512E SHA224E SHA384E SKEIN256E SKEIN512E SHA256 SHA1 SHA512 SHA224 SHA384 SKEIN256 SKEIN512 WORM URL
|
||||||
|
remote types: git gcrypt S3 bup directory rsync web webdav tahoe glacier hook external
|
||||||
|
local repository version: 5
|
||||||
|
supported repository version: 5
|
||||||
|
upgrade supported from repository versions: 0 1 2 4
|
||||||
|
|
||||||
|
fiatjaf@lachmann ~/D/adv-annex> ipfs version
|
||||||
|
ipfs version 0.3.8-dev
|
||||||
|
"""]]
|
||||||
|
|
||||||
|
### Please provide any additional information below.
|
||||||
|
|
||||||
|
[[!format sh """
|
||||||
|
fiatjaf@lachmann ~/D/adv-annex> ipfs swarm peers
|
||||||
|
/ip4/104.131.131.82/tcp/4001/ipfs/QmaCpDMGvV2BGHeYERUEnRQAwe3N8SzbUtfsmvsqQLuvuJ
|
||||||
|
/ip4/104.236.151.122/tcp/4001/ipfs/QmSoLju6m7xTh3DuokvT3886QRYqxAzb1kShaanJgW36yx
|
||||||
|
/ip4/128.199.219.111/tcp/4001/ipfs/QmSoLSafTMBsPKadTEgaXctDQVcqN88CNLHXMkTNwMKPnu
|
||||||
|
/ip4/167.114.2.68/tcp/4001/ipfs/QmfY24aJDGyPyUJVyzL1QHPoegmFKuuScoCKrBk9asoTFG
|
||||||
|
/ip4/178.62.61.185/tcp/4001/ipfs/QmSoLMeWqB7YGVLJN3pNLQpmmEk35v6wYtsMGLzSr5QBU3
|
||||||
|
/ip4/188.40.42.143/tcp/4001/ipfs/QmRg7T93TRuPT2wzyXNiYwin9ukWaNocdgKbRmmtsaxUa1
|
||||||
|
/ip4/200.73.112.159/tcp/4001/ipfs/QmUxHvhvQtvdUoGHd83YTJoG7VLL1yWCrcXK7sy62ZEn65
|
||||||
|
/ip4/37.252.125.190/tcp/4001/ipfs/QmQvQVoWostg7k1mnxtx787eVDmFPsEfkpUgQx1Ad2ibjc
|
||||||
|
/ip4/66.172.11.145/tcp/4001/ipfs/QmSjEaDoVnSQsfieWaX91aTC8ei3kPZE4JfPLLLefYqQRt
|
||||||
|
/ip4/92.243.15.110/tcp/4001/ipfs/QmcU5ZFRjkpZjTMwnYeUaG8CFNA1ueX79aayv2VqK1zakR
|
||||||
|
fiatjaf@lachmann ~/D/adv-annex> ls * .git/
|
||||||
|
final5.mp4
|
||||||
|
|
||||||
|
.git/:
|
||||||
|
annex/ COMMIT_EDITMSG description hooks/ info/ objects/
|
||||||
|
branches/ config HEAD index logs/ refs/
|
||||||
|
fiatjaf@lachmann ~/D/adv-annex>
|
||||||
|
git annex initremote ipfs type=external externaltype=ipfs encryption=none
|
||||||
|
initremote ipfs git-annex: external special remote protocol error, unexpectedly received "" (unable to parse command)
|
||||||
|
fiatjaf@lachmann ~/D/adv-annex>
|
||||||
|
"""]]
|
||||||
|
|
||||||
|
### 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)
|
||||||
|
|
||||||
|
Yes, git-annex works for everything and I use lots of special remotes and normal remotes in different computers.
|
|
@ -0,0 +1,7 @@
|
||||||
|
[[!comment format=mdwn
|
||||||
|
username="https://woid.cryptobitch.de/foobar"
|
||||||
|
subject="obnam"
|
||||||
|
date="2015-11-12T11:50:52Z"
|
||||||
|
content="""
|
||||||
|
Will obnam work as well with git-annex for backups?
|
||||||
|
"""]]
|
Loading…
Add table
Add a link
Reference in a new issue