-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix scripts failing to produce results with newly created user (#29)
* Do not limit package choices in argument parser The available packages are only discovered after running the complete build for the first time. This prevented any packages from being built alone in the first run, which is not desired. * Make the path to mock binary explicit If the binary were searched in the user PATH, the binary in /usr/sbin could be used instead, requiring the user to have root privilege.
- Loading branch information
Olav Philipp Henschel
authored
Aug 31, 2016
1 parent
e6858b3
commit 36ac27e
Showing
2 changed files
with
10 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters