- 07 9月, 2020 3 次提交
-
-
由 Liu Shaofei 提交于
sed -i "s/seperator:/separator:/g" *.yaml Signed-off-by: NLiu Shaofei <liushaofei5@huawei.com>
-
由 Liu Shaofei 提交于
Load/save yaml with script. So as to normalize format/style. No behavior change. Since future changes will be made by scripts, this separates the more meaningful changes (like adding git url/tags) from trivial format changes. require 'yaml' ARGV.each do |f| h = YAML.load_file f File.open(f, 'w') do |fd| fd.write YAML.dump(h) end end Signed-off-by: NLiu Shaofei <liushaofei5@huawei.com> Signed-off-by: NWu Fengguang <wufengguang@huawei.com>
-
由 Liu Shaofei 提交于
cd ~/openEuler-Advisor/upstream-info cp -n ~/src-openEuler/*/*yaml . sed -i -e "s/\r//g" * Signed-off-by: NLiu Shaofei <liushaofei5@huawei.com> Signed-off-by: NWu Fengguang <wufengguang@huawei.com>
-
- 20 8月, 2020 1 次提交
-
-
由 licihua 提交于
-
- 13 8月, 2020 1 次提交
-
-
由 Shinwell Hu 提交于
-
- 04 7月, 2020 1 次提交
-
-
由 Wu Fengguang 提交于
sed -i 's/seperator/separator/g' $(gg -l seperator) Signed-off-by: NWu Fengguang <wufengguang@huawei.com>
-
- 26 4月, 2020 1 次提交
-
-
由 Shinwell Hu 提交于
-