Actions
Bug #23965
closedrudder package fails to install local rpkg
Status:
Released
Priority:
N/A
Assignee:
Category:
Plugin manager cli
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
No
Description
It always tries to download the absolute path from the repository.
root@server:~# rudder package -d install /vagrant/rudder-plugin-dsc-8.0.3-2.4-nightly.rpkg DEBUG rudder_package: Parsed CLI arguments: Args { config: "/opt/rudder/etc/rudder-pkg/rudder-pkg.conf", debug: true, command: Install { force: false, package: ["/vagrant/rudder-plugin-dsc-8.0.3-2.4-nightly.rpkg"] } } DEBUG rudder_package: Parsed configuration: Configuration { url: "https://download.rudder.io/plugins", credentials: Some(Credentials { username: "username", password: [REDACTED String] }), proxy: None } DEBUG rudder_package::versions: Rudder version read from '/opt/rudder/share/versions/rudder-server-version' file: '8.1.0~alpha1~git202312270219'. DEBUG rudder_package::database: No database yet, using an empty one ERROR rudder_package: Installation of /vagrant/rudder-plugin-dsc-8.0.3-2.4-nightly.rpkg failed: Could not find any compatible 'rudder-plugin-/vagrant/rudder-plugin-dsc-8.0.3-2.4-nightly.rpkg' plugin with the current Rudder version in the configured repository. ERROR rudder_package: Some plugin installation failed
Updated by Félix DALLIDET 11 months ago
- Status changed from New to In progress
- Assignee set to Félix DALLIDET
Updated by Félix DALLIDET 11 months ago
- Status changed from In progress to Pending technical review
- Assignee changed from Félix DALLIDET to Alexis Mousset
- Pull Request set to https://github.com/Normation/rudder/pull/5293
Updated by Félix DALLIDET 11 months ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|9585981b6fc6ac7a3e46d9edd84daad2cf00adb2.
Updated by Vincent MEMBRÉ 8 months ago
This bug has been fixed in Rudder 8.1.0~alpha1 which was released today.
Updated by Vincent MEMBRÉ 8 months ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 8.1.0~alpha1 which was released today.
Actions