summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-03-17 20:51:24 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-03-17 20:51:24 +0000
commit7d983c4d92170ca6752f55302effb830ffe2ec83 (patch)
treec76a1259bef8af2d1d100be3c9dac540008dc796 /wscript
parentbc9d994e74a9cb75da3c159d6232e681479c1606 (diff)
add warning re alpha status and forum use to wscript
git-svn-id: svn://localhost/ardour2/branches/3.0@9161 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'wscript')
-rw-r--r--wscript7
1 files changed, 7 insertions, 0 deletions
diff --git a/wscript b/wscript
index 6fb0862003..817584522a 100644
--- a/wscript
+++ b/wscript
@@ -398,6 +398,13 @@ def sub_config_and_use(conf, name, has_objects = True):
autowaf.set_local_lib(conf, name, has_objects)
def configure(conf):
+ print ('\n\nThis is an alpha version of Ardour 3.0.\n\n' +
+ 'You are respectfully requested NOT to ask for assistance with build issues\n' +
+ 'and not to report issues with Ardour 3.0 on the forums at ardour.org.\n\n' +
+ 'Please use IRC, the bug tracker and/or the ardour mailing lists (-dev or -user)\n\n' +
+ 'Thanks for you co-operation with our development process.\n\n' +
+ 'Press Enter to continue.\n')
+ sys.stdin.readline()
create_stored_revision()
conf.env['VERSION'] = VERSION
conf.line_just = 52