Merge ~smoser/cloud-init:fix/1771382-ds-identify-ensure-sane-path into cloud-init:master
Proposed by
Scott Moser
Status: | Merged |
---|---|
Approved by: | Scott Moser |
Approved revision: | 67270f244f3a96f9328aa983cd957fa55b3f1240 |
Merge reported by: | Scott Moser |
Merged at revision: | b4ae0e1fb8a48a83ea325cf032eb1acb196ee31c |
Proposed branch: | ~smoser/cloud-init:fix/1771382-ds-identify-ensure-sane-path |
Merge into: | cloud-init:master |
Diff against target: |
70 lines (+33/-1) 2 files modified
tests/unittests/test_ds_identify.py (+22/-1) tools/ds-identify (+11/-0) |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Ryan Harper | Approve | ||
Server Team CI bot | continuous-integration | Approve | |
Robert Schweikert (community) | Approve | ||
Review via email:
|
Commit message
ds-identify: ensure that we have certain tokens in PATH.
SuSE builds were not getting a PATH set in generator's environment.
This may seem like mis-configuration on the system, but caused ds-identify
to fail to find blkid (or any other program).
The change here just ensures that we get /sbin /usr/sbin /bin /usr/bin
into the PATH when main is run.
LP: #1771382
Description of the change
see commit message
To post a comment you must log in.
There was an error fetching revisions from git servers. Please try again in a few minutes. If the problem persists, contact Launchpad support.
Thanks