Commit graph

5227 commits

Author SHA1 Message Date
Joey Hess
835b766301 honor DESTDIR 2012-09-06 12:43:46 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkurjhi0CRJvgm7QNaZDWS9hitBtavqIpc
1ec1c4037b Added a comment: Sparkleshare 2012-09-06 08:09:17 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlup4hyZo4eCjF8T85vfRXMKBxGj9bMdl0
ae54ece7ff Added a comment 2012-09-06 02:28:00 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlup4hyZo4eCjF8T85vfRXMKBxGj9bMdl0
669c11d1f1 removed 2012-09-06 02:20:57 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlup4hyZo4eCjF8T85vfRXMKBxGj9bMdl0
b2cf8a1f47 Added a comment 2012-09-06 02:20:15 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlup4hyZo4eCjF8T85vfRXMKBxGj9bMdl0
f13c1b0194 2012-09-06 01:15:55 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnh0pv5PyOJH8dHB1Ly2rHJM4nvVd17CZ0
a1e2bc4a90 Added a comment 2012-09-05 19:57:36 +00:00
http://joeyh.name/
e8420c3b7d Added a comment 2012-09-05 19:56:06 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnh0pv5PyOJH8dHB1Ly2rHJM4nvVd17CZ0
aa68243eb4 add a question about multiple symlinks to an annexed file 2012-09-05 18:07:06 +00:00
https://www.google.com/accounts/o8/id?id=AItOawm_-2XlXNyd6cCLI4n_jaBNqVUOWwJquko
b9600d7f57 Added a comment: installing via homebrew 2012-09-05 11:11:55 +00:00
Mesar Hameed
b7bb3fc413 Added a comment: problems with spaces in filenames 2012-09-05 09:56:45 +01:00
bremner
b66f9323e0 Added a comment: problems with spaces in filenames 2012-09-05 02:12:18 +00:00
bremner
6de110d3dd This reverts commit 57a71adc21 2012-09-05 02:09:28 +00:00
bremner
57a71adc21 use escaped_file instead of file to avoid spaces in filenames throwing off the sorting. 2012-09-05 02:05:38 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmLB39PC89rfGaA8SwrsnB6tbumezj-aC0
d13b1c6dbe Added a comment 2012-09-04 21:57:05 +00:00
http://joeyh.name/
18b0c2500a Added a comment 2012-09-04 20:06:17 +00:00
Joey Hess
70644a2a81 blog for the day 2012-09-04 15:57:11 -04:00
Joey Hess
8a796cfa64 improve syncing support for special remotes
Avoid trying to git push/pull to special remotes, but still do transfer
scans of them, after git pull from any other remotes, so we know about
any values that have been placed on them.
2012-09-04 15:56:37 -04:00
Joey Hess
4abe03635e add 2012-09-04 15:32:58 -04:00
Joey Hess
46fd6b54c7 rsync.net configurator tested and 100% working 2012-09-04 15:27:06 -04:00
Joey Hess
b43580ac6f add glacier todo page 2012-09-04 14:58:11 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmLB39PC89rfGaA8SwrsnB6tbumezj-aC0
6c4682b47b Added a comment 2012-09-03 08:12:39 +00:00
Joey Hess
b584d96c13 rsync.net configurator display
Doesn't set up the repo yet.
2012-09-03 00:39:55 -04:00
Joey Hess
6a45ca4658 reorg page, split out each cloud provider into a separate column 2012-09-03 00:13:19 -04:00
Joey Hess
1f8a0bd4f6 Merge branch 'master' of ssh://git-annex.branchable.com 2012-09-02 20:44:34 -04:00
Joey Hess
b6a91d7a4d defer setting up ssh public key until after confirmation 2012-09-02 20:43:32 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmLB39PC89rfGaA8SwrsnB6tbumezj-aC0
5100a13b5e Added a comment 2012-09-02 23:49:17 +00:00
http://joeyh.name/
657f2e74d3 Added a comment 2012-09-02 21:40:17 +00:00
Joey Hess
c49bef1be8 update 2012-09-02 17:38:37 -04:00
Joey Hess
a824d38fb3 blog for the day 2012-09-02 17:37:50 -04:00
Joey Hess
014974a7da allow making encrypted rsync special remotes
wow, that was easy!
2012-09-02 17:32:24 -04:00
Joey Hess
5228ba9314 Merge branch 'master' of ssh://git-annex.branchable.com 2012-09-02 15:39:19 -04:00
Joey Hess
94d75d88ab layout 2012-09-02 15:37:18 -04:00
Joey Hess
9f403113dd make bare repo on server
I think this makes sense.. Unless the assistant is running on the server,
the repo won't be updated, so it might as well be bare.

Non-bare repos will be handled by the pairing configurator, later.
2012-09-02 15:30:32 -04:00
Joey Hess
97ce4d24cb adding ssh remote working
Rsync remote still needs work
2012-09-02 15:27:00 -04:00
Joey Hess
6623a51cf9 run sync in background 2012-09-02 15:20:03 -04:00
Joey Hess
e6f61e5ab9 factored out repository creation code and made more generic
for use by other configurators.. probably should be moved to a utility
module somewhere
2012-09-02 15:06:27 -04:00
Joey Hess
78f9e954a0 show modal while cloning to removable drive 2012-09-02 15:04:29 -04:00
http://kevwalke.myopenid.com/
6999fb67c6 Added a comment: confirmed! 2012-09-02 07:17:43 +00:00
Joey Hess
93f29997a9 reduce some boilerplate using ghc extensions 2012-09-02 02:07:15 -04:00
Joey Hess
837cd79e4f add ssh confirmation page
also broke out webapp types into a separate module
2012-09-02 00:49:25 -04:00
Joey Hess
51dfbd77d6 blog for the day 2012-09-01 21:11:58 -04:00
Joey Hess
53043999ac don't set up authorized_keys during probe 2012-09-01 21:10:40 -04:00
Joey Hess
e6d55ae49c Merge branch 'master' of ssh://git-annex.branchable.com 2012-09-01 20:38:23 -04:00
Joey Hess
32ab049f9c ssh connection testing and key setup 2012-09-01 20:37:35 -04:00
http://joeyh.name/
f23a687de0 Added a comment 2012-09-01 19:32:02 +00:00
Joey Hess
ca216441c7 Merge branch 'master' of ssh://git-annex.branchable.com 2012-09-01 15:26:03 -04:00
Joey Hess
47b88bbd16 move build scripts 2012-09-01 15:22:22 -04:00
Joey Hess
87b9da70e6 avoid installing man pages when they do not exist
Man pages are shipped prebuilt in cabal tarball, but will not be available
when cloning git and running cabal install.
2012-09-01 15:20:45 -04:00
https://www.google.com/accounts/o8/id?id=AItOawl1yBP_JDsO1TWSC1usoHXpfDRU01u_GXY
6f2424f3ee 2012-09-01 15:13:24 +00:00