Am 22.08.22 um 13:11 schrieb Takashi Iwai:
- openSUSE_Leap_15.3 seems already having some hanging users, and the coexistence with 15.3 seems more or less admitted. We may leave this for now until EOL of Leap 15.3.
You could set up the duplicate name as non-building and inheriting from a path to the other one in order to save some computing resource usage. Something like: <project name="multimedia:libs"> ... <build> <disable repository="openSUSE_Leap_15.3"/> </build> <repository name="15.3"> <path project="openSUSE:Leap:15.3:Update" repository="standard"/> <arch>x86_64</arch> <arch>i586</arch> <arch>aarch64</arch> </repository> <repository name="openSUSE_Leap_15.3"> <path project="multimedia:libs" repository="15.3"/> <arch>x86_64</arch> <arch>i586</arch> <arch>aarch64</arch> </repository> </project> This will only produce duplicate builds on newly branched projects, which branch both repositories.
thanks,
Takashi