Skip to content

Commit 190372c

Browse files
author
Dan McDonald
committed
Use https for URLs.
1 parent bd93857 commit 190372c

File tree

4 files changed

+16
-25
lines changed

4 files changed

+16
-25
lines changed

build_image.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ fail() {
2323
# NOTE --> The URL needs to be updated with every release.
2424
# Change "bloody" to whatever release the current branch is.
2525
PUBLISHER=omnios
26-
: ${PKGURL:=http://pkg.omniti.com/omnios/bloody}
26+
: ${PKGURL:=https://pkg.omniti.com/omnios/bloody}
2727
: ${GZIP_CMD:=gzip}
2828
SRCDIR=$(dirname $0)
2929
DIDWORK=0

build_zfs_send.sh

+13-22
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,20 @@
11
#!/bin/bash
22
#
3-
# CDDL HEADER START
43
#
5-
# The contents of this file are subject to the terms of the
6-
# Common Development and Distribution License, Version 1.0 only
7-
# (the "License"). You may not use this file except in compliance
8-
# with the License.
4+
# This file and its contents are supplied under the terms of the
5+
# Common Development and Distribution License ("CDDL"), version 1.0.
6+
# You may only use this file in accordance with the terms of version
7+
# 1.0 of the CDDL.
98
#
10-
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
11-
# or http://www.opensolaris.org/os/licensing.
12-
# See the License for the specific language governing permissions
13-
# and limitations under the License.
9+
# A full copy of the text of the CDDL should have accompanied this
10+
# source. A copy of the CDDL is also available via the Internet at
11+
# http://www.illumos.org/license/CDDL.
1412
#
15-
# When distributing Covered Code, include this CDDL HEADER in each
16-
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
17-
# If applicable, add the following below this CDDL HEADER, with the
18-
# fields enclosed by brackets "[]" replaced with your own identifying
19-
# information: Portions Copyright [yyyy] [name of copyright owner]
20-
#
21-
# CDDL HEADER END
22-
#
23-
#
24-
# Copyright 2012 OmniTI Computer Consulting, Inc. All rights reserved.
25-
# Use is subject to license terms.
13+
14+
15+
# Copyright 2017 OmniTI Computer Consulting, Inc. All rights reserved.
2616
#
17+
2718
fail() {
2819
echo $*
2920
exit 1
@@ -32,8 +23,8 @@ fail() {
3223
# NOTE --> The URL needs to be updated with every release.
3324
# Change "bloody" to whatever release the current branch is.
3425
PUBLISHER=omnios
35-
OMNIOS_URL=http://pkg.omniti.com/omnios/bloody
36-
: ${PKGURL:=http://pkg.omniti.com/omnios/bloody}
26+
OMNIOS_URL=https://pkg.omniti.com/omnios/bloody
27+
: ${PKGURL:=https://pkg.omniti.com/omnios/bloody}
3728
: ${BZIP2:=bzip2}
3829
ZROOT=rpool
3930
OUT=

profiles/omniti-ms

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
developer/versioning/git
2-
ms.omniti.com=http://pkg.omniti.com/omniti-ms
2+
ms.omniti.com=https://pkg.omniti.com/omniti-ms
33
omniti/system/management/chef
44
omniti/backup/zetaback
55
omniti/system/storage/scrubbit

sample/000000000000.sample

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# See http://omnios.omniti.com/wiki.php/KayakClientOptions
1+
# See https://omnios.omniti.com/wiki.php/KayakClientOptions
22
BuildRpool c0t0d0 c0t1d0
33
SetHostname instalz
44
SetTimezone UTC

0 commit comments

Comments
 (0)