forked from xenserver/host-installer
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix interactive install to honor no-*gpgcheck from commandline
When originally implementing the per-source gpgcheck flags in answerfile[1], the full code was moved to an anwerfile-only location, breaking the original interactive-install implementation (and then following code review[2] the working code for interactive install disappeared further from the patch series). This moves the Repository flag-setting to `add_repos()` common code, while leaving the flag computation to the caller, since only the answerfile case has to do any non-trivial logic. - [1] 06b7007 - [2] #2 (comment) Signed-off-by: Yann Dirson <[email protected]>
- Loading branch information
Showing
1 changed file
with
12 additions
and
12 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