You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
350 B
Bash
12 lines
350 B
Bash
# Supported options are:
|
|
# -d | --distribution <distro>
|
|
# -p | --proposed-updates
|
|
# -a | --arch <architecture>
|
|
# --subdir <directory-name>
|
|
# --version <version>
|
|
# --variant <variant>
|
|
# -v | --verbose
|
|
# -s | --salt
|
|
BUILD_OPTS_SHORT="d:pa:vs"
|
|
BUILD_OPTS_LONG="distribution:,proposed-updates,arch:,subdir:,version:,variant:,verbose,salt"
|