summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2008-02-14 12:26:36 +0100
committerHans Ulrich Niedermann <hun@n-dimensional.de>2008-02-14 12:26:36 +0100
commitb18b768276ea56499e816806c1300c8487c3fec3 (patch)
treeecf0c73238e9f7c43b663e406936ce13ad2a2ab8
parent3acc145579d82b9e85651287e395e1538c828cd8 (diff)
Warn about nbb alpha status
-rw-r--r--nbb/nbb_lib.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/nbb/nbb_lib.in b/nbb/nbb_lib.in
index d7fbfb1..0fe12e4 100644
--- a/nbb/nbb_lib.in
+++ b/nbb/nbb_lib.in
@@ -388,6 +388,12 @@ def main(argv):
if idx >= 0:
prog = prog[idx+1:]
+
+ print """\
+WARNING: %(prog)s is very much a work in progress.
+ Parts of %(prog)s are not implemented yet.
+""" % locals()
+
# FIXME: From plugin systems.
buildsystems = ', '.join(['automake', ])
vcssystems = ', '.join(['bzr', 'git', ])