spec: rename to image-builder

`image-builder` will be the main entrypoint into the Image Builder
stack. We will rename the repositories later on; but let's start
referring to it in its new official name.

Signed-off-by: Simon de Vlieger <supakeen@redhat.com>
This commit is contained in:
Simon de Vlieger 2025-01-20 10:17:49 +01:00
parent 0eb6c5e262
commit 6061960689
4 changed files with 12 additions and 12 deletions

View file

@ -1,6 +1,6 @@
#!/usr/bin/bash
SPEC_FILE=${1:-"image-builder-cli.spec"}
SPEC_FILE=${1:-"image-builder.spec"}
# Save the list of bundled packages into a file
WORKDIR=$(mktemp -d)