gardenlinux / builder

Builder used to construct Garden Linux. Re-usable for other OS-projects.
Apache License 2.0
8 stars 1 forks source link

fix unbound variables and add cname_base cmd #32

Closed MrBatschner closed 1 year ago

MrBatschner commented 1 year ago

What this PR does / why we need it:

Fixes unbound variable errors when omitting the arch or version cmd-line parameter and adds a cname_base command that only prints out the cname without version and arch.

Release note:

Fixes unbound variable errors when omitting the `arch` or `version` cmd-line parameter and adds a `cname_base` command that only prints out the cname without version and arch.
nkraetzschmar commented 1 year ago

we should probably only make arch and version optional for the new cname_base command, not for anything else