Closed leofidus closed 6 years ago
Updated to address your review
Code looks 🆗
Can you sign the CLA --> https://github.com/atlassian/nucleus#contributors
done
Is there a problem with the CLA I signed?
Sorry for the delay @leofidus we're working on automating our CLA stuff but for now the manual process is tedious 😄
The rpmsign command was failing when running nucleus without docker. The cause was inconsistent quoting of command line arguments. This change makes argument quoting the responsibilty of getSignRpmCommand instead of its caller, making it consistent with all other similar functions.
ISSUES CLOSED: #34
The actual cause of the bug was that yum.ts line 63 was quoting an argument, but the way the argument is called in the linux code path already takes care of quoting, leading to double quoting.