forked from alan-turing-institute/nexus-allowlist
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* alan-turing-institute#69 add apt proxy repo support --------- Co-authored-by: Jim Madge <[email protected]> Co-authored-by: Julien Baudon <[email protected]>
- Loading branch information
1 parent
917342f
commit 0bb93e5
Showing
11 changed files
with
249 additions
and
24 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
{ | ||
"projectName": "nexus-allowlist", | ||
"projectOwner": "The contributors", | ||
"repoType": "github", | ||
"repoHost": "https://github.com", | ||
"files": [ | ||
"README.md" | ||
], | ||
"imageSize": 100, | ||
"commit": true, | ||
"commitConvention": "none", | ||
"contributors": [ | ||
{ | ||
"login": "JimMadge", | ||
"name": "Jim Madge", | ||
"avatar_url": "https://avatars.githubusercontent.com/u/23616154?v=4", | ||
"profile": "https://github.com/JimMadge", | ||
"contributions": [ | ||
"bug", | ||
"code", | ||
"doc", | ||
"ideas", | ||
"infra", | ||
"review", | ||
"test" | ||
] | ||
}, | ||
{ | ||
"login": "craddm", | ||
"name": "Matt Craddock", | ||
"avatar_url": "https://avatars.githubusercontent.com/u/5796417?v=4", | ||
"profile": "https://github.com/craddm", | ||
"contributions": [ | ||
"bug", | ||
"code", | ||
"infra" | ||
] | ||
}, | ||
{ | ||
"login": "jemrobinson", | ||
"name": "James Robinson", | ||
"avatar_url": "https://avatars.githubusercontent.com/u/3502751?v=4", | ||
"profile": "https://github.com/jemrobinson", | ||
"contributions": [ | ||
"bug", | ||
"code", | ||
"review" | ||
] | ||
}, | ||
{ | ||
"login": "Jbaudon", | ||
"name": "Jbaudon", | ||
"avatar_url": "https://avatars.githubusercontent.com/u/81579455?v=4", | ||
"profile": "https://github.com/Jbaudon", | ||
"contributions": [ | ||
"code", | ||
"doc", | ||
"ideas" | ||
] | ||
} | ||
], | ||
"contributorsPerLine": 7, | ||
"linkToUsage": false | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
r-recommended | ||
r-cran-matrixmodels | ||
libcurl4-openssl-dev | ||
libv8-dev | ||
libxml2-dev | ||
cmake | ||
libfontconfig1-dev | ||
libharfbuzz-dev | ||
libfribidi-dev | ||
libfreetype6-dev | ||
libpng-dev | ||
libtiff5-dev | ||
libjpeg-dev |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
deb http://localhost:8080/repository/apt-proxy bookworm main |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "v0.11.0" | ||
__version__ = "v0.12.0" |
Oops, something went wrong.