summaryrefslogtreecommitdiff
path: root/tools/build-on-freebsd
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2014-09-05 14:16:37 -0400
committerScott Moser <smoser@ubuntu.com>2014-09-05 14:16:37 -0400
commitfa0cfdee7aeb575343cc63f3fc54a9c1c3b9085b (patch)
treeeea1ed071415bd72887b7f4688387e42f0ce57da /tools/build-on-freebsd
parent9eddc072644bf212d93b2247e1d121e3208546db (diff)
parent3bec4688a7001a3ce9bbfd1a82e691ea94884a9e (diff)
downloadvyos-cloud-init-fa0cfdee7aeb575343cc63f3fc54a9c1c3b9085b.tar.gz
vyos-cloud-init-fa0cfdee7aeb575343cc63f3fc54a9c1c3b9085b.zip
freebsd: fixes for sudo and build-on-freebsd
Use the regular logic to create sudo rules and just supply the correct filename. The temp script in tools/ should install 2 more dependencies.
Diffstat (limited to 'tools/build-on-freebsd')
-rwxr-xr-xtools/build-on-freebsd1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/build-on-freebsd b/tools/build-on-freebsd
index 23bdf487..65d783f7 100755
--- a/tools/build-on-freebsd
+++ b/tools/build-on-freebsd
@@ -17,6 +17,7 @@ pkgs="
py27-prettytable
py27-requests py27-six
python py27-cheetah
+ py27-jsonpointer py27-jsonpatch
"
[ -f "$depschecked" ] || pkg install ${pkgs} || fail "install packages"
touch $depschecked