All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jan Kiszka <jan.kiszka@siemens.com>
To: cip-dev@lists.cip-project.org
Subject: [isar-cip-core][PATCH 2/4] Switch sid-based riscv64 back to a snapshot
Date: Tue,  5 Mar 2024 10:07:31 +0100	[thread overview]
Message-ID: <8e30ee68b209f16b6160fede99658d84c09cb902.1709629653.git.jan.kiszka@siemens.com> (raw)
In-Reply-To: <cover.1709629653.git.jan.kiszka@siemens.com>

From: Jan Kiszka <jan.kiszka@siemens.com>

It's broken once again, now even the bootstrapping. At the same time, we
found a more performant snapshot source that can make this way of
building more reliable than in the past, so switch over.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
 conf/distro/cip-core-sid.conf            | 3 +++
 conf/distro/cip-debian-sid-snapshot.list | 2 ++
 2 files changed, 5 insertions(+)
 create mode 100644 conf/distro/cip-debian-sid-snapshot.list

diff --git a/conf/distro/cip-core-sid.conf b/conf/distro/cip-core-sid.conf
index 028b6c00..aff45726 100644
--- a/conf/distro/cip-core-sid.conf
+++ b/conf/distro/cip-core-sid.conf
@@ -12,6 +12,9 @@
 require conf/distro/debian-sid.conf
 require cip-core-common.inc
 
+DISTRO_APT_SOURCES = "conf/distro/cip-debian-sid-snapshot.list"
+HOST_DISTRO_APT_SOURCES = "${DISTRO_APT_SOURCES}"
+
 PREFERRED_VERSION_swupdate ?= "2023.05%"
 PREFERRED_VERSION_linux-cip ?= "6.1.%"
 PREFERRED_VERSION_linux-cip-rt ?= "6.1.%"
diff --git a/conf/distro/cip-debian-sid-snapshot.list b/conf/distro/cip-debian-sid-snapshot.list
new file mode 100644
index 00000000..874047bf
--- /dev/null
+++ b/conf/distro/cip-debian-sid-snapshot.list
@@ -0,0 +1,2 @@
+deb	[check-valid-until=no trusted=yes] https://snapshot-cloudflare.debian.org/archive/debian/20240211T000000Z sid main
+deb-src	[check-valid-until=no trusted=yes] https://snapshot-cloudflare.debian.org/archive/debian/20240211T000000Z sid main
-- 
2.35.3



  parent reply	other threads:[~2024-03-05  9:07 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-05  9:07 [isar-cip-core][PATCH 0/4] Version updates, snapshot-based RISC-V Jan Kiszka
2024-03-05  9:07 ` [isar-cip-core][PATCH 1/4] linux-cip: Update to 4.19.306-cip107-rt35 and 6.1.80-cip16[-rt9] Jan Kiszka
2024-03-05  9:07 ` Jan Kiszka [this message]
2024-03-05  9:07 ` [isar-cip-core][PATCH 3/4] Update Isar to release 0.10 Jan Kiszka
2024-03-05  9:07 ` [isar-cip-core][PATCH 4/4] linux-cip: Update cip-kernel-config Jan Kiszka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8e30ee68b209f16b6160fede99658d84c09cb902.1709629653.git.jan.kiszka@siemens.com \
    --to=jan.kiszka@siemens.com \
    --cc=cip-dev@lists.cip-project.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.