changeset 14:c0e2eb5613fe

Comment on the 3 repositories handled repositories
author Franz Glasner <hg@dom66.de>
date Thu, 26 Oct 2017 22:45:08 +0200
parents f5f04faa9acf
children 532757223c28
files bin/check-ports
diffstat 1 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/bin/check-ports	Thu Oct 26 09:28:53 2017 +0200
+++ b/bin/check-ports	Thu Oct 26 22:45:08 2017 +0200
@@ -1,7 +1,18 @@
 #!/bin/sh
 
+#
+# Local repository with
+# non-public packages and/or ports with changed OPTIONS (i.e. not using the
+# defaults)
+#
 : ${LOCAL_REPO:=LocalRepo}
+#
+# The official FreeBSD binary repository
+#
 : ${FREEBSD_REPO:=FreeBSD}
+#
+# Directly installed from ports
+#
 : ${PORTS_DIRECT_INSTALLED_REPO:=unknown-repository}
 
 get_remote_repo_versions() {