From 2b60dad1239c2bc911de22665f25d55656ed1ffb Mon Sep 17 00:00:00 2001 From: LeoFang Date: Mon, 12 Oct 2020 17:10:50 +0800 Subject: [PATCH] Update README for OBS config --- README.en.md | 3 +++ README.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/README.en.md b/README.en.md index 87a6cd9d..4da22fc6 100644 --- a/README.en.md +++ b/README.en.md @@ -70,6 +70,9 @@ DONE! than you can create a Pull Request. ##### 3. gitee ssh config if not config, please refer: https://gitee.com/help/articles/4181 +##### 4. OBS config + if not config, please refer: https://openeuler.org/zh/docs/20.09/docs/ApplicationDev/%E6%9E%84%E5%BB%BARPM%E5%8C%85.html + #### Use Instructions ##### 1. simple_update_robot.py single package auto-upgrade: python3 simple_update_robot.py -u pkg pkg_name branch_name diff --git a/README.md b/README.md index a5237756..8f350a48 100644 --- a/README.md +++ b/README.md @@ -158,6 +158,9 @@ tag中版本的间隔符,如果 tag是 v1_0_1,然后配置separator 为"_" ##### c. gitee ssh config if not config, please refer: https://gitee.com/help/articles/4181 + +##### d. OBS config + if not config, please refer: https://openeuler.org/zh/docs/20.09/docs/ApplicationDev/%E6%9E%84%E5%BB%BARPM%E5%8C%85.html #### 3.2.2 Use Instructions ##### a. simple_update_robot.py -- Gitee