Added a comment

This commit is contained in:
yarikoptic 2024-11-11 22:11:13 +00:00 committed by admin
parent e712d30eef
commit 89fecd5dba

View file

@ -0,0 +1,70 @@
[[!comment format=mdwn
username="yarikoptic"
avatar="http://cdn.libravatar.org/avatar/f11e9c84cb18d26a1748c33b48c924b4"
subject="comment 2"
date="2024-11-11T22:11:13Z"
content="""
nope -- I do not see any traces of such configuration anywhere
```
yoh@typhon:~/proj/dandi/s5cmd-dandi$ git status
HEAD detached from 9f3a363
Untracked files:
(use \"git add <file>...\" to include in what will be committed)
.duct/logs/2024.10.30T14.59.27-418623_info.json
.duct/logs/2024.10.30T14.59.27-418623_stderr
.duct/logs/2024.10.30T14.59.27-418623_stdout
.duct/logs/2024.10.30T14.59.27-418623_usage.json
.duct/logs/2024.11.04T12.31.25-2144989_info.json
.duct/logs/2024.11.04T12.31.25-2144989_stderr
.duct/logs/2024.11.04T12.31.25-2144989_stdout
.duct/logs/2024.11.04T12.31.25-2144989_usage.json
nothing added to commit but untracked files present (use \"git add\" to track)
yoh@typhon:~/proj/dandi/s5cmd-dandi$ ls -ld .duct/logs/2024.10.30T14.59.27-418623_stdout
-rw-r--r-- 1 yoh yoh 54902635452 Nov 2 05:43 .duct/logs/2024.10.30T14.59.27-418623_stdout
yoh@typhon:~/proj/dandi/s5cmd-dandi$ cat .gitattributes
* annex.backend=MD5E
**/.git* annex.largefiles=nothing
yoh@typhon:~/proj/dandi/s5cmd-dandi$ git annex config --get annex.largefiles
yoh@typhon:~/proj/dandi/s5cmd-dandi$ git config --get annex.largefiles
yoh@typhon:~/proj/dandi/s5cmd-dandi$ cat .git/config
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
[remote \"origin\"]
url = https://github.com/dandi/s5cmd-dandi
fetch = +refs/heads/*:refs/remotes/origin/*
annex-ignore = true
[branch \"master\"]
remote = origin
merge = refs/heads/master
[annex]
uuid = d80bb1cb-d07b-45b7-bdb1-b4a3f0bf4131
version = 10
[filter \"annex\"]
smudge = git-annex smudge -- %f
clean = git-annex smudge --clean -- %f
process = git-annex filter-process
yoh@typhon:~/proj/dandi/s5cmd-dandi$ git check-attr annex.largefiles .duct/logs/2024.11.04T12.31.25-2144989_stdout
.duct/logs/2024.11.04T12.31.25-2144989_stdout: annex.largefiles: unspecified
yoh@typhon:~/proj/dandi/s5cmd-dandi$ git annex add .duct/logs/2024.11.04T12.31.25-2144989_stdout
add .duct/logs/2024.11.04T12.31.25-2144989_stdout (non-large file; adding content to git repository) ok
(recording state in git...)
fatal: Unable to create '/home/yoh/proj/dandi/s5cmd-dandi/.git/index.lock': File exists.
Another git process seems to be running in this repository, e.g.
an editor opened by 'git commit'. Please make sure all processes
are terminated then try again. If it still fails, a git process
may have crashed in this repository earlier:
remove the file manually to continue.
yoh@typhon:~/proj/dandi/s5cmd-dandi$ fuser -v /home/yoh/proj/dandi/s5cmd-dandi/.git/index.lock
yoh@typhon:~/proj/dandi/s5cmd-dandi$ ls -ld /home/yoh/proj/dandi/s5cmd-dandi/.git/index.lock
-rw-r--r-- 1 yoh yoh 0 Nov 7 10:47 /home/yoh/proj/dandi/s5cmd-dandi/.git/index.lock
yoh@typhon:~/proj/dandi/s5cmd-dandi$ git annex version --raw
10.20241031-1~ndall+1
```
"""]]