File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
10
10
- name : Mirror + trigger CI
11
11
uses : tkf2019/gitlab-mirror-and-ci-action@master
12
12
with :
13
- args : " https://git.tsinghua.edu.cn/os-lab/2024a /public/ucore-tutorial-code-2024a "
13
+ args : " https://git.tsinghua.edu.cn/os-lab/2025S /public/ucore-tutorial-code-2025S "
14
14
env :
15
15
GITLAB_HOSTNAME : " git.tsinghua.edu.cn"
16
16
GITLAB_PROJECT_ID : " 34735"
17
- GITLAB_PROJECT_NAME : " ucore-tutorial-code-2024a "
17
+ GITLAB_PROJECT_NAME : " ucore-tutorial-code-2025S "
18
18
GITLAB_PROJECT_TOKEN : ${{secrets.GITLAB_PROJECT_TOKEN}}
19
19
GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
Original file line number Diff line number Diff line change @@ -8,6 +8,6 @@ Course project for THU-OS.
8
8
9
9
实验 lab1-lab5 基准代码分别位于 ch3-ch8 分支下。
10
10
11
- 实验在线文档[ uCore-Tutorial-Guide 2024 Autumn] ( https://learningos.cn/uCore-Tutorial-Guide-2024A // ) 。
11
+ 实验在线文档[ uCore-Tutorial-Guide 2024 Autumn] ( https://learningos.cn/uCore-Tutorial-Guide-2025S // ) 。
12
12
13
13
注:为了兼容清华 Git 的需求、避免同学在主分支写代码、明确主分支的功能性,特意单独建了仅包含 README 与 LICENSE 的 master 分支,完成课程实验时请在 clone 仓库后先 push master 分支到清华 Git,然后切到自己开发所需的分支进行后续操作。
You can’t perform that action at this time.
0 commit comments