commit: a624a66b9d1c51c4702b8c29d92abb00d46674f4
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue May 24 10:53:28 2022 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue May 24 10:53:28 2022 +0000
URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=a624a66b
s390: set subarch
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
tools/catalyst-auto-s390.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/catalyst-auto-s390.conf b/tools/catalyst-auto-s390.conf
index 42d49baa..13810624 100644
--- a/tools/catalyst-auto-s390.conf
+++ b/tools/catalyst-auto-s390.conf
@@ -4,7 +4,7 @@
UPLOAD_USER=s390
UPLOAD_KEY=/root/.ssh/id_rsa
SPECS_DIR=${REPO_DIR}/releases/specs/s390/s390
-SUBARCH=`grep subarch $SPECS_DIR/stage1.spec | awk '{print $2}'`
+SUBARCH=s390
SETS="openrc systemd"