Skip to content

Commit

Permalink
Merge pull request omniosorg#202 from citrus-it/repover
Browse files Browse the repository at this point in the history
HVM image build fails on release version
  • Loading branch information
hadfl authored Mar 27, 2021
2 parents 7b39635 + b9a0010 commit e545894
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 e545894

Please sign in to comment.