Skip to content

Commit

Permalink
Merge pull request omniosorg#193 from citrus-it/ce
Browse files Browse the repository at this point in the history
Use omnios.org for URLs
  • Loading branch information
hadfl authored Feb 14, 2021
2 parents 69f1f2c + 1cfc01b commit eb44170
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions build/ami
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ customise() {
# In case we are preparing a pre-release, temporarily add staging
lVERSION="`echo $VERSION | sed 's/[a-z]//g'`"
pkg -R $ALTROOT set-publisher \
-g https://pkg.omniosce.org/r$lVERSION/staging omnios || true
-g https://pkg.omnios.org/r$lVERSION/staging omnios || true

# Allow root to ssh in
log "...setting PermitRootLogin=yes in sshd_config"
Expand All @@ -53,7 +53,7 @@ autoboot_delay=1
EOM

pkg -R $ALTROOT set-publisher \
-G https://pkg.omniosce.org/r$lVERSION/staging omnios || true
-G https://pkg.omnios.org/r$lVERSION/staging omnios || true

Postboot '/sbin/dladm | tee /dev/msglog'
Postboot '/sbin/ipadm create-if xnf0 | tee /dev/msglog'
Expand Down Expand Up @@ -83,7 +83,7 @@ vmdkver=0.2
dir=VMDK-stream-converter-$vmdkver
file=$dir.tar.gz
if [ ! -d $dir ]; then
wget -O /tmp/$file https://mirrors.omniosce.org/vmdk/$file
wget -O /tmp/$file https://mirrors.omnios.org/vmdk/$file
gtar zxf /tmp/$file
fi

Expand Down
2 changes: 1 addition & 1 deletion build/build_dialog
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

# Copyright 2018 OmniOS Community Edition (OmniOSce) Association.

SITE=https://mirrors.omniosce.org/dialog
SITE=https://mirrors.omnios.org/dialog
VER=1.3-20170509
FILE=dialog-$VER.tgz
URL=$SITE/$FILE
Expand Down
2 changes: 1 addition & 1 deletion build/build_ipcalc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Copyright 2017 OmniOS Community Edition (OmniOSce) Association.

MIRROR=https://mirrors.omniosce.org
MIRROR=https://mirrors.omnios.org
PROG=ipcalc
VER=0.2.0
FILE=$PROG-$VER.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion build/build_miniroot
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ fail() {
# Change "bloody" to whatever release the current branch is.
PUBLISHER=omnios
[ -x /opt/ooce/bin/pigz ] && GZIP=/opt/ooce/bin/pigz || GZIP=gzip
: ${PKGURL:=https://pkg.omniosce.org/bloody/core}
: ${PKGURL:=https://pkg.omnios.org/bloody/core}
: ${GZIP_CMD:=$GZIP}
SRCDIR=$(dirname $0)
DIDWORK=0
Expand Down
2 changes: 1 addition & 1 deletion build/build_zfs_send
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ MYDIR=$PWD/`dirname $BASH_SOURCE[0]`
PUBLISHER=omnios
# NOTE --> The URL needs to be updated with every release.
# Change "bloody" to whatever release the current branch is.
OMNIOS_URL=https://pkg.omniosce.org/bloody/core
OMNIOS_URL=https://pkg.omnios.org/bloody/core
: ${PKGURL:=$OMNIOS_URL}
ZROOT=rpool
OUT=
Expand Down

0 comments on commit eb44170

Please sign in to comment.