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" - } - } -}