From 47c24988c8bbd6408f89d61716fd26faccdd0b04 Mon Sep 17 00:00:00 2001 From: windowsboy111 Date: Wed, 8 Feb 2023 21:37:55 +0800 Subject: [PATCH] remove: lorax lorax is expected to be fixed in Fedora 38, and is thus removed from Terra 38. --- anda/tools/lorax/anda.hcl | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 anda/tools/lorax/anda.hcl diff --git a/anda/tools/lorax/anda.hcl b/anda/tools/lorax/anda.hcl deleted file mode 100644 index d0874b814a..0000000000 --- a/anda/tools/lorax/anda.hcl +++ /dev/null @@ -1,15 +0,0 @@ -project pkg { - rpm { - spec = "lorax.spec" - enable_scm = true - - scm_opts = { - method = "git" - package = "lorax" - branch = "lorax-38.4-1" - write_tar = "true" - spec = "lorax.spec" - git_get = "git clone https://github.com/weldr/lorax.git" - } - } -}