File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 5555basedir=default" > /var/tmp/vanagon-noask;
5656 echo "mirror=https://artifactory.delivery.puppetlabs.net/artifactory/generic__remote_opencsw_mirror/testing" > /var/tmp/vanagon-pkgutil.conf;
5757 pkgadd -n -a /var/tmp/vanagon-noask -d http://get.opencsw.org/now all
58- /opt/csw/bin/pkgutil -U && /opt/csw/bin/pkgutil -y -i bison CSWxz-5.2.8,REV=2022.11.16 || exit 1
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 || exit 1
5959 ]
6060end
Original file line number Diff line number Diff line change 4141basedir=default" > /var/tmp/vanagon-noask;
4242 echo "mirror=https://artifactory.delivery.puppetlabs.net/artifactory/generic__remote_opencsw_mirror/testing" > /var/tmp/vanagon-pkgutil.conf;
4343 pkgadd -n -a /var/tmp/vanagon-noask -d http://get.opencsw.org/now all
44- /opt/csw/bin/pkgutil -U && /opt/csw/bin/pkgutil -y -i gcc4g++ bison CSWxz-5.2.8,REV=2022.11.16 || exit 1
44+ # See PA-6877 for why gcc4g++ needs to be installed seperately from the other packages
45+ /opt/csw/bin/pkgutil -U && /opt/csw/bin/pkgutil -y -i gcc4g++ && \
46+ /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 || exit 1
4547
4648 ntpdate pool.ntp.org]
4749end
You can’t perform that action at this time.
0 commit comments