我想要一个私有的apt存储库,用于稳定和不稳定的透明包。当我试图包含debian时,我总是会出错。
Multiple distributions with the common codename: 'lucid'!
First was in ./conf/distributions line 1 to 8, another in lines 10 to 17There have been errors!我正在使用这个配置文件。
Origin: Stable Repository
Label: Stable Repository
Suite: stable
Codename: lucid
Architectures: i386 amd64
Components: main non-free
Description: Stable Repository
SignWith: yes
Origin: Unstable Repository
Label: Unstable Repository
Suite: unstable
Codename: lucid
Architectures: i386 amd64
Components: main non-free
Description: Unstable Repository
SignWith: yes我的配置文件怎么了?
发布于 2013-05-16 18:48:22
正如错误消息所述,在两个套件中都有相同的代码名,这是不可能的。你得把第二个叫做“清醒不稳定”。这类似于官方回购对清晰更新、清晰建议、清晰支持等所做的操作。
发布于 2013-02-08 18:46:57
我从未用reprepro解决过这个问题,但我发现了Freight,这使得debian存储库管理比reprepro容易得多。
https://askubuntu.com/questions/252047
复制相似问题