Skip to content

Commit 58335aa

Browse files
(PA-7099) Fix solaris-11-sparc config file issue
1 parent bec77a3 commit 58335aa

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

configs/platforms/solaris-11-native-sparc.rb

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,9 @@
5353
action=nocheck
5454
# Install to the default base directory.
5555
basedir=default" > /var/tmp/vanagon-noask;
56-
echo "mirror=https://artifactory.delivery.puppetlabs.net/artifactory/generic__remote_opencsw_mirror/testing" > /var/tmp/vanagon-pkgutil.conf;
57-
pkgadd -n -a /var/tmp/vanagon-noask -d http://get.opencsw.org/now all
58-
/opt/csw/bin/pkgutil -config=/var/tmp/vanagon-pkgutil.conf -U && /opt/csw/bin/pkgutil -config=/var/tmp/vanagon-pkgutil.conf -y -i bison CSWxz-5.2.8,REV=2022.11.16 libunistring_dev || exit 1
59-
]
56+
echo "mirror=https://artifactory.delivery.puppetlabs.net/artifactory/generic__remote_opencsw_mirror/testing
57+
wgetopts=--no-check-certificate" > /var/tmp/vanagon-pkgutil.conf;
58+
pkgadd -n -a /var/tmp/vanagon-noask -d http://get.opencsw.org/now all
59+
/opt/csw/bin/pkgutil --config=/var/tmp/vanagon-pkgutil.conf -U && /opt/csw/bin/pkgutil --config=/var/tmp/vanagon-pkgutil.conf -y -i bison CSWxz-5.6.3,REV=2024.10.10 libunistring_dev python33 || exit 1
60+
]
6061
end

0 commit comments

Comments
 (0)