|
6 | 6 |
|
7 | 7 |
|
8 | 8 | REPOS = { |
9 | | - "https://github.com/legendu-net/docker-gophernotes.git": "", |
10 | | - "https://github.com/legendu-net/docker-rust-utils.git": "", |
11 | | - "https://github.com/legendu-net/docker-rust-cicd.git": "", |
12 | | - "https://github.com/legendu-net/docker-python-portable.git": "", |
13 | | - "https://github.com/legendu-net/docker-vscode-server.git": "", |
14 | | - "https://github.com/legendu-net/docker-gitpod.git": "", |
15 | | - "https://github.com/legendu-net/docker-jupyterhub-pytorch.git": "", |
16 | | - "https://github.com/legendu-net/docker-tensorboard.git": "", |
17 | | - # "https://github.com/legendu-net/docker-conda-build.git": "", |
18 | | - "https://github.com/legendu-net/docker-jupyterhub-kotlin.git": "", |
19 | | - "https://github.com/legendu-net/docker-jupyterhub-ganymede.git": "", |
20 | | - "https://github.com/legendu-net/docker-jupyterhub-sagemath.git": "", |
21 | | - "https://github.com/legendu-net/docker-rustpython.git": "", |
22 | | - # "https://github.com/legendu-net/docker-pypy.git": "", |
23 | | - # "https://github.com/legendu-net/docker-jupyterhub-julia.git": "", |
| 9 | + "https://github.com/legendu-net/docker-gophernotes": "", |
| 10 | + "https://github.com/legendu-net/docker-rust-utils": "", |
| 11 | + "https://github.com/legendu-net/docker-rust-cicd": "", |
| 12 | + "https://github.com/legendu-net/docker-python-portable": "", |
| 13 | + "https://github.com/legendu-net/docker-vscode-server": "", |
| 14 | + "https://github.com/legendu-net/docker-gitpod": "", |
| 15 | + "https://github.com/legendu-net/docker-jupyterhub-pytorch": "", |
| 16 | + "https://github.com/legendu-net/docker-tensorboard": "", |
| 17 | + # "https://github.com/legendu-net/docker-conda-build": "", |
| 18 | + "https://github.com/legendu-net/docker-jupyterhub-kotlin": "", |
| 19 | + "https://github.com/legendu-net/docker-jupyterhub-ganymede": "", |
| 20 | + "https://github.com/legendu-net/docker-jupyterhub-sagemath": "", |
| 21 | + "https://github.com/legendu-net/docker-rustpython": "", |
| 22 | + # "https://github.com/legendu-net/docker-pypy": "", |
| 23 | + # "https://github.com/legendu-net/docker-jupyterhub-julia": "", |
24 | 24 | } |
25 | 25 | BRANCH_URLS = { |
26 | 26 | "main": REPOS, |
27 | 27 | "dev": REPOS, |
28 | | - "blog": { |
29 | | - # "https://github.com/legendu-net/docker-gitpod.git": "", |
30 | | - }, |
31 | 28 | "rust_nightly": { |
32 | | - # "https://github.com/legendu-net/docker-rust-utils.git": "", |
| 29 | + # "https://github.com/legendu-net/docker-rust-utils": "", |
33 | 30 | }, |
34 | 31 | "4.0": { |
35 | | - "https://github.com/dclong/docker-jupyterhub.git": "", |
| 32 | + "https://github.com/legendu-net/docker-jupyterhub": "", |
36 | 33 | }, |
37 | 34 | } |
38 | 35 |
|
|
0 commit comments