tools/build-on-freebsd: sort pkgs list

This commit is contained in:
Scott Moser 2014-09-29 09:01:56 -04:00
parent 3d1ac485ef
commit f0a418aed5
1 changed files with 14 additions and 7 deletions

View File

@ -9,15 +9,22 @@ fail() { echo "FAILED:" "$@" 1>&2; exit 1; }
depschecked=/tmp/c-i.dependencieschecked
pkgs="
dmidecode
py27-argparse
py27-boto gpart sudo
py27-configobj py27-yaml
gpart
py27-Jinja2
py27-oauth py27-serial
py27-argparse
py27-boto
py27-cheetah
py27-configobj
py27-jsonpatch
py27-jsonpointer
py27-oauth
py27-prettytable
py27-requests py27-six
python py27-cheetah
py27-jsonpointer py27-jsonpatch
py27-requests
py27-serial
py27-six
py27-yaml
python
sudo
"
[ -f "$depschecked" ] || pkg install ${pkgs} || fail "install packages"
touch $depschecked