我正在尝试使用 创建本地存储库reprepro
。下面是步骤和文件夹结构。
我创建了一个名为 的目录my_repo
。目录结构:
my_repo/
conf/
--> distributions
--> override
--> override.precise.extra.main
--> override.precise.main
--> override.precise.main.debian-installer
distributions
----------------------
Origin: Ubuntu
Label: Ubuntu
Codename: precise
Suite: stable
Version: 12.04
Architectures: amd64 i386
Components: main
DebOverride: override
UDebComponents: main
Description: GUI-Installer cd mirror
SignWith: yes
Pull: precise
然后我给出下面的命令来添加 debian:
`reprepro -V -b my_repo/ -C main includedeb precise galera_23.2.2_amd64.deb`
然后添加 debian 失败,出现以下错误:
没有给出‘galera’的部分,跳过。
任何关于这方面的指示都会有帮助
答案1
尝试使用以下命令覆盖该部分-S
:
`reprepro -V -b my_repo/ -S utils -C main includedeb precise galera_23.2.2_amd64.deb`