From: Wolfgang Bumiller <w.bumiller@proxmox.com>
To: Fabian Ebner <f.ebner@proxmox.com>
Cc: pve-devel@lists.proxmox.com, pmg-devel@lists.proxmox.com
Subject: [pmg-devel] applied: [PATCH v3 manager] api: apt: switch to common Proxmox::RS::APT::Repositories package
Date: Fri, 15 Jul 2022 12:40:14 +0200 [thread overview]
Message-ID: <20220715104014.pws5hvs24cc5wawy@wobu-vie.proxmox.com> (raw)
In-Reply-To: <20220708115555.82693-2-f.ebner@proxmox.com>
applied with dependency bumps
sorry for the delay, somehow forgot about it
On Fri, Jul 08, 2022 at 01:55:54PM +0200, Fabian Ebner wrote:
> which is shared between PVE and PMG.
>
> Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
> ---
>
> No changes from v2.
>
> PVE/API2/APT.pm | 9 +++++----
> 1 file changed, 5 insertions(+), 4 deletions(-)
>
> diff --git a/PVE/API2/APT.pm b/PVE/API2/APT.pm
> index 9cf02e45..fbcd171b 100644
> --- a/PVE/API2/APT.pm
> +++ b/PVE/API2/APT.pm
> @@ -10,6 +10,8 @@ use File::Basename;
>
> use LWP::UserAgent;
>
> +use Proxmox::RS::APT::Repositories;
> +
> use PVE::pvecfg;
> use PVE::Tools qw(extract_param);
> use PVE::Cluster;
> @@ -19,7 +21,6 @@ use PVE::INotify;
> use PVE::Exception;
> use PVE::RESTHandler;
> use PVE::RPCEnvironment;
> -use PVE::RS::APT::Repositories;
> use PVE::API2Tools;
>
> use JSON;
> @@ -678,7 +679,7 @@ __PACKAGE__->register_method({
> code => sub {
> my ($param) = @_;
>
> - return PVE::RS::APT::Repositories::repositories();
> + return Proxmox::RS::APT::Repositories::repositories("pve");
> }});
>
> __PACKAGE__->register_method({
> @@ -713,7 +714,7 @@ __PACKAGE__->register_method({
> code => sub {
> my ($param) = @_;
>
> - PVE::RS::APT::Repositories::add_repository($param->{handle}, $param->{digest});
> + Proxmox::RS::APT::Repositories::add_repository($param->{handle}, "pve", $param->{digest});
> }});
>
> __PACKAGE__->register_method({
> @@ -762,7 +763,7 @@ __PACKAGE__->register_method({
> my $enabled = $param->{enabled};
> $options->{enabled} = int($enabled) if defined($enabled);
>
> - PVE::RS::APT::Repositories::change_repository(
> + Proxmox::RS::APT::Repositories::change_repository(
> $param->{path},
> int($param->{index}),
> $options,
> --
> 2.30.2
next prev parent reply other threads:[~2022-07-15 10:40 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-08 11:55 [pmg-devel] [PATCH v3 proxmox-perl-rs] move apt repositories module to common Fabian Ebner
2022-07-08 11:55 ` [pmg-devel] [PATCH v3 manager] api: apt: switch to common Proxmox::RS::APT::Repositories package Fabian Ebner
2022-07-15 10:40 ` Wolfgang Bumiller [this message]
2022-07-08 11:55 ` [pmg-devel] [PATCH v3 pmg-api] " Fabian Ebner
2022-07-13 9:12 ` [pmg-devel] applied: " Thomas Lamprecht
2022-07-08 13:07 ` [pmg-devel] applied: [PATCH v3 proxmox-perl-rs] move apt repositories module to common Wolfgang Bumiller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220715104014.pws5hvs24cc5wawy@wobu-vie.proxmox.com \
--to=w.bumiller@proxmox.com \
--cc=f.ebner@proxmox.com \
--cc=pmg-devel@lists.proxmox.com \
--cc=pve-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox