Initial commit
This commit is contained in:
commit
ee554a14c1
16
config.yaml
Normal file
16
config.yaml
Normal file
@ -0,0 +1,16 @@
|
||||
actions:
|
||||
|
||||
- modify_release:
|
||||
- suffix: ".alma.1"
|
||||
enabled: true
|
||||
|
||||
- changelog_entry:
|
||||
- name: "Eduard Abdullin"
|
||||
email: "eabdullin@almalinux.org"
|
||||
line:
|
||||
- "Add x86_64_v2 support"
|
||||
|
||||
- add_files:
|
||||
- type: "patch"
|
||||
name: "0001-Add-x86_64_v2-support.patch"
|
||||
number: 1000
|
23
files/0001-Add-x86_64_v2-support.patch
Normal file
23
files/0001-Add-x86_64_v2-support.patch
Normal file
@ -0,0 +1,23 @@
|
||||
From ac5808bd2045da5fd0af937fb84755d75e155a92 Mon Sep 17 00:00:00 2001
|
||||
From: soksanichenko <soksanichenko@almalinux.org>
|
||||
Date: Fri, 13 Sep 2024 09:24:59 +0300
|
||||
Subject: [PATCH] Add x86_64_v2 support
|
||||
|
||||
---
|
||||
src/pylorax/treebuilder.py | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/src/pylorax/treebuilder.py b/src/pylorax/treebuilder.py
|
||||
index 2c6b5d8..47f8747 100644
|
||||
--- a/src/pylorax/treebuilder.py
|
||||
+++ b/src/pylorax/treebuilder.py
|
||||
@@ -36,6 +36,7 @@ from pylorax.executils import runcmd, runcmd_output, execWithCapture
|
||||
|
||||
templatemap = {
|
||||
'x86_64': 'x86.tmpl',
|
||||
+ 'x86_64_v2': 'x86_v2.tmpl',
|
||||
'ppc64le': 'ppc64le.tmpl',
|
||||
's390x': 's390.tmpl',
|
||||
'aarch64': 'aarch64.tmpl',
|
||||
--
|
||||
2.39.3 (Apple Git-146)
|
Loading…
Reference in New Issue
Block a user