Fix script call in FreeBSD build following renaming
This commit is contained in:
parent
810ef1598e
commit
5af488b9d6
1 changed files with 3 additions and 2 deletions
|
@ -23,9 +23,10 @@ SUPPORTED_RELEASES="11.3 12.1"
|
||||||
#
|
#
|
||||||
# That means we'll need to assign about 40G storage to be on the safe side.
|
# That means we'll need to assign about 40G storage to be on the safe side.
|
||||||
|
|
||||||
|
date=$(date -I)
|
||||||
for release in ${SUPPORTED_RELEASES}; do
|
for release in ${SUPPORTED_RELEASES}; do
|
||||||
for build in dualstack ipv6only; do
|
for build in dualstack ipv6only; do
|
||||||
env RELEASE=${release} sh FreeBSD-build-opennebula-image-generic.sh --${build} \
|
env RELEASE=${release} sh freebsd-build-opennebula-image-generic.sh --${build} \
|
||||||
| tee "FreeBSD-${release}-${build}.log"
|
| tee "freebsd-${release}-${build}-${date}.log"
|
||||||
done
|
done
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue