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:
parent
0eb6c5e262
commit
6061960689
4 changed files with 12 additions and 12 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue