mbox series

[isar-cip-core,v3,0/2] Use cip prefix and snapshot prefix for sid lists

Message ID 20230203105142.367778-1-Quirin.Gylstorff@siemens.com (mailing list archive)
Headers show
Series Use cip prefix and snapshot prefix for sid lists | expand

Message

Quirin Gylstorff Feb. 3, 2023, 10:51 a.m. UTC
From: Quirin Gylstorff <quirin.gylstorff@siemens.com>

This fixes the error "Override of sid distro config breaks mirrors" reported by Felix Moessbauer:
```
the distro "debian-sid" and "debian-sid-ports" is currently specified
both in ISAR and in isar-cip-core. While in ISAR standard debian
mirrors are used, cip-core pins that to a specific release on
snapshots.debian.org.

This breaks use-cases where local mirrors shall be used, as these do
not support snapshots. Also, this "infects" other layers that actually
want to use sid "as-is".
```

Changes v3:
 - delete debian-sid.list as it is not used.
 - add missing newline

Changes v2:
 - split renameing into two patches to avoid wrong patch
 - add missing newline

Quirin Gylstorff (2):
  conf/distro: Use cip prefix and snapshot postfix for sid lists
  conf/distro: Delete debian-sid.list

 conf/distro/cip-core-sid-ports.conf                             | 2 ++
 ...debian-sid-ports.list => cip-debian-sid-ports-snapshot.list} | 0
 conf/distro/debian-sid.list                                     | 2 --
 3 files changed, 2 insertions(+), 2 deletions(-)
 rename conf/distro/{debian-sid-ports.list => cip-debian-sid-ports-snapshot.list} (100%)
 delete mode 100644 conf/distro/debian-sid.list