-
-
Notifications
You must be signed in to change notification settings - Fork 260
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatically generate a netrc file according to basic http auth in u…
…rl (#306) * Automatically generate a netrc file according to basic http auth in url For every mirror url in a pinned json, try to extract netrc credentials. Then, write those credentials into a file that every generated http_file for the various maven artifacts will use. Alternative way of implementing would be by allowing you to pass a pre-made netrc and that can be added in later if we should choose to do so, although it may be somewhat difficult to do so due to there being at least three different repositories in play making it difficult to use raw paths. * Remove auth from fetched urls
- Loading branch information
1 parent
a62917b
commit 0e36533
Showing
2 changed files
with
270 additions
and
4 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