我想要一个用于稳定和不稳定的 lucid 包的私有 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!
Run Code Online (Sandbox Code Playgroud)
我正在使用这个配置文件。
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
Run Code Online (Sandbox Code Playgroud)
我的配置文件有什么问题?