diff --git a/anda/lorax/anda.hcl b/anda/lorax/anda.hcl new file mode 100644 index 0000000000..eafb84806f --- /dev/null +++ b/anda/lorax/anda.hcl @@ -0,0 +1,15 @@ +project "pkg" { + rpm { + spec = "lorax.spec" + enable_scm = true + + scm_opts = { + method = "git" + package = "lorax" + branch = "lorax-38.0-1" + write_tar = "true" + spec = "lorax.spec" + git_get = "git clone https://github.com/weldr/lorax.git" + } + } +} \ No newline at end of file diff --git a/anda/lorax/lorax.spec b/anda/lorax/lorax.spec new file mode 100644 index 0000000000..38e25f40fa --- /dev/null +++ b/anda/lorax/lorax.spec @@ -0,0 +1 @@ +# Dummy spec file, Please see anda.hcl for how the actual spec file is generated \ No newline at end of file