copr-be-dev: fixup resalloc+aws config
This commit is contained in:
parent
d4865aca5d
commit
bbcc370de7
2 changed files with 3 additions and 3 deletions
|
@ -32,8 +32,8 @@ aws_x86_64_normal:
|
||||||
- copr_builder
|
- copr_builder
|
||||||
- arch_x86_64
|
- arch_x86_64
|
||||||
- arch_x86_64_native
|
- arch_x86_64_native
|
||||||
cmd_new: "/var/lib/resallocserver/resalloc_provision/aws-new --arch=x86_64"
|
cmd_new: "/var/lib/resallocserver/resalloc_provision/vm-aws-new --arch=x86_64"
|
||||||
cmd_delete: "/var/lib/resallocserver/resalloc_provision/aws-delete"
|
cmd_delete: "/var/lib/resallocserver/resalloc_provision/vm-aws-delete"
|
||||||
|
|
||||||
# Development configuration. On each aarch64 host we have
|
# Development configuration. On each aarch64 host we have
|
||||||
# 2 guests vms of
|
# 2 guests vms of
|
||||||
|
|
|
@ -22,7 +22,7 @@ test -z "$1" || exit "$1"
|
||||||
}
|
}
|
||||||
|
|
||||||
# handle no arguments
|
# handle no arguments
|
||||||
test ${#@} -eq 0 && show_help 1
|
test $# -eq 0 && show_help 1
|
||||||
|
|
||||||
ARGS=$(getopt -o "h" -l "arch:,help" -n "getopt" -- "$@") \
|
ARGS=$(getopt -o "h" -l "arch:,help" -n "getopt" -- "$@") \
|
||||||
|| show_help 1
|
|| show_help 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue