a3128e1de5
Add new hash mismatches
2023-01-26 09:37:17 +01:00
8e326ecbc5
WIP partial writes
...
If possible, downloads are streamed to disk in the /pending/ directory
in the tar filesystem. If the download is successful and the checksums
match the file is renamed to its sha256 hash. Otherwise, it is moved
under /to-delete/ so it can be deleted by an operator.
Before downloading we check if it has been downloaded before, but we
need to check as well if it is being downloaded (in /pending/) or if we
unsuccessfully downloaded it before (e.g. failed checksum, stored in
/to-delete/).
It is not very elegant code, and it could do with a thorough review or
rewrite.
2023-01-25 11:34:31 +01:00
b76f2997f5
Migrate to mirage-kv 6
2023-01-23 09:13:42 +01:00
93c490bcb5
Update to mirage.4.3.1 and its alpn_client
2023-01-20 14:46:22 +01:00
c46f15baa3
Merge pull request 'Log before and after restoring/fetching git state' ( #26 ) from log-before-git-operation into main
...
Reviewed-on: https://git.robur.io/robur/opam-mirror/pulls/26
2022-11-17 12:30:07 +00:00
b0eb816a68
Log before and after restoring/fetching git state
...
This may take quite a while, and the application is unresponsive
meanwhile.
2022-11-17 12:12:15 +01:00
22da980482
git-kv is released now, no need for the pin anymore
2022-11-04 10:24:58 +01:00
2f8fba436c
Merge pull request 'update for the released http-mirage-client' ( #25 ) from http-mirage-client-released into main
...
Reviewed-on: https://git.robur.io/robur/opam-mirror/pulls/25
2022-11-03 12:25:04 +00:00
c6e8c6cf77
update for the released http-mirage-client
2022-11-02 22:19:03 +01:00
878ecab0b2
Merge pull request 'if --verify is passed, don't use the md5s/sha512s from disk, instead re-create them' ( #24 ) from trash-md5-sha512-on-verify into main
...
Reviewed-on: https://git.robur.io/robur/opam-mirror/pulls/24
2022-10-28 12:59:33 +00:00
d143e9b766
as suggested by @reynir : verify -> verify_sha256
2022-10-28 14:58:58 +02:00
1ff5c7e1b6
if --verify is passed, don't use the md5s/sha512s from disk, instead re-create them
2022-10-28 13:57:30 +02:00
062f4d048d
Merge pull request 'Add a boot argument to ignore the local git state' ( #21 ) from ignore-local-git into main
...
Reviewed-on: https://git.robur.io/robur/opam-mirror/pulls/21
2022-10-26 16:33:25 +00:00
0d5745b340
Add a boot argument to ignore the local git state
2022-10-26 18:32:43 +02:00
0e048549a1
Merge pull request 'Upgrade opam-mirror with last release of git and new version of git-kv' ( #23 ) from upgrade into main
...
Reviewed-on: https://git.robur.io/robur/opam-mirror/pulls/23
2022-10-26 16:32:14 +00:00
c4a95d9614
hex comes from git_http but it is used by the application, it's better to depend on it explicitely
2022-10-21 18:02:09 +02:00
7d1c9b0814
Fix the compilation of opam-mirror with lastest version of packages
2022-10-21 15:56:20 +02:00
7d3ab77494
Use the last release of tar-mirage
2022-10-21 15:35:15 +02:00
5f761b38fb
Upgrade opam-mirror with last release of git and new version of git-kv
2022-10-20 16:09:05 +02:00
fdbce68140
require paf 0.2.0+
2022-10-05 14:27:37 +02:00
f3478aea02
Merge pull request 'adapt to new paf' ( #20 ) from paf-02 into main
...
Reviewed-on: https://git.robur.io/robur/opam-mirror/pulls/20
2022-10-05 12:26:51 +00:00
e177cb156d
adapt to new paf
2022-09-29 14:40:50 +02:00
1b86e6de78
remove pin of mirage-block-partition and oneffs (now in opam)
2022-09-29 00:12:42 +02:00
32812be82b
Merge pull request 'Rename partition devices so they are shadowed' ( #19 ) from refactor-partition-naming into main
...
Reviewed-on: https://git.robur.io/robur/opam-mirror/pulls/19
2022-09-28 13:00:41 +00:00
3e946395aa
Rename partition devices so they are shadowed
2022-09-28 11:18:17 +02:00
9b02dfdd88
solo5-elftool fixed now
2022-09-28 10:41:46 +02:00
fd94550434
Merge pull request 'use git-kv on store to dump and restore the git commit' ( #17 ) from also-store-git into main
...
Reviewed-on: https://git.robur.io/robur/opam-mirror/pulls/17
2022-09-27 20:44:04 +00:00
c6feb78653
more failures
2022-09-27 19:02:17 +02:00
b9003fb91d
add a list of urls not to try to download (since they fail or have bad checksums)
2022-09-27 18:56:08 +02:00
5e427897be
use git-kv on store to dump and restore the git commit
2022-09-27 17:24:37 +02:00
83d494c433
Merge pull request 'read the data in chunks and send them chunk-wise' ( #16 ) from partial-read into main
...
Reviewed-on: https://git.robur.io/robur/opam-mirror/pulls/16
2022-09-27 14:54:36 +00:00
8bdfb19e6f
use read_partial in init as well for checksum computation
2022-09-27 16:25:57 +02:00
007842f3d3
flush and wait
2022-09-27 12:22:29 +02:00
938da1a211
read the data in chunks and send them chunk-wise
2022-09-27 10:46:14 +02:00
c81ba101f9
Merge pull request 'Hash cache' ( #14 ) from partition' into main
...
Reviewed-on: https://git.robur.io/robur/opam-mirror/pulls/14
2022-09-27 08:05:27 +00:00
9bb066cd56
minor cleanups
2022-09-26 21:51:42 +02:00
b26e23c462
add --verify to force verification of the on-disk data
...
by default, do not compute hashes unless requested or required
2022-09-26 21:49:47 +02:00
24dda11659
Hash cache
...
The block devie is partitioned into a tar rw filesystem and two hash map
cache partitions. The latter store the computes maps from {md5,sha512}
checksums to sha256 checksums to speed up the boot process.
2022-09-26 20:17:45 +02:00
e22047249f
log git interaction
2022-09-26 18:33:29 +02:00
329b78c923
fast path if nothing changed upstream
2022-09-26 15:03:35 +02:00
dd3b2f168c
minor README nit
2022-09-26 14:11:59 +02:00
0cf002e0cd
update git repo and fetch archives hourly
2022-09-26 14:11:23 +02:00
44d737887a
use git_kv
...
Co-Authored-By: Hannes Mehnert <hannes@mehnert.org>
2022-09-26 13:46:47 +02:00
9b7e9e5485
use the gc every now and then
2022-09-26 13:46:23 +02:00
069643465f
allow to specify the number of parallel downloads as boot parameter
2022-09-25 23:13:52 +02:00
b8a369dac8
Fix typo
2022-09-22 13:41:19 +02:00
8dbd3ed663
remove key-hex, it is the default now
2022-09-22 13:20:11 +02:00
7ec50fe588
comment out non-working code for now
2022-09-21 11:21:06 +02:00
b6218b979b
attempt to serialize git commit (does not compile)
2022-09-07 10:33:21 +02:00
99dcf500c1
once the http fetch is done, close the flow ( #5 )
2022-09-07 09:09:15 +02:00