mirror of
https://github.com/lxc/lxc-templates.git
synced 2025-03-30 23:07:16 +00:00
Old style template scripts for LXC (prefer distrobuilder)
When the --keyring option was added, the `,` between `mirror:` and
`keyring:` was omitted in the long option string passed to `getopt`.
This causes `--mirror` to be parsed as `--mirror:keyring`, matching
`*) break ;;` and prematurely terminating option parsing. To avoid
this, add the missing `,`. Also order `keyring:` before `mirror:` to
preserve lexical ordering of long options.
Fixes:
|
||
---|---|---|
config | ||
templates | ||
AUTHORS | ||
autogen.sh | ||
configure.ac | ||
CONTRIBUTING | ||
COPYING | ||
INSTALL | ||
MAINTAINERS | ||
Makefile.am | ||
NEWS | ||
README |