Skip to content

Commit

Permalink
HVM image build fails on release version
Browse files Browse the repository at this point in the history
  • Loading branch information
citrus-it committed Mar 27, 2021
1 parent 7b39635 commit b9a0010
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/hvm_help.sh
Original file line number Diff line number Diff line change
Expand Up @@ -195,12 +195,12 @@ function img_install_pkg {
typeset ver=`img_version $root`
if (( ver % 2 == 0 )); then
pkg -R $root set-publisher \
-g https://pkg.omnios.org/$repo/staging omnios || true
-g https://pkg.omnios.org/r$ver/staging omnios || true
fi
logcmd pkg -R $root install "$@"
if (( ver % 2 == 0 )); then
pkg -R $root set-publisher \
-G https://pkg.omnios.org/$repo/staging omnios || true
-G https://pkg.omnios.org/r$ver/staging omnios || true
fi
}

Expand Down

0 comments on commit b9a0010

Please sign in to comment.