Skip to content

Commit 64cb2c7

Browse files
Auto sync doc with envd repo (#312)
[create-pull-request] automated change Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: kemingy <12974685+kemingy@users.noreply.github.com>
1 parent a1cb903 commit 64cb2c7

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

docs/api/starlark/v0/config.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ Example usage:
2626

2727
```python
2828
apt_source(source='''
29-
deb https://mirror.sjtu.edu.cn/ubuntu focal main restricted
30-
deb https://mirror.sjtu.edu.cn/ubuntu focal-updates main restricted
31-
deb https://mirror.sjtu.edu.cn/ubuntu focal universe
32-
deb https://mirror.sjtu.edu.cn/ubuntu focal-updates universe
33-
deb https://mirror.sjtu.edu.cn/ubuntu focal multiverse
34-
deb https://mirror.sjtu.edu.cn/ubuntu focal-updates multiverse
35-
deb https://mirror.sjtu.edu.cn/ubuntu focal-backports main restricted universe multiverse
36-
deb http://archive.canonical.com/ubuntu focal partner
37-
deb https://mirror.sjtu.edu.cn/ubuntu focal-security main restricted universe multiverse
29+
deb https://mirror.sjtu.edu.cn/ubuntu jammy main restricted
30+
deb https://mirror.sjtu.edu.cn/ubuntu jammy-updates main restricted
31+
deb https://mirror.sjtu.edu.cn/ubuntu jammy universe
32+
deb https://mirror.sjtu.edu.cn/ubuntu jammy-updates universe
33+
deb https://mirror.sjtu.edu.cn/ubuntu jammy multiverse
34+
deb https://mirror.sjtu.edu.cn/ubuntu jammy-updates multiverse
35+
deb https://mirror.sjtu.edu.cn/ubuntu jammy-backports main restricted universe multiverse
36+
deb http://archive.canonical.com/ubuntu jammy partner
37+
deb https://mirror.sjtu.edu.cn/ubuntu jammy-security main restricted universe multiverse
3838
''')
3939
```
4040

docs/api/starlark/v1/config.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ Example usage:
2020

2121
```python
2222
apt_source(source='''
23-
deb https://mirror.sjtu.edu.cn/ubuntu focal main restricted
24-
deb https://mirror.sjtu.edu.cn/ubuntu focal-updates main restricted
25-
deb https://mirror.sjtu.edu.cn/ubuntu focal universe
26-
deb https://mirror.sjtu.edu.cn/ubuntu focal-updates universe
27-
deb https://mirror.sjtu.edu.cn/ubuntu focal multiverse
28-
deb https://mirror.sjtu.edu.cn/ubuntu focal-updates multiverse
29-
deb https://mirror.sjtu.edu.cn/ubuntu focal-backports main restricted universe multiverse
30-
deb http://archive.canonical.com/ubuntu focal partner
31-
deb https://mirror.sjtu.edu.cn/ubuntu focal-security main restricted universe multiverse
23+
deb https://mirror.sjtu.edu.cn/ubuntu jammy main restricted
24+
deb https://mirror.sjtu.edu.cn/ubuntu jammy-updates main restricted
25+
deb https://mirror.sjtu.edu.cn/ubuntu jammy universe
26+
deb https://mirror.sjtu.edu.cn/ubuntu jammy-updates universe
27+
deb https://mirror.sjtu.edu.cn/ubuntu jammy multiverse
28+
deb https://mirror.sjtu.edu.cn/ubuntu jammy-updates multiverse
29+
deb https://mirror.sjtu.edu.cn/ubuntu jammy-backports main restricted universe multiverse
30+
deb http://archive.canonical.com/ubuntu jammy partner
31+
deb https://mirror.sjtu.edu.cn/ubuntu jammy-security main restricted universe multiverse
3232
''')
3333
```
3434

0 commit comments

Comments
 (0)