patch applied (hackage-server): "Backup candidate specific info" and 4 others
devnull at community.haskell.org
devnull at community.haskell.org
Tue Feb 5 18:00:07 CET 2013
Tue Feb 5 09:21:44 GMT 2013 edsko at well-typed.com
* Backup candidate specific info
Ignore-this: 260636351afe9c0ba92d069ab8a15e7a
M ./Distribution/Server/Features/Core/Backup.hs -8 +10
M ./Distribution/Server/Features/PackageCandidates/Backup.hs -6 +23
Tue Feb 5 10:45:42 GMT 2013 edsko at well-typed.com
* Add consistency check to BlobStorage.open
Ignore-this: 65bcc9b50acf403c655405a22fce45b1
test-backup opens a secondary store in a temporary directory (state/tmp/blobs);
if this directory already exists but for some reason some subdirectories
(such as state/tmp/blobs/incoming) are missing, test-backup will fail at
the first call to "add". Now "open" will fail immediately with
hackage-server: Store directory "state/tmp/blobs" exists but
"state/tmp/blobs/incoming" does not
M ./Distribution/Server/Framework/BlobStorage.hs -9 +16
Tue Feb 5 12:23:54 GMT 2013 edsko at well-typed.com
* Finish backup for candidates
Ignore-this: 72291ffe3b08494273bd17cc927a84cc
M ./Distribution/Server/Features/Core/Backup.hs -1 +6
M ./Distribution/Server/Features/PackageCandidates.hs -3 +1
M ./Distribution/Server/Features/PackageCandidates/Backup.hs -2 +67
Tue Feb 5 14:37:59 GMT 2013 edsko at well-typed.com
* Add comments to HaskellPlatform
Ignore-this: 809ec3bba3041da193ce9fe69c6b02bb
M ./Distribution/Server/Features/HaskellPlatform.hs -8 +23
Tue Feb 5 16:59:30 GMT 2013 edsko at well-typed.com
* Implement export (but not yet import) for PreferredVersions
Ignore-this: ab98982c80d676e0170dd12c82a54244
M ./Distribution/Server/Features/PreferredVersions.hs -16 +22
A ./Distribution/Server/Features/PreferredVersions/Backup.hs
M ./hackage-server.cabal +1
More information about the cabal-devel
mailing list