hans.ekbrand@aabd6f2f1f93eab77ef85618d24892ebafc6e20f
5384b70bde
2020-09-02 13:10:31 +00:00
hans.ekbrand@aabd6f2f1f93eab77ef85618d24892ebafc6e20f
b16725a377
2020-09-02 13:09:04 +00:00
yarikoptic
03cea49042
Added a comment
2020-09-02 02:53:23 +00:00
yarikoptic
871257ee23
Added a comment
2020-09-01 20:50:02 +00:00
Joey Hess
20b06266d1
thought
2020-09-01 16:04:40 -04:00
Joey Hess
48dde6d5b0
link
2020-09-01 16:02:03 -04:00
Joey Hess
4bcfd56902
todo
2020-09-01 16:00:49 -04:00
Joey Hess
955f309cd5
comment
2020-09-01 15:51:41 -04:00
Joey Hess
d80876920f
Merge branch 'master' of ssh://git-annex.branchable.com into master
2020-09-01 15:36:56 -04:00
Joey Hess
5b177317b4
comment
2020-09-01 15:36:28 -04:00
yarikoptic
a70260160f
noise about 500s
2020-09-01 19:29:29 +00:00
Joey Hess
dc45fc39e8
Merge branch 'master' of ssh://git-annex.branchable.com into master
2020-09-01 15:18:42 -04:00
Joey Hess
571ec900ac
Added http special remote, which is useful for accessing other remotes that publish content stored in them via http/https.
...
With automatic layout learning!
2020-09-01 15:16:35 -04:00
Joey Hess
fccc9ab442
note common need of these two todos
2020-09-01 12:13:41 -04:00
Joey Hess
d91b2b9fe2
close as dup
2020-09-01 11:58:08 -04:00
gb@4a49bb1afcf3d183bba8f07297b0395808768c6c
778e103632
2020-08-31 14:46:21 +00:00
gb@4a49bb1afcf3d183bba8f07297b0395808768c6c
358a20c5a0
2020-08-30 16:50:45 +00:00
falsifian
55c156a533
Update name of attribute in haskellPackages.
2020-08-28 21:52:18 +00:00
Joey Hess
41ebed3941
Support git remotes where .git is a file, not a directory
...
Eg when --separate-git-dir was used, and core.symlinks=false.
This commit was sponsored by Brock Spratlen on Patreon.
2020-08-28 15:08:14 -04:00
Joey Hess
cde3e5eb0c
test: Stop gpg-agent daemons that are started for the test framework's gpg key
...
They normally shutdown when the GNUPGHOME directory is deleted, but on
NFS they keep the directory from being deleted. And also, this avoids
a number of them piling up while the test suite is running.
2020-08-28 14:28:42 -04:00
Joey Hess
be42e04aa8
close
2020-08-28 13:55:54 -04:00
Joey Hess
6bdfeea3b1
close
2020-08-28 13:54:42 -04:00
Joey Hess
5eceef899a
close
2020-08-28 13:53:15 -04:00
jcohen@8a78f6f9e293f581b96cd43634328c0e9de6b36e
c1d93e8395
2020-08-28 02:12:57 +00:00
jcohen@8a78f6f9e293f581b96cd43634328c0e9de6b36e
c30fc9e7e1
2020-08-28 02:12:15 +00:00
Ilya_Shlyakhter
b46776917d
Added a comment
2020-08-28 01:02:50 +00:00
cardoso-neto
2d1b198420
Added a comment
2020-08-28 00:20:31 +00:00
Ilya_Shlyakhter
22dc07e68f
Added a comment: understanding why standalone conda package gets preferred
2020-08-27 15:32:09 +00:00
Joey Hess
02a35c9cee
comment
2020-08-26 13:09:47 -04:00
Joey Hess
5c1b91f8d3
Merge branch 'master' of ssh://git-annex.branchable.com into master
2020-08-26 13:06:14 -04:00
Joey Hess
b68f214312
Display a message when git-annex has to wait for a pid lock file held by another process
2020-08-26 13:05:34 -04:00
yarikoptic
a325beef64
Added a comment: dreaming of everyone using CoW FSs
2020-08-26 01:26:29 +00:00
Joey Hess
6547bfe324
comment
2020-08-25 17:43:50 -04:00
Joey Hess
7bdb0cdc0d
add gitAnnexChildProcess and use instead of incorrect use of runsGitAnnexChildProcess
...
Fixes reversion in 8.20200617 that made annex.pidlock being enabled result
in some commands stalling, particularly those needing to autoinit.
Renamed runsGitAnnexChildProcess to make clearer where it should be
used.
Arguably, it would be better to have a way to make any process git-annex
runs have the env var set. But then it would need to take the pid lock
when running any and all processes, and that would be a problem when
git-annex runs two processes concurrently. So, I'm left doing it ad-hoc
in places where git-annex really does run a child process, directly
or indirectly via a particular git command.
2020-08-25 14:57:49 -04:00
Joey Hess
348eaf7b6c
Merge branch 'master' of ssh://git-annex.branchable.com into master
2020-08-25 14:31:43 -04:00
Joey Hess
ca3fb4b1d2
analysis
2020-08-25 14:31:15 -04:00
kyle
6363b888af
Added a comment
2020-08-25 17:51:43 +00:00
Joey Hess
d3f3e8f587
document that annex.thin beats annex.hardlink
2020-08-25 13:34:37 -04:00
Joey Hess
2ab574a72f
Merge branch 'master' of ssh://git-annex.branchable.com into master
2020-08-25 13:01:03 -04:00
Joey Hess
2ca1ff62dc
addurl --file youtube-dl reversion fix
...
addurl: Fix reversion in 7.20190322 that made --file not be honored when
youtube-dl was used to download media.
8758f9c561
was on the right track, but missed that | otherwise prevented
the code it added from being used.
Also, refactored out a common function.
This commit was sponsored by Graham Spencer on Patreon.
2020-08-25 12:56:45 -04:00
yarikoptic
4daf4ea06f
Added a comment: pidlock to blame!
2020-08-25 16:27:11 +00:00
kyle
d20ab86b41
Added a comment
2020-08-25 15:20:46 +00:00
yarikoptic
9ae3c552ed
initial report on hardlink in thin mode
2020-08-25 15:07:21 +00:00
kyle
b60723184d
Added a comment: comment: works on my end
2020-08-25 15:02:45 +00:00
yarikoptic
c8e9db9fdc
Added a comment
2020-08-25 15:01:19 +00:00
yarikoptic
b04378ea6a
initial report on get being stuck
2020-08-25 14:47:38 +00:00
yarikoptic
29402dd78b
initial report on gpgtmp .nfs busy files
2020-08-25 03:12:16 +00:00
Joey Hess
27329f0bb1
stack.yaml: Updated to lts-16.10
...
Needs stack version 2.3 to build, which has only recently made it into
debian unstable.
This commit was sponsored by Jake Vosloo on Patreon.
2020-08-24 14:11:37 -04:00
kyle
335aae2668
Added a comment
2020-08-20 20:34:26 +00:00
cardoso-neto
1fd55a89c7
Added a comment
2020-08-20 20:08:07 +00:00