Fix hasKeyCheap setting for bup and rsync special remotes.
This commit is contained in:
parent
84e1ebfb0e
commit
d7b330b33b
5 changed files with 16 additions and 13 deletions
|
@ -61,7 +61,7 @@ gen r u c = do
|
||||||
retrieveKeyFile = retrieve buprepo,
|
retrieveKeyFile = retrieve buprepo,
|
||||||
removeKey = remove,
|
removeKey = remove,
|
||||||
hasKey = checkPresent r bupr',
|
hasKey = checkPresent r bupr',
|
||||||
hasKeyCheap = True,
|
hasKeyCheap = bupLocal buprepo,
|
||||||
config = c
|
config = c
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -61,7 +61,7 @@ gen r u c = do
|
||||||
retrieveKeyFile = retrieve o,
|
retrieveKeyFile = retrieve o,
|
||||||
removeKey = remove o,
|
removeKey = remove o,
|
||||||
hasKey = checkPresent r o,
|
hasKey = checkPresent r o,
|
||||||
hasKeyCheap = True,
|
hasKeyCheap = False,
|
||||||
config = Nothing
|
config = Nothing
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,3 +1,9 @@
|
||||||
|
git-annex (0.20110428) UNRELEASED; urgency=low
|
||||||
|
|
||||||
|
* Fix hasKeyCheap setting for bup and rsync special remotes.
|
||||||
|
|
||||||
|
-- Joey Hess <joeyh@debian.org> Thu, 28 Apr 2011 14:38:16 -0400
|
||||||
|
|
||||||
git-annex (0.20110427) unstable; urgency=low
|
git-annex (0.20110427) unstable; urgency=low
|
||||||
|
|
||||||
* Switch back to haskell SHA library, so git-annex remains buildable on
|
* Switch back to haskell SHA library, so git-annex remains buildable on
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
git-annex 0.20110401 released with [[!toggle text="these changes"]]
|
|
||||||
[[!toggleable text="""
|
|
||||||
* Amazon S3 is now supported as a special type of remote.
|
|
||||||
Warning: Encrypting data before sending it to S3 is not yet supported.
|
|
||||||
* Note that Amazon S3 support is not built in by default on Debian yet,
|
|
||||||
as hS3 is not packaged.
|
|
||||||
* fsck: Ensure that files and directories in .git/annex/objects
|
|
||||||
have proper permissions.
|
|
||||||
* Added a special type of remote called a directory remote, which
|
|
||||||
simply stores files in an arbitrary local directory.
|
|
||||||
* Bugfix: copy --to --fast never really copied, fixed."""]]
|
|
8
doc/news/version_0.20110427.mdwn
Normal file
8
doc/news/version_0.20110427.mdwn
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
git-annex 0.20110427 released with [[!toggle text="these changes"]]
|
||||||
|
[[!toggleable text="""
|
||||||
|
* Switch back to haskell SHA library, so git-annex remains buildable on
|
||||||
|
Debian stable.
|
||||||
|
* Added rsync special remotes. This could be used, for example, to
|
||||||
|
store annexed content on rsync.net (encrypted naturally). Or anywhere else.
|
||||||
|
* Bugfix: Avoid pipeline stall when running git annex drop or fsck on a
|
||||||
|
lot of files. Possibly only occured with ghc 7."""]]
|
Loading…
Add table
Add a link
Reference in a new issue