add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,16 @@
# createrepo
> 在目录中初始化一个RPM仓库包括所有的XML和SQLite文件。
> 更多信息:<https://manned.org/createrepo>。
- 在目录中初始化一个基本的仓库:
`createrepo {{path/to/directory}}`
- 初始化一个仓库排除测试RPM并显示详细日志
`createrepo -v -x {{test_*.rpm}} {{path/to/directory}}`
- 初始化一个仓库使用SHA1作为校验和算法并忽略符号链接
`createrepo -S -s {{sha1}} {{path/to/directory}}`