summaryrefslogtreecommitdiffstats
path: root/foreman/ci/build.sh
blob: 7a1ef523ced31ca682e17922046a6bad4c39d963 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
@media only all and (prefers-color-scheme: dark) {
.highlight .hll { background-color: #49483e
#!/bin/bash

qemu_src_dir=qemu
workspace=
fi output_dir="$1" pkgtype="$2" if [ ! -d ${output_dir} -o ! -w ${output_dir} ] ; then echo "${0}: Output directory '${output_dir}' does not exist or cannot be written" exit 1 fi if [ ! -d ${qemu_src_dir} ] ; then echo "${0}: Directory '${qemu_src_dir}' does not exist, run this script from the root of kvmfornfv source tree" exit 1 fi echo echo "Build" echo }