Make it possible to reuse the getopt config in wrapper scripts
parent
4140766500
commit
a2c053888b
@ -0,0 +1,11 @@
|
|||||||
|
# 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"
|
Loading…
Reference in New Issue