No description
Find a file
2022-03-03 12:06:34 +00:00
0001-Regenerate-configure.patch init from upstream 2.35 2022-03-03 20:05:59 +08:00
0002-posix-Fix-tst-spawn6-terminal-handling-BZ-28853.patch init from upstream 2.35 2022-03-03 20:05:59 +08:00
0003-linux-__get_nprocs_sched-do-not-feed-CPU_COUNT_S-wit.patch init from upstream 2.35 2022-03-03 20:05:59 +08:00
0004-linux-Fix-missing-__convert_scm_timestamps-BZ-28860.patch init from upstream 2.35 2022-03-03 20:05:59 +08:00
0005-Add-BZ-28860-reference-on-NEWS.patch init from upstream 2.35 2022-03-03 20:05:59 +08:00
bench.mk init from upstream 2.35 2022-03-03 20:05:59 +08:00
ChangeLog.old init from upstream 2.35 2022-03-03 20:05:59 +08:00
glibc-2.35-5-g2496242707.tar.xz init from upstream 2.35 2022-03-03 20:05:59 +08:00
glibc-2.35.tar.xz init from upstream 2.35 2022-03-03 20:05:59 +08:00
glibc-bench-compare init from upstream 2.35 2022-03-03 20:05:59 +08:00
glibc-cs-path.patch init from upstream 2.35 2022-03-03 20:05:59 +08:00
glibc-deprecated-selinux-makedb.patch init from upstream 2.35 2022-03-03 20:05:59 +08:00
glibc-fix-newlocale-error-return.patch init from upstream 2.35 2022-03-03 20:05:59 +08:00
glibc-no-archive-for-localedef.patch init from upstream 2.35 2022-03-03 20:05:59 +08:00
glibc-nscd-add-syslog-target-dependency.patch init from upstream 2.35 2022-03-03 20:05:59 +08:00
glibc-place-info-into-Libraries-category.patch init from upstream 2.35 2022-03-03 20:05:59 +08:00
glibc-python3.patch init from upstream 2.35 2022-03-03 20:05:59 +08:00
glibc.spec init from upstream 2.35 2022-03-03 20:05:59 +08:00
parse-SUPPORTED.py init from upstream 2.35 2022-03-03 20:05:59 +08:00
README.md init for Anolis OS 23 2022-02-22 14:27:07 +08:00
wrap-find-debuginfo.sh init from upstream 2.35 2022-03-03 20:05:59 +08:00

Anolis OS

代码仓库说明

分支说明

进行代码开发工作时,请注意选择当前版本对应的分支

  • aX分支为对应大版本的主分支,如a8分支对应当前最新版本
  • aX.Y分支为对应小版本的维护分支如a8.2分支对应8.2版本

开发流程

  1. 首先fork目标分支到自己的namespace
  2. 在自己的fork分支上做出修改
  3. 向对应的仓库中提交merge request源分支为fork分支