summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMina Galić <me+git@igalic.co>2020-10-29 21:41:39 +0100
committerGitHub <noreply@github.com>2020-10-29 16:41:39 -0400
commita6afe9c574681632c3c82d6bc8c6a7fb91425bdf (patch)
tree8c58baae4a94eaee5af0f3c4fb69d076f2fb81de
parent1431c8a1bddaabf85e1bbb32bf316a3aef20036e (diff)
downloadcloud-init-git-a6afe9c574681632c3c82d6bc8c6a7fb91425bdf.tar.gz
tools/build-on-freebsd: fix comment explaining purpose of the script (#635)
Since there is now an official port for cloud-init in FreeBSD, this script has a different purpose. It's an interface between cloud-init maintainers, and the FreeBSD port maintainers for quickly seeing which dependencies have changed.
-rwxr-xr-xtools/build-on-freebsd9
1 files changed, 6 insertions, 3 deletions
diff --git a/tools/build-on-freebsd b/tools/build-on-freebsd
index 3211c355..94b03433 100755
--- a/tools/build-on-freebsd
+++ b/tools/build-on-freebsd
@@ -1,7 +1,10 @@
#!/bin/sh
-# Since there is no official FreeBSD port yet, we need some way of building and
-# installing cloud-init. This script takes care of building and installing. It
-# will optionally make a first run at the end.
+# The official way to install cloud-init on FreeBSD is via the net/cloud-init
+# port or the (appropriately py-flavoured) package.
+# This script provides a communication medium between the cloud-init maintainers
+# and the cloud-init port maintainers as to what dependencies have changed.
+# It also provides a quick and dirty way of building and installing, and will
+# optionally make a first run at the end.
set -eux