Details
-
Task
-
Status: Closed
-
Normal
-
Resolution: Duplicate
-
None
-
None
-
None
Description
This commit solves a problem with the commandline interpretation of the ...
- Author: Markus Hartmann <>
- Company:
- Github ID: aidun
- Pull Request 2427 Discussion
- Pull Request 2427 File Diff
Pull Request Description
..."install_options". Command Line Arguments wich are given as hash are interpreted in the following way:
Option: [
{'--from' => 'REPONAME'}]
Interpretation at the system: zypper in "--from 'REPONAME'" ....
The solution is simple: "="
zypper in "--from='REPONAME'"
(webhooks-id: 1cefec496836132b710310c7cc9da760)
Attachments
Issue Links
- duplicates
-
PUP-748 PR (2067): Zypper provider install options - darix
-
- Closed
-
- relates to