From a6afe9c574681632c3c82d6bc8c6a7fb91425bdf Mon Sep 17 00:00:00 2001 From: Mina Galić Date: Thu, 29 Oct 2020 21:41:39 +0100 Subject: 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. --- tools/build-on-freebsd | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'tools') 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 -- cgit v1.2.3