Bug 48419 - apt-repo работа с компонентами источников
Summary: apt-repo работа с компонентами источников
Status: NEW
Alias: None
Product: Sisyphus
Classification: Development
Component: apt-repo (show other bugs)
Version: unstable
Hardware: x86 Linux
: P5 normal
Assignee: Andrey Cherepanov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-11-13 11:40 MSK by Mezentsev Andrey
Modified: 2023-11-13 11:40 MSK (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 другими имеющимися компонентами бранчей.