Remove pgpsig in PackageDescV2
Add PackageDescV2
, which removes the pgpsig
attribute and analogous the optional %PGPSIG%
is removed in Desc v2.
Fixes #29 (closed)
Merge request reports
Activity
changed milestone to %0.2.0
added scopedocumentation scopeenhancement labels
assigned to @dvzrv
requested review from @anthraxx, @allan, and @artafinde
added 1 commit
- 674a0786 - Add man page documentation about syncdb_settings
added 20 commits
-
8163c2e1...a93eced3 - 9 commits from branch
main
- ad8beee7 - Fix documentation on PgpSig
- 265ef0a1 - Do not use host configuration when testing Settings
- 5818849f - Add PackageDescV2, which removes pgpsig
- d1d3dbcf - Fix wrong documentation on PGPSIG in Desc v1
- b3ed2426 - Add documentation on PackageDescV2
- f5979073 - Add enums to describe versions of classes
- b2b8b97d - Add fixture for PackageDescV2
- 941eb3b9 - Add SyncDbSettings to Settings
- c49c017b - Use SyncDatabase with desc_version and files_version
- c80263f2 - Add man page documentation about syncdb_settings
- a4ef0f99 - Add changelog entry for PackageDescV2
Toggle commit list-
8163c2e1...a93eced3 - 9 commits from branch
You can try this change by adding
[syncdb_settings] desc_version = 2
to
~/.config/repod/repod.conf
.Afterwards add one package to the repo and export to sync database file:
poetry install poetry run repod-file package import -s <package file> default poetry run repod-file management export default $PWD/foo.db
Afterwards you can inspect
foo.db
andfoo.files
in$PWD
.requested review from @polyzen
removed review request for @polyzen
- Resolved by David Runge