[buildd-tools-devel] [PATCH 14/17] Clarify Host/Build arch help as it always confuses

wookey at wookware.org wookey at wookware.org
Tue Dec 13 02:37:39 UTC 2011


From: Wookey <wookey at wookware.org>

---
 lib/Sbuild/ConfBase.pm |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/lib/Sbuild/ConfBase.pm b/lib/Sbuild/ConfBase.pm
index 41ad4f0..99c2f7e 100644
--- a/lib/Sbuild/ConfBase.pm
+++ b/lib/Sbuild/ConfBase.pm
@@ -148,27 +148,27 @@ sub init_allowed_keys {
 	    HELP => 'Program to use to send mail'
 	},
 	# TODO: Check if defaulted in code assuming undef
-	# ARCH is the native (system) architecture.  Not used for host/build.
+	# ARCH is the native (build-system) architecture.  Not used for host/build.
 	'ARCH'					=> {
 	    TYPE => 'STRING',
 	    VARNAME => 'arch',
 	    GROUP => '__INTERNAL',
 	    DEFAULT => $native_arch,
-	    HELP => 'Build architecture.'
+	    HELP => 'Build architecture (Arch we are building on).'
 	},
 	'HOST_ARCH'				=> {
 	    TYPE => 'STRING',
 	    VARNAME => 'host_arch',
 	    GROUP => 'Build options',
 	    DEFAULT => $native_arch,
-	    HELP => 'Host architecture'
+	    HELP => 'Host architecture (Arch we are building for)'
 	},
 	'BUILD_ARCH'				=> {
 	    TYPE => 'STRING',
 	    VARNAME => 'build_arch',
 	    GROUP => 'Build options',
 	    DEFAULT => $native_arch,
-	    HELP => 'Build architecture.'
+	    HELP => 'Build architecture (Arch we are building on).'
 	},
 	'HOSTNAME'				=> {
 	    TYPE => 'STRING',
-- 
1.7.5.4




More information about the Buildd-tools-devel mailing list