Joey Hess
0240775f32
adding arm64 build, and improved termux installation process
...
* Added arm64 Linux standalone build. (No autobuilder yet.)
* Improved termux installation process.
Added git-annex-install.sh script to avoid user needing to type as much in
termux. The scope of this script is limited; runshell handles the rest.
Runshell runs termux-fix-shebang on the shell scripts. The problem is
the bundled bin/sh script, deleting that script also works, but then the
others probably use the system Android /bin/sh, which could be old or
broken or not posix or whatever. Using termux sh to run the scripts is
better.
This commit was sponsored by Eric Drechsel on Patreon.
2018-10-11 13:32:00 -04:00
Joey Hess
3b8ce5a89a
update
2018-10-10 18:16:07 -04:00
Ilya_Shlyakhter
60c652c733
Added a comment
2018-10-10 16:04:39 +00:00
yarikoptic
b18ee06518
Added a comment
2018-10-10 14:05:53 +00:00
Ilya_Shlyakhter
b8148fefa0
Added a comment
2018-10-09 18:53:30 +00:00
Ilya_Shlyakhter
e86cf08981
Added a comment
2018-10-09 15:34:00 +00:00
Ilya_Shlyakhter
3c94f83cbf
Added a comment
2018-10-08 21:48:27 +00:00
Joey Hess
61b7101949
response
2018-10-08 12:23:49 -04:00
Joey Hess
f391885373
followup
2018-10-08 12:21:58 -04:00
Joey Hess
611c60089d
response
2018-10-08 12:13:23 -04:00
Joey Hess
9ada622067
Merge branch 'master' of ssh://git-annex.branchable.com
2018-10-08 12:01:03 -04:00
anarcat
964e3f52a6
notes
2018-10-07 18:16:13 +00:00
Joey Hess
e7ff1c6762
Merge branch 'master' of ssh://git-annex.branchable.com
2018-10-06 19:53:06 -04:00
yarikoptic
cb91466057
Added a comment
2018-10-05 21:41:45 +00:00
Ilya_Shlyakhter
6a1cebe88a
Added a comment
2018-10-05 21:31:33 +00:00
yarikoptic
ac1122618d
Added a comment
2018-10-05 20:20:42 +00:00
Ilya_Shlyakhter
bab8370447
Added a comment
2018-10-05 19:56:24 +00:00
Ilya_Shlyakhter
b749b9b25c
Added a comment
2018-10-05 18:24:18 +00:00
Joey Hess
5df65af933
followup
2018-10-05 11:33:34 -04:00
Joey Hess
79aa57d37e
response
2018-10-04 14:45:06 -04:00
Joey Hess
108e63007d
response
2018-10-04 13:01:28 -04:00
Joey Hess
6ba3dea566
annex.jobs
...
Added annex.jobs setting, which is like using the -J option.
Of course, -J overrides annex.jobs.
This commit was sponsored by Trenton Cronholm on Patreon.
2018-10-04 12:47:27 -04:00
Joey Hess
585e6b39aa
comment
2018-10-04 12:45:48 -04:00
Ilya_Shlyakhter
b0b69f1819
suggestion - dockerized external special remotes
2018-10-04 01:23:53 +00:00
Ilya_Shlyakhter
0783f0afcf
Added a comment
2018-10-04 01:11:11 +00:00
Joey Hess
9d0e274b07
Merge branch 'master' of ssh://git-annex.branchable.com
2018-10-03 14:04:39 -04:00
Joey Hess
aa69796121
simplify
2018-10-03 14:04:19 -04:00
Joey Hess
acc1dc37b0
followup
2018-10-03 14:04:14 -04:00
yarikoptic
273a9053cd
Added a comment
2018-10-03 18:03:56 +00:00
yarikoptic
807884f3d1
Added a comment
2018-10-03 17:55:04 +00:00
Ilya_Shlyakhter
441a018e3a
suggested config flag to use all available cores
2018-10-03 17:50:08 +00:00
Joey Hess
50b885ffd6
close, implemented already
2018-10-03 13:42:56 -04:00
yarikoptic
fe8cbc447b
Added a comment
2018-10-03 17:39:48 +00:00
Joey Hess
4ea33ecadd
close, probably git annex inprogress was it
2018-10-03 13:26:49 -04:00
Joey Hess
a62c94e811
retitle
2018-10-03 13:25:00 -04:00
Joey Hess
233a45994b
retitle
2018-10-03 13:22:52 -04:00
Joey Hess
8ac762414c
close, fixed long ago
2018-10-03 13:15:36 -04:00
Joey Hess
acbb21f89b
close
2018-10-03 13:12:12 -04:00
Joey Hess
0fe258b6e1
close
2018-10-03 13:10:00 -04:00
Joey Hess
7d1d233ba9
close
2018-10-03 13:08:08 -04:00
Joey Hess
3693d11d7d
close obsolete request
2018-10-03 12:55:20 -04:00
Joey Hess
746db2e276
close old todo and add freenet special remote to list
2018-10-03 12:54:34 -04:00
Joey Hess
ebde4bd94b
close, fixed by p2p for ssh
2018-10-03 12:52:01 -04:00
Joey Hess
590f67461a
close, git annex inprogress does this
2018-10-03 12:48:09 -04:00
Joey Hess
c007d53978
followup
2018-10-03 12:40:27 -04:00
Joey Hess
a8c133b20e
Merge branch 'master' of ssh://git-annex.branchable.com
2018-10-03 12:36:29 -04:00
Joey Hess
43dc8ed703
followup
2018-10-03 12:36:11 -04:00
Joey Hess
303d10cee6
Improve display when git config download from a http remote fails.
...
The error message displayed used to only come from curl/wget and perhaps
was clearer than the one displayed now that http-client is used. In any
case, it does make sense to hide it because git-annex prints its own
warning message.
This commit was sponsored by Jake Vosloo on Patreon.
2018-10-03 12:31:09 -04:00
Joey Hess
9aeffde4cb
followup
2018-10-03 12:29:21 -04:00
Ilya_Shlyakhter
e32b54f490
Added a comment
2018-10-02 17:38:11 +00:00