Bug 48419

Summary: apt-repo работа с компонентами источников
Product: Sisyphus Reporter: Mezentsev Andrey <dushatv>
Component: apt-repoAssignee: Andrey Cherepanov <cas>
Status: NEW --- QA Contact: qa-sisyphus
Severity: normal    
Priority: P5 CC: cas
Version: unstable   
Hardware: x86   
OS: Linux   

Description Mezentsev Andrey 2023-11-13 11:40:58 MSK
При работе apt-repo c типом источника branch игнорируются подключенные источники не заканчивающиеся компонентом classic. Например, gostcrypto. 
# apt-repo
rpm [p10] http://ftp.altlinux.org/pub/distributions/ALTLinux p10/branch/x86_64 gostcrypto
rpm [p10] http://ftp.altlinux.org/pub/distributions/ALTLinux p10/branch/x86_64 classic
rpm [p10] http://ftp.altlinux.org/pub/distributions/ALTLinux p10/branch/noarch classic
# apt-repo rm all branch
# apt-repo
rpm [p10] http://ftp.altlinux.org/pub/distributions/ALTLinux p10/branch/x86_64 gostcrypto

В тоже время
# apt-repo
rpm [p10] http://ftp.altlinux.org/pub/distributions/ALTLinux p10/branch/x86_64 gostcrypto classic
rpm [p10] http://ftp.altlinux.org/pub/distributions/ALTLinux p10/branch/noarch classic
# apt-repo rm all branch
# apt-repo
#

Предлагается исправить подобное поведение, добавив возможность управления средствами apt-repo другими имеющимися компонентами бранчей.