From 42e3f46a283288a0b2aca5b539a6e733fa8c4137 Mon Sep 17 00:00:00 2001 From: mboelen Date: Fri, 30 Jan 2015 19:59:17 +0100 Subject: [PATCH] Allowing URLs to control information to be adjusted for CUST tests --- include/profiles | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/include/profiles b/include/profiles index 5af27f43..3d52bfa0 100644 --- a/include/profiles +++ b/include/profiles @@ -51,6 +51,26 @@ OPTIONS_CONN_MAX_WAIT_STATE="${VALUE}" ;; + # Append something to URL for control information + control_url_append) + CONTROL_URL_APPEND="${VALUE}" + ;; + + # Prepend an URL before control information link + control_url_prepend) + CONTROL_URL_PREPEND="${VALUE}" + ;; + + # Append something to URL for control information (only applies to CUST-*) + custom_url_append) + CUSTOM_URL_APPEND="${VALUE}" + ;; + + # Prepend an URL before control information link (only applies to CUST-*) + custom_url_prepend) + CUSTOM_URL_PREPEND="${VALUE}" + ;; + # Do not check security repository in sources.list (Debian/Ubuntu) debian_skip_security_repository) OPTION_DEBIAN_SKIP_SECURITY_REPOSITORY="${VALUE}"