1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-01-03 13:45:31 +00:00
borg/.github/workflows
Thomas Waldmann d30d5f4aec
Repository3 / RemoteRepository3: implement a borgstore based repository
Simplify the repository a lot:

No repository transactions, no log-like appending, no append-only, no segments,
just using a key/value store for the individual chunks.

No locking yet.

Also:

mypy: ignore missing import
there are no library stubs for borgstore yet, so mypy errors without that option.

pyproject.toml: install borgstore directly from github
There is no pypi release yet.

use pip install -e . rather than python setup.py develop
The latter is deprecated and had issues installing the "borgstore from github" dependency.
2024-08-23 23:55:09 +02:00
..
black.yaml update github actions 2024-04-03 18:26:35 +02:00
ci.yml Repository3 / RemoteRepository3: implement a borgstore based repository 2024-08-23 23:55:09 +02:00
codeql-analysis.yml github CI: misc updates 2024-03-15 18:19:15 +01:00