Commit graph

24284 commits

Author SHA1 Message Date
Joey Hess
6bc4b4730c comment 2015-06-02 14:56:16 -04:00
Joey Hess
762f2aad12 close dup; and remove dup closure of todo/Nearline_support
todo/Nearine_support is where this is being discussed, it was closed as a
dup erroniously.

Spending more time closing dups about this than working on it. :(
2015-06-02 14:52:33 -04:00
Joey Hess
8be78783b0 Revert "When listing DBus services, also list activatable services."
This reverts commit ef0e3ac22e.

Sebastian thinks best to revert this:

It seems to me the reason I needed to look at activatable sockets
might actually be a networkd bug, and I was in error about patch 0001.
On my machines (without DHCP), networkd quits after configuring the
links. I thought this had to do with network activation, but that was
probably mistaken. This was obscured by my testing the change by doing
systemctl stop/start on networkd; now that I actually unplugged the
network cable, I noticed no DBus messages are triggered by this on
this machine. Your test case might have had a similar problem
(networkd quitting on idle). Might be related to [1].

On another machine (with DHCP) networkd remains active all the time,
and patch 0002 works there. You might want to revert 0001, though:
Suppose someone’s running no manager at all, so that polling would be
required. Because networkd is still listed as activable, we would
refrain from polling – by mistake, because networkd doesn’t seem to
actually go active if we listen on its bus, and it’s listed as
activable even when it’s not configured. Connectivity-related messages
will come in when stopping/starting the service, but not when
unplugging the cable.
2015-06-02 14:38:24 -04:00
Joey Hess
429368659f Merge branch 'master' of ssh://git-annex.branchable.com 2015-06-02 14:21:05 -04:00
Joey Hess
d28e8fbfd5 get --incomplete: New option to resume any interrupted downloads. 2015-06-02 14:20:38 -04:00
https://id.koumbit.net/anarcat
55ed751114 Added a comment: autodetection? 2015-06-02 18:11:15 +00:00
Joey Hess
1f33822eb5 comment 2015-06-02 13:47:30 -04:00
Joey Hess
1d863de656 comment 2015-06-02 13:44:17 -04:00
Joey Hess
9c66f7b1ff comment 2015-06-02 13:40:26 -04:00
Joey Hess
76e796cdd9 comment 2015-06-02 13:23:30 -04:00
Joey Hess
186c6f4fe2 comment 2015-06-02 13:20:00 -04:00
Joey Hess
00b094442e assistant: Consume systemd-networkd dbus events to learn about changes to network connections, as was already done with network-manager and wicd. Thanks to Sebastian Reuße for the patches. 2015-06-02 12:54:20 -04:00
Sebastian Reuße
f66a343113 Support monitoring systemd-networkd connectivity. 2015-06-02 12:51:17 -04:00
Sebastian Reuße
ef0e3ac22e When listing DBus services, also list activatable services. 2015-06-02 12:51:13 -04:00
Joey Hess
2d7e11cd3e Merge branch 'master' of ssh://git-annex.branchable.com 2015-06-02 12:36:44 -04:00
Joey Hess
e3fbc3f06e design for a hook 2015-06-02 12:32:31 -04:00
oktav85
f71d1b40e2 2015-06-02 15:25:46 +00:00
eigengrau
871a2cb4b9 Added a comment 2015-06-02 14:40:48 +00:00
https://id.koumbit.net/anarcat
dd81ec27bb Added a comment 2015-06-02 12:13:19 +00:00
eigengrau
46d04cd3e5 2015-06-02 10:07:55 +00:00
eigengrau
c2913992b1 2015-06-02 09:07:35 +00:00
Joey Hess
9617bb7910 Merge branch 'master' of ssh://git-annex.branchable.com 2015-06-01 18:53:25 -04:00
Joey Hess
bb77153f0e devblog 2015-06-01 18:51:59 -04:00
wsha.code+ga@b38779424f41c5701bbe5937340be43ff1474b2d
8b163f0f88 Added a comment 2015-06-01 21:41:51 +00:00
wsha.code+ga@b38779424f41c5701bbe5937340be43ff1474b2d
26eedaceb8 removed 2015-06-01 19:47:50 +00:00
wsha.code+ga@b38779424f41c5701bbe5937340be43ff1474b2d
d4b5a23d0c Added a comment 2015-06-01 19:47:10 +00:00
wsha.code+ga@b38779424f41c5701bbe5937340be43ff1474b2d
5e1675f5e3 Added a comment 2015-06-01 19:41:33 +00:00
Joey Hess
496eb6c919 remove documentation of obsolete docker containers for building git-annex
I use sustemd-nspawn machines now
2015-06-01 14:29:30 -04:00
Joey Hess
eb33569f9d remove Params constructor from Utility.SafeCommand
This removes a bit of complexity, and should make things faster
(avoids tokenizing Params string), and probably involve less garbage
collection.

In a few places, it was useful to use Params to avoid needing a list,
but that is easily avoided.

Problems noticed while doing this conversion:

	* Some uses of Params "oneword" which was entirely unnecessary
	  overhead.
	* A few places that built up a list of parameters with ++
	  and then used Params to split it!

Test suite passes.
2015-06-01 13:52:23 -04:00
Joey Hess
8f4860df13 update 2015-06-01 13:50:18 -04:00
Joey Hess
e363e54f0f Merge branch 'master' of ssh://git-annex.branchable.com 2015-06-01 13:18:36 -04:00
juh
22bf48f0af Added a comment 2015-06-01 11:29:13 +00:00
eigengrau
cbb8629fa1 2015-06-01 08:12:54 +00:00
Joey Hess
9009c4386a more -fno-warn-tabs 2015-05-31 21:18:52 -04:00
bgilbert@a0c64716cf22216de5eeb15a5ca4f009164c8fb3
804b788eba Initial report 2015-05-31 21:50:49 +00:00
Joey Hess
ade6ed2d71 AMP hack 2015-05-31 16:54:07 -04:00
Joey Hess
e8e444c4e4 remove targets no longer needed since TH works on arm 2015-05-31 16:49:25 -04:00
Joey Hess
f886fba606 Merge branch 'master' of ssh://git-annex.branchable.com 2015-05-31 16:38:12 -04:00
Joey Hess
b97e9c1c2d compress standalone tarball with gzip --rsyncable
This should cut down on transfer overhead; in particular the arm
autobuilder is on a slow pipe.
2015-05-31 16:36:50 -04:00
anarcat
5bfb41db7f gaaah, missing levels, sorry 2015-05-31 20:10:49 +00:00
anarcat
5999e4755e toc toc 2015-05-31 20:10:01 +00:00
anarcat
002c4d894a add a simple implementation using the directory remote 2015-05-31 20:04:57 +00:00
anarcat
20cf2c094a link to the syncthing todo 2015-05-31 19:58:31 +00:00
anarcat
ecf669bfa6 mention scalability 2015-05-31 19:57:50 +00:00
anarcat
f9a5e7e6cf possible ideas for syncthing integration 2015-05-31 19:56:04 +00:00
Joey Hess
7bf40863d7 update cabal pin file for linux standalone to current stackage 2015-05-31 14:36:12 -04:00
Joey Hess
d2b52f3b23 Merge branch 'master' of ssh://git-annex.branchable.com 2015-05-31 14:06:29 -04:00
Joey Hess
7dd1e364b2 update for TH-capable arm autobuilder
Only 1 patched haskell package is needed on arm now.
2015-05-31 14:05:05 -04:00
https://id.koumbit.net/anarcat
a056d48dc9 Added a comment: no easy fix, i guess then 2015-05-31 16:51:36 +00:00
Antoine Beaupré
f1e477140e turn my forum question into a tip, thanks joeyh! 2015-05-31 12:26:04 -04:00