]> git.proxmox.com Git - proxmox-apt.git/log
proxmox-apt.git
3 years agoadd get_cached_origin method and an initial config module
Fabian Ebner [Wed, 30 Jun 2021 10:20:16 +0000 (12:20 +0200)]
add get_cached_origin method and an initial config module

Allows obtaining the 'Origin' property from the cached InRelease file.

Used the once_cell crate for the config module, because it is already
used in proxmox-backup and seemed to be the right fit here.

For now, the config module is just used to be able to override the
path for the test environment, but those are actual APT config
variables, and in the future, it can be extended and used to actually
parse the apt.conf(.d/*) on the system.

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
3 years agobump version to 0.2.0-1
Fabian Ebner [Wed, 23 Jun 2021 13:38:58 +0000 (15:38 +0200)]
bump version to 0.2.0-1

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
3 years agoadd handling of Proxmox standard repositories
Fabian Ebner [Wed, 23 Jun 2021 13:38:57 +0000 (15:38 +0200)]
add handling of Proxmox standard repositories

Get handles for the available repositories along with their current
configuration status and make it possible to add them.

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
3 years agoadd more functions to check repositories
Fabian Ebner [Wed, 23 Jun 2021 13:38:56 +0000 (15:38 +0200)]
add more functions to check repositories

Currently includes check for suites and check for official URIs

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
3 years agoadd files for Debian packaging
Fabian Ebner [Wed, 23 Jun 2021 13:38:55 +0000 (15:38 +0200)]
add files for Debian packaging

The Makefile is based on the one from Mira's conntrack series, as it already got
some review.

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
3 years agoinitial commit
Fabian Ebner [Wed, 23 Jun 2021 13:38:54 +0000 (15:38 +0200)]
initial commit

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>