1 Star 0 Fork 51

tutu/pkgship

forked from openEuler/pkgship 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
conf.yaml 1.09 KB
一键复制 编辑 原始数据 按行查看 历史
# During initialization, you can initialize multiple databases at once
# dbname: The name of the database to be initialized
# It is recommended to use the version number as the name of the database
# Sqlite data for both source and binary packages supports fetching data
# from both remote addresses and local REPo sources
# src_db_file:SQLite files related to the source package provided in the repo source
# bin_db_file:SQLite files related to the binary package provided in the repo source
# lifecycle:Does the imported source package data need to be stored in the life cycle database
# When you need to store in the life cycle, you need to set the value to enable
# When you do not need to store in the life cycle, you need to set the value to disable
# priority: The priority of the database,When querying dependencies, which library is
# the first to find data the value can only be 1、 2、 3、 4
- dbname: $database_name
#src_db_file: file:///path
src_db_file: http://remote-address
# bin_db_file: file:///path
bin_db_file: http://remote-address
lifecycle: enable/disable
priority: 1/2/3/4
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/tutu_2/pkgship.git
[email protected]:tutu_2/pkgship.git
tutu_2
pkgship
pkgship
master

搜索帮助