1
1
#! /bin/bash
2
2
#
3
- # CDDL HEADER START
4
3
#
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 .
9
8
#
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.
14
12
#
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.
26
16
#
17
+
27
18
fail () {
28
19
echo $*
29
20
exit 1
@@ -32,8 +23,8 @@ fail() {
32
23
# NOTE --> The URL needs to be updated with every release.
33
24
# Change "bloody" to whatever release the current branch is.
34
25
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}
37
28
: ${BZIP2:= bzip2}
38
29
ZROOT=rpool
39
30
OUT=
0 commit comments