anarcat
694f612fba
Added a comment: added as a special remote
2018-09-06 00:58:52 +00:00
anarcat
fc78b33389
add the rclone special remote explicitely because it is awesome
2018-09-06 00:58:24 +00:00
anarcat
bb89e538c7
create an rclone page, since that's actually a thing
2018-09-06 00:54:40 +00:00
anarcat
94093a7b16
sort lists of remotes
2018-09-06 00:52:58 +00:00
Joey Hess
f7f413251e
devblog
2018-09-05 17:27:39 -04:00
Joey Hess
fcff64f8bb
optimisation: avoid stat call
...
This commit was sponsored by Paul Walmsley on Patreon.
2018-09-05 17:26:12 -04:00
Joey Hess
7407a80c27
S3: Support AWS_SESSION_TOKEN
...
This commit was sponsored by Boyd Stephen Smith Jr. on Patreon.
2018-09-05 15:53:57 -04:00
Joey Hess
ae5d95d80b
Merge branch 'master' of ssh://git-annex.branchable.com
2018-09-05 15:36:33 -04:00
Joey Hess
b600ad71ce
make linkToAnnex freezeContent the object file
...
v6: Fix annex object file permissions when git-annex add is run on a
modified unlocked file, and in some related cases.
If a hard link is made, don't freeze it; annex.thin
uses writable object files.
Also: For some reason, linkToAnnex used to thawContent src. I can see no
reason why it needed to do that, so I eliminated that.
This commit was sponsored by Brock Spratlen on Patreon.
2018-09-05 15:27:22 -04:00
ilyawebmail@d5db0da13c02cda3860f534f3f02acdc914360b9
609d8b745f
2018-09-05 19:09:06 +00:00
Joey Hess
872640549b
comment typo
2018-09-05 13:57:06 -04:00
Joey Hess
c4bc446cb3
Merge branch 'master' of ssh://git-annex.branchable.com
2018-09-05 13:53:28 -04:00
Joey Hess
0a7c5a9982
dropdead per-remote metadata
...
Had to refactor pure code into separate modules so it is accessible
inside Annex.Branch.Transitions.
This commit was sponsored by Peter on Patreon.
2018-09-05 13:52:46 -04:00
ilyawebmail@d5db0da13c02cda3860f534f3f02acdc914360b9
7827055496
2018-09-05 17:08:11 +00:00
Joey Hess
f1e5dfb7c7
close
2018-09-05 12:21:52 -04:00
Joey Hess
4ddce51a52
move Utility.OSX
...
stack complains when a module whose import is hidden behind a
ifdef os is not listed when building for other os's.
2018-09-05 11:55:08 -04:00
Joey Hess
bcaf6bcf45
remove no longer used dependency
...
Utility.SRV used to use this
2018-09-05 11:49:01 -04:00
Joey Hess
69907e397f
revert a few problem areas of git-annex.cabal patch
2018-09-05 11:47:00 -04:00
fftmp
5f8f83b884
optional build assistant and other small cabal refinings
2018-09-05 11:42:30 -04:00
Joey Hess
f4788f3853
clarify comment
...
haskell-mountpoints contains android specific code, but it's not used
when git-annex was built for linux and is running on android.
2018-09-05 11:22:27 -04:00
Joey Hess
e96b8c4774
Merge branch 'master' of ssh://git-annex.branchable.com
2018-09-05 11:16:55 -04:00
Joey Hess
d5a8fbcc65
remove some no longer present build flags from example
2018-09-05 11:16:28 -04:00
Joey Hess
55f8d90dee
remove Utlity.SRV, no longer used
2018-09-05 11:15:33 -04:00
fft
165783827b
2018-09-05 12:18:54 +00:00
fft
f760555c57
2018-09-05 12:13:48 +00:00
Horus
3cd10c246c
2018-09-05 07:34:23 +00:00
Horus
72682144bc
2018-09-05 07:33:41 +00:00
Horus
1a70df53c8
2018-09-05 07:32:49 +00:00
ewen
8afd9b5c95
Added a comment: Synology bug report
2018-09-03 22:36:07 +00:00
ewen
8b9cd04815
Added a comment: timer_create
2018-09-03 22:06:00 +00:00
amoebae@ae902fc700f29a8a9aa2547a9ea8ec77c0f8e30c
793f71ed0c
2018-09-03 10:56:04 +00:00
ewen
ff74702d3d
x86-32 standalone build break on Synology DS216+
2018-09-03 04:30:42 +00:00
duncan_bayne
41b3bbeddf
2018-09-03 00:42:24 +00:00
duncan_bayne
81829125f8
Added a comment: Thanks :)
2018-09-03 00:39:08 +00:00
Joey Hess
d65a081f3f
improve message
2018-09-02 16:17:50 -04:00
Joey Hess
d0ef049cca
comment typo
2018-09-02 16:16:08 -04:00
Joey Hess
813ee2357c
improve message
2018-09-02 16:08:00 -04:00
Joey Hess
522c5cce58
devblog
2018-08-31 14:18:38 -04:00
Joey Hess
8eb944ea11
close todo, open todo
2018-08-31 14:01:24 -04:00
Joey Hess
308f49e9ae
update
2018-08-31 13:56:32 -04:00
Joey Hess
53d839d543
more efficient encoding
2018-08-31 13:49:08 -04:00
Joey Hess
24b76cb8e0
fix prefixing
2018-08-31 13:39:50 -04:00
Joey Hess
b3d42283ad
use per-remote metadata storage for S3 version ID
...
Since the same key can be stored in a versioned S3 bucket multiple times
with different version IDs, this allows tracking them all. Not currently
needed, but if we ever want to drop from a versioned S3 bucket, we'll
need to know them all.
This commit was supported by the NSF-funded DataLad project.
2018-08-31 13:27:29 -04:00
Joey Hess
5c99f6247e
per-remote metadata storage
...
Actually very straightforward reuse of the metadata log file code.
Although I had to add a todo item as git-annex forget won't clean up
dead remote's metadata yet.
This would be worth adding to the external special remote interface
sometime. Have not opened a todo though, guess I'll wait until something
needs it.
This commit was supported by the NSF-funded DataLad project.
2018-08-31 12:23:22 -04:00
Joey Hess
9d78a4387f
update
2018-08-31 12:23:04 -04:00
Joey Hess
6b75b9c448
turn on appendonly when versioning is enabled
2018-08-31 10:53:07 -04:00
Joey Hess
2cdcb1ea25
Merge branch 'master' of ssh://git-annex.branchable.com
2018-08-30 15:53:09 -04:00
Joey Hess
69d4c8dce6
devblog
2018-08-30 15:52:44 -04:00
Joey Hess
3a5d0402ba
update
2018-08-30 15:49:21 -04:00
Joey Hess
19dcff2b71
use S3 version ID for retrieval
...
Have to store the S3 object along with the version ID, so retrieval can
use the same object.
This commit was supported by the NSF-funded DataLad project.
2018-08-30 15:37:08 -04:00