Actions
Bug #16161
closedos.makedirs 'exist_ok' parameter does not exist in python 2.7
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
Description
In relay/sources/rudder-pkg/lib/rudder-pkg/rudderPkgUtils.py we use parameter exist_ok of os.makedirs, but it was introduced in python 3.2 so it doesnot work on our ci test (failling automatic merge of pr ) and also does not work on System with and older python (I think Sles12 or Centos7)
Updated by Vincent MEMBRÉ about 5 years ago
- Related to User story #14943: Move rudder-pkg to rudder repo added
Updated by Vincent MEMBRÉ about 5 years ago
- Status changed from New to In progress
- Assignee set to Vincent MEMBRÉ
Updated by Vincent MEMBRÉ about 5 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Vincent MEMBRÉ to Alexis Mousset
- Pull Request set to https://github.com/Normation/rudder/pull/2582
Updated by Vincent MEMBRÉ about 5 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|91b6cb01407f4acad0d9900687fa4b0f191a2e8a.
Updated by Alexis Mousset almost 5 years ago
- Has duplicate Bug #16106: rudderPkgUtils.py stacktrace during install on centos7 added
Updated by Alexis Mousset almost 5 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 6.0.0 which was released today.
Actions