mbox series

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

Message ID 20230203082516.27690-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, 8:25 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 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: Rename debian-sid.list to cip-debian-sid-snapshot.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 => cip-debian-sid-snapshot.list}   | 0
 3 files changed, 2 insertions(+)
 rename conf/distro/{debian-sid-ports.list => cip-debian-sid-ports-snapshot.list} (100%)
 rename conf/distro/{debian-sid.list => cip-debian-sid-snapshot.list} (100%)