Actions
User story #11872
closedUser story #11851: Port techniques to multi-versionned format
Port Package repository keys (RPM/APT) to multiversionned technique
Effort required:
Name check:
Fix check:
Regression:
Description
Title says it all
Updated by Nicolas CHARLES almost 7 years ago
- Status changed from New to In progress
- Assignee set to Nicolas CHARLES
Updated by Nicolas CHARLES almost 7 years ago
- Status changed from In progress to New
it will be done later, as we need to make the get all keys only once
Updated by Vincent MEMBRÉ almost 7 years ago
- Target version changed from 4.3.0~beta1 to 4.3.0~rc1
Updated by Nicolas CHARLES over 6 years ago
I'm having multiples issues there:
- Keys are detected via the call to ${repo_gpg_getallkeys} | ${paths.awk} -F ':' '$1 ~ /^pub/ { printf \"+repo_gpg_key_%s_present\n\", tolower($5); }'" as module, that defines classes for all defined gpg keys
- ${repo_gpg_getallkeys} is defined based on repo_gpg_uses_rpm or repo_gpg_uses_apt classes conditions, and as the concatenation of many strings
- repo_gpg_uses_rpm and repo_gpg_uses_apt classes depends on the detections of files existence
Updated by Vincent MEMBRÉ over 6 years ago
- Target version changed from 4.3.0~rc1 to 4.3.0~rc2
Updated by Vincent MEMBRÉ over 6 years ago
- Target version changed from 4.3.0~rc2 to 4.3.0~rc3
Updated by Nicolas CHARLES over 6 years ago
- Status changed from New to In progress
Updated by Nicolas CHARLES over 6 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Nicolas CHARLES to Alexis Mousset
- Pull Request set to https://github.com/Normation/rudder-techniques/pull/1275
Updated by Nicolas CHARLES over 6 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder-techniques|7ba299fc2069f98be1c54edde08cf6305b277354.
Updated by Vincent MEMBRÉ over 6 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 4.3.0~rc3 which was released today.
- 4.3.0~rc3: Announce Changelog
- Download: https://www.rudder-project.org/site/get-rudder/downloads/
Actions