From 315109cb971ad4d8f04b7988dcc21cd031cc8080 Mon Sep 17 00:00:00 2001 From: zengyawen Date: Mon, 30 May 2022 16:32:09 +0800 Subject: [PATCH] update docs Signed-off-by: zengyawen --- .../OpenHarmony-v3.1.1-release.md | 29 +++++-------------- 1 file changed, 7 insertions(+), 22 deletions(-) diff --git a/zh-cn/release-notes/OpenHarmony-v3.1.1-release.md b/zh-cn/release-notes/OpenHarmony-v3.1.1-release.md index 5222a36590..4221bd6a6e 100644 --- a/zh-cn/release-notes/OpenHarmony-v3.1.1-release.md +++ b/zh-cn/release-notes/OpenHarmony-v3.1.1-release.md @@ -50,7 +50,7 @@ 2. 注册码云SSH公钥,请参考[码云帮助中心](https://gitee.com/help/articles/4191)。 3. 安装[git客户端](https://gitee.com/link?target=https%3A%2F%2Fgit-scm.com%2Fbook%2Fzh%2Fv2%2F%25E8%25B5%25B7%25E6%25AD%25A5-%25E5%25AE%2589%25E8%25A3%2585-Git)和[git-lfs](https://gitee.com/vcs-all-in-one/git-lfs?_from=gitee_search#downloading)并配置用户信息。 - + ``` git config --global user.name "yourname" git config --global user.email "your-email-address" @@ -58,7 +58,7 @@ ``` 4. 安装码云repo工具,可以执行如下命令。 - + ``` curl -s https://gitee.com/oschina/repo/raw/fork_flow/repo-py3 > /usr/local/bin/repo #如果没有权限,可下载至其他目录,并将其配置到环境变量中chmod a+x /usr/local/bin/repo pip3 install -i https://repo.huaweicloud.com/repository/pypi/simple requests @@ -71,7 +71,7 @@ 通过repo + ssh 下载(需注册公钥,请参考[码云帮助中心](https://gitee.com/help/articles/4191))。 - + ``` repo init -u git@gitee.com:openharmony/manifest.git -b refs/tags/OpenHarmony-v3.1.1-Release --no-repo-verify repo sync -c @@ -82,7 +82,7 @@ repo forall -c 'git lfs pull' 通过repo + https 下载。 - + ``` repo init -u https://gitee.com/openharmony/manifest.git -b refs/tags/OpenHarmony-v3.1.1-Release --no-repo-verify repo sync -c @@ -92,12 +92,7 @@ repo forall -c 'git lfs pull' ### 从镜像站点获取 -**表2** 获取源码路径 - - | 版本源码 | **版本信息** | **下载站点** | **SHA256校验码** | -| -------- | -------- | -------- | -------- | -| | | | | -| | | | | +*待补充* ## 更新说明 @@ -139,19 +134,9 @@ API变更 ## 修复缺陷列表 -**表4** 修复缺陷ISSUE列表 - - | ISSUE单 | 问题描述 | -| -------- | -------- | -| | | -| | | +*待补充* ## 遗留缺陷列表 -**表5** 遗留缺陷列表 - - | ISSUE | 问题描述 | 影响 | 计划解决日期 | -| -------- | -------- | -------- | -------- | -| | | | | -| | | | | +*待补充* -- GitLab