Joey Hess
f27c21eb0c
avoid ugly alert caused by trying to push to unavailable removable drive
2013-03-10 18:42:28 -04:00
Joey Hess
65a4c7966f
moved transfer queueing out of watcher and into committer
...
This cleaned up the code quite a bit; now the committer just looks at the
Change to see if it's a change that needs to have a transfer queued for it.
If I later want to add dropping keys for files that were removed, or
something like that, this should make it straightforward.
This also fixes a bug. In direct mode, moving a file out of an archive
directory failed to start a transfer to get its content. The problem
was that the file had not been committed to git yet, and so the transfer
code didn't want to touch it, since fileKey failed to get its key.
Only starting transfers after a commit avoids this problem.
2013-03-10 18:16:03 -04:00
Joey Hess
69ab9701eb
copyToRemote should return True when the remote already has the key
...
This got broken in commit e9238e9588
.
I observed a key that had been copied to a remote, but the location
log was out of date, and due to this bug, git annex transferkey failed
and so the file could not be dropped when it was moved to an archive
directory.
2013-03-10 17:54:27 -04:00
Joey Hess
b889721afd
switch CABAL to cabal
...
<joeyh> anyone know why runghc Setup.hs is behaving differently than cabal configure for me?
<joeyh> I'm getting different flags selected
<geekosaur> joeyh, runghc Setup.hs uses --global by default
<geekosaur> cabal uses --local
<nomeata> joeyh: I don’t know the reasons, but I have made similar observations as well
<geekosaur> and if that means different libraries/versions visible, that can affect flag solving
<joeyh> aha!
<monochrom> it is because Cabal authors expect normal people to use cabal-install and linux distro creators to use Setup
<monochrom> the expectation is documented nowhere
2013-03-10 17:21:13 -04:00
Joey Hess
14459a186f
allow overriding CABAL
2013-03-10 16:44:03 -04:00
Joey Hess
01ce6849de
use clientSessionBackend2 where available
...
avoids a warning, which says it's faster
2013-03-10 16:02:16 -04:00
Joey Hess
56830af8d8
simpler use of MIN_VERSION checks
2013-03-10 15:43:17 -04:00
Joey Hess
27078cca95
update
2013-03-10 00:03:15 -04:00
Joey Hess
9cc75d9b50
blog for the day
2013-03-09 15:31:08 -04:00
Joey Hess
3b2957075a
Merge branch 'master' of ssh://git-annex.branchable.com
2013-03-09 15:29:47 -04:00
Joey Hess
285838633b
show build flags on webapp about page
2013-03-09 14:59:38 -04:00
Joey Hess
3e32bb41f6
webapp: Work around bug in Warp's slowloris attack prevention code, that caused regular browsers to stall when they reuse a connection after leaving it idle for 30 seconds. (See https://github.com/yesodweb/wai/issues/146 )
2013-03-09 14:57:48 -04:00
Joey Hess
0155f1effa
add build flags to version output
2013-03-09 14:57:23 -04:00
Richard Hartmann
03c1472e48
Typo
2013-03-09 12:38:40 +01:00
http://gdr.name/
7443aa4caf
Added a comment: Not only Chrome
2013-03-09 10:55:57 +00:00
http://joeyh.name/
95ac593983
Added a comment
2013-03-09 06:13:17 +00:00
Joey Hess
12bf81cd2c
Merge branch 'master' of ssh://git-annex.branchable.com
2013-03-09 02:01:58 -04:00
Joey Hess
3e261a4dcb
verified that warp hang is due to faulty slowloris prevention timeout
2013-03-09 01:58:07 -04:00
guilhem
d7046e8dec
2013-03-09 03:39:04 +00:00
Joey Hess
bf46e6f15d
fix warning
2013-03-08 22:25:23 -04:00
http://joeyh.name/
01be7c16da
Added a comment
2013-03-09 02:00:11 +00:00
http://joeyh.name/
8695c8ed75
Added a comment
2013-03-09 01:54:31 +00:00
Joey Hess
a8ef5fdd0d
ghc-android progresses, now with fully native haskell apps..
2013-03-08 20:47:39 -04:00
Joey Hess
b9146e9d4a
Merge branch 'master' of ssh://git-annex.branchable.com
2013-03-08 19:35:23 -04:00
Joey Hess
35c0165690
blog for the day
2013-03-08 19:34:33 -04:00
Joey Hess
7a3e547f3d
old bug
2013-03-08 16:51:29 -04:00
guilhem
e630516d27
Added a comment
2013-03-08 20:09:02 +00:00
http://joeyh.name/
c607983308
Added a comment
2013-03-08 19:44:29 +00:00
Joey Hess
e28efcc57d
Merge branch 'master' of ssh://git-annex.branchable.com
2013-03-08 15:29:37 -04:00
Joey Hess
a2d94bd627
Switch from using regex-compat to regex-tdfa, as the C regex library is rather buggy.
2013-03-08 15:29:01 -04:00
annexuser
5511432a0c
2013-03-08 19:19:46 +00:00
Joey Hess
0dbea8a9a1
Merge branch 'master' of ssh://git-annex.branchable.com
2013-03-08 15:16:51 -04:00
https://www.google.com/accounts/o8/id?id=AItOawm6MkmwCd_-IACT0uzgy78u0qH1rPLNO_Q
c04be6e5af
Formatting changes.
2013-03-08 19:10:32 +00:00
https://www.google.com/accounts/o8/id?id=AItOawm6MkmwCd_-IACT0uzgy78u0qH1rPLNO_Q
4a710ca757
Report of potential git annex get problem.
2013-03-08 19:07:54 +00:00
http://joeyh.name/
6490374957
Added a comment
2013-03-08 19:02:54 +00:00
http://joeyh.name/
507ea8708d
Added a comment
2013-03-08 18:59:27 +00:00
Joey Hess
0e508f860a
assistant: Sync with all git remotes on startup.
2013-03-08 13:48:27 -04:00
guilhem
736aee4274
2013-03-08 16:51:51 +00:00
guilhem
71e4e30ab9
2013-03-08 16:06:05 +00:00
http://edheil.wordpress.com/
dfc68e4db7
Added a comment
2013-03-08 14:46:55 +00:00
guilhem
e989539a8a
2013-03-08 14:25:20 +00:00
Richard Hartmann
537a5b83bb
s/Fosdem/FOSDEM/g
2013-03-08 11:17:31 +01:00
Joey Hess
5fefb49bc9
fix links
2013-03-08 01:00:52 -04:00
Joey Hess
a8c4b97b02
Merge branch 'master' of ssh://git-annex.branchable.com
2013-03-08 00:58:47 -04:00
Joey Hess
7baf0e9cf1
split videos off to their own pages
2013-03-08 00:57:35 -04:00
Noah
dd4d15683a
2013-03-08 03:06:34 +00:00
Noah
c5d09655da
2013-03-08 03:05:51 +00:00
Joey Hess
459b9e8ab3
reuse fast build for make test
2013-03-07 19:07:25 -04:00
Joey Hess
4713c2fdac
Merge branch 'master' of ssh://git-annex.branchable.com
2013-03-07 19:06:29 -04:00
Joey Hess
ea672b7c77
Bugfix: git annex add, when ran without any file or directory specified, should add files in the current directory, but not act on unlocked files elsewhere in the tree.
2013-03-07 19:03:06 -04:00