-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
formula-fetch: Allow gerrit, local fs git URIs
Also fetch formulas from Gerrit / local filesystem locations like: 1. FORMULA_SOURCES='https://gerrit.mcp.mirantis.com/salt-formulas ...' The Gerrit URI is constructed like: https://<gerrit host>/<gerrit project prefix for filtering> 2. FORMULA_SOURCES='file:///home/salt/formulas ...' To keep this change light, piggy-back on the fact that `hosting` is empty for 'file://<absolute path to formulas dir>'. To prevent fetching formula dependencies from github when fetching all formulas from MCP Gerrit, add basic support for dependency skip. Signed-off-by: Alexandru Avadanii <[email protected]>
- Loading branch information
1 parent
7e9f291
commit 252ddc6
Showing
1 changed file
with
29 additions
and
3 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