From 46ac4de0af9668d920f5569fe9269318a3770b3b Mon Sep 17 00:00:00 2001
From: Johannes Schauer Marin Rodrigues <josch@mister-muffin.de>
Date: Fri, 17 Jun 2022 17:01:25 +0200
Subject: [PATCH] sbin/reform-flash-rescue: download from main branch instead
 of old sysimage-v3

---
 debian/changelog         | 6 ++++++
 sbin/reform-flash-rescue | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index d8faf73..275f863 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+reform-tools (1.7) reform; urgency=medium
+
+  * sbin/reform-flash-rescue: download from main branch instead of old sysimage-v3
+
+ -- Johannes Schauer Marin Rodrigues <josch@debian.org>  Fri, 17 Jun 2022 17:01:38 +0200
+
 reform-tools (1.6) reform; urgency=medium
 
   * add etc/skel/.local/bin/kde for KDE Plasma desktop with wayland
diff --git a/sbin/reform-flash-rescue b/sbin/reform-flash-rescue
index 0bdddfc..4616f32 100755
--- a/sbin/reform-flash-rescue
+++ b/sbin/reform-flash-rescue
@@ -47,7 +47,7 @@ then
         exit
 fi
 
-URL="https://source.mnt.re/reform/reform-system-image/-/jobs/artifacts/sysimage-v3/raw/reform2-imx8mq/reform-rescue-system.img.gz?job=build"
+URL="https://source.mnt.re/reform/reform-system-image/-/jobs/artifacts/main/raw/reform2-imx8mq/reform-rescue-system.img.gz?job=build"
 
 {
 if curl --version >/dev/null; then
-- 
GitLab