Build: tweak prometheus requires line, add changelog bits
[pcp.git] / provisioning / osxsierra.sh
blob86869f5c9a7c4edce78c2aaf45eeb0c614767208
1 #!/bin/sh
2 ############################################################
3 # OSX - Sierra
4 # TODO
5 # * pcpqa user doesn't exist in the image, so the qA script can't run
6 # * this error is displayed during provisionning
7 # ==> osxsierra: sed: 1: "/etc/hosts": extra characters at the end of h command
9 # * tar/gnutar hell still, or it could be something to do with the rsync..?
10 # * pkg-build is still missing ...
11 # * maybe using https://www.vagrantup.com/docs/provisioning/file.html to copy the Pkgbuild app?
12 ############################################################
16 # TODO replace this with an updated base-box
17 sudo -H -u vagrant brew update
18 sudo -H -u vagrant brew upgrade
19 sudo -H -u vagrant brew install --universal coreutils automake libmicrohttpd pixman libpng xz
20 sudo -H -u vagrant brew install pkg-config cairo qt pyqt5
21 sudo -H -u vagrant brew install gnu-tar --with-default-names
23 cd /vagrant
24 export PKG_CONFIG=/usr/local/bin/pkg-config
25 sudo ./Makepkgs