From aeaaf8709e1446c76295c84876ab5d8bd267d2d7 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 6 Nov 2013 09:48:30 +0100 Subject: Moving live-build development disclaimer message from lb-config to lb-init. --- components/init | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'components') diff --git a/components/init b/components/init index a54c8e756..ca3fa8560 100755 --- a/components/init +++ b/components/init @@ -77,6 +77,17 @@ def main(): # * until further tests, we do not allow to re-run lb init on an already initialized directory. sys.exit(0) + # Print warning about live-build development version + print('WARNING: THIS VERSION OF LIVE-BUILD IS EXPERIMENTAL\n') + + print('IT IS UNFINISHED AND CHANGES HEAVILY WITHOUT PRIOR NOTICE.') + print('USER DISCRETION IS ADVISED.\n') + + print('Please also note that you are running a live-build development version') + print('and that we are only supporting the newest development version.\n') + + print('Make sure you are using the newest version at all times.') + # Configuring default archive-keys if (project == 'progress-linux'): # dependencies -- cgit v1.2.3