aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus Müller <marcus@hostalia.de>2018-07-19 22:43:17 +0200
committerMarcus Müller <marcus@hostalia.de>2018-07-29 21:13:59 +0200
commit486d4bbeb97036844fab4eb23e1b789102f9412e (patch)
tree74a5c9f27047139be918bf529a5cd1b98b64fb41
parentblocks: replace rand48 with xoroshiro closes #1671 (diff)
downloadgnuradio-maint.tar.xz
gnuradio-maint.zip
Add a clear warning to README and CMake that `maint` is a dead end.maint
If you're reading this, chances are you want the `maint-3.7` branch, or use a recent mainline pre-release state from the `master` branch.
-rw-r--r--CMakeLists.txt48
-rw-r--r--README45
-rw-r--r--WARNING42
3 files changed, 134 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 59e3c886c..87dbc789b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright 2010-2017 Free Software Foundation, Inc.
+# Copyright 2010-2018 Free Software Foundation, Inc.
#
# This file is part of GNU Radio
#
@@ -553,6 +553,52 @@ CPACK_FINALIZE()
GR_PRINT_COMPONENT_SUMMARY()
message(STATUS "Using install prefix: ${CMAKE_INSTALL_PREFIX}")
message(STATUS "Building for version: ${VERSION} / ${LIBVER}")
+message("\
+ ___________________________________________________________________\n\
+/ _ _ _ _ _ _ \\\n\
+| /_\\ | |_ | |_ ___ _ _ | |_ (_) ___ _ _ | | |\n\
+| / _ \\| _|| _|/ -_)| ' \\| _|| |/ _ \\| ' \\ |_| |\n\
+| /_/ \\_\\\\__| \\__|\\___||_||_|\\__||_|\\___/|_||_|(_) |\n\
+| |\n\
+| __ __ _ _ |\n\
+| \\ \\ / /___ _ _ ( )_ _ ___ _ _ ___(_) _ _ __ _ __ _ |\n\
+| \\ V // _ \\| || ||/| '_|/ -_) | || |(_-<| || ' \\ / _` | / _` | |\n\
+| |_| \\___/ \\_,_| |_| \\___| \\_,_|/__/|_||_||_|\\__, | \\__,_| |\n\
+| |___/ |\n\
+| _ _ _ _ |\n\
+| __| | ___ __ _ __| | | |__ _ _ __ _ _ _ __ | |_ |\n\
+| / _` |/ -_)/ _` |/ _` | | '_ \\| '_|/ _` || ' \\ / _|| ' \\ _ |\n\
+| \\__,_|\\___|\\__,_|\\__,_| |_.__/|_| \\__,_||_||_|\\__||_||_|(_) |\n\
+\\ /\n\
+ -------------------------------------------------------------------\n\
+ \\ ^ /^\n\
+ \\ / \\ // \\\n\
+ \\ |\\___/| / \\// .\\\n\
+ \\ /O O \\__ / // | \\ \\ *----*\n\
+ / / \\/_/ // | \\ \\ \\ |\n\
+ @___@` \\/_ // | \\ \\ \\/\\ \\\n\
+ 0/0/| \\/_ // | \\ \\ \\ \\\n\
+ 0/0/0/0/| \\/// | \\ \\ | |\n\
+ 0/0/0/0/0/_|_ / ( // | \\ _\\ | /\n\
+ 0/0/0/0/0/0/`/,_ _ _/ ) ; -. | _ _\\.-~ / /\n\
+ ,-} _ *-.|.-~-. .~ ~\n\
+GNU Radio has changed`/\\ / ~-. _ .-~ /\n\
+development models: *. } { /\n\
+The maintenance branch .----~-.\\ \\-` .~\n\
+is now called ///.----..< \\ _ -~\n\
+maint-X.Y. ///-._ _ _ _ _ _ _{^ - - - - ~\n\
+\n\
+\n\
+`maint-3.7` is now the maintenance branch of the 3.7.x.x release series.\n\
+\n\
+If you're looking for the branch from which future versions are derived, please\n\
+use the `master` branch.\n\
+\n\
+")
+message(WARNING "\
+YOU SHOULD NOT BE USING THIS GIT BRANCH ANYMORE.\n\
+IT ONLY EXISTS FOR HISTORICAL REASONS.\n\
+")
# Create a config.h with some definitions to export to other projects.
CONFIGURE_FILE(
diff --git a/README b/README
index ccb6744ed..2e1eff5ae 100644
--- a/README
+++ b/README
@@ -1,3 +1,48 @@
+ ___________________________________________________________________
+/ _ _ _ _ _ _ \
+| /_\ | |_ | |_ ___ _ _ | |_ (_) ___ _ _ | | |
+| / _ \| _|| _|/ -_)| ' \| _|| |/ _ \| ' \ |_| |
+| /_/ \_\\__| \__|\___||_||_|\__||_|\___/|_||_|(_) |
+| |
+| __ __ _ _ |
+| \ \ / /___ _ _ ( )_ _ ___ _ _ ___(_) _ _ __ _ __ _ |
+| \ V // _ \| || ||/| '_|/ -_) | || |(_-<| || ' \ / _` | / _` | |
+| |_| \___/ \_,_| |_| \___| \_,_|/__/|_||_||_|\__, | \__,_| |
+| |___/ |
+| _ _ _ _ |
+| __| | ___ __ _ __| | | |__ _ _ __ _ _ _ __ | |_ |
+| / _` |/ -_)/ _` |/ _` | | '_ \| '_|/ _` || ' \ / _|| ' \ _ |
+| \__,_|\___|\__,_|\__,_| |_.__/|_| \__,_||_||_|\__||_||_|(_) |
+\ /
+ -------------------------------------------------------------------
+ \ ^ /^
+ \ / \ // \
+ \ |\___/| / \// .\
+ \ /O O \__ / // | \ \ *----*
+ / / \/_/ // | \ \ \ |
+ @___@` \/_ // | \ \ \/\ \
+ 0/0/| \/_ // | \ \ \ \
+ 0/0/0/0/| \/// | \ \ | |
+ 0/0/0/0/0/_|_ / ( // | \ _\ | /
+ 0/0/0/0/0/0/`/,_ _ _/ ) ; -. | _ _\.-~ / /
+ ,-} _ *-.|.-~-. .~ ~
+GNU Radio has changed`/\ / ~-. _ .-~ /
+development models: *. } { /
+The maintenance branch .----~-.\ \-` .~
+is now called ///.----..< \ _ -~
+maint-X.Y. ///-._ _ _ _ _ _ _{^ - - - - ~
+
+
+`maint-3.7` is now the maintenance branch of the 3.7.x.x release series.
+
+If you're looking for the branch from which future versions are derived, please
+use the `master` branch.
+
+YOU SHOULD NOT BE USING THIS BRANCH ANYMORE.
+IT ONLY EXISTS FOR HISTORICAL REASONS.
+
+
+
#
# Copyright 2001-2007,2009,2012 Free Software Foundation, Inc.
#
diff --git a/WARNING b/WARNING
new file mode 100644
index 000000000..d58b16608
--- /dev/null
+++ b/WARNING
@@ -0,0 +1,42 @@
+ ___________________________________________________________________
+/ _ _ _ _ _ _ \
+| /_\ | |_ | |_ ___ _ _ | |_ (_) ___ _ _ | | |
+| / _ \| _|| _|/ -_)| ' \| _|| |/ _ \| ' \ |_| |
+| /_/ \_\\__| \__|\___||_||_|\__||_|\___/|_||_|(_) |
+| |
+| __ __ _ _ |
+| \ \ / /___ _ _ ( )_ _ ___ _ _ ___(_) _ _ __ _ __ _ |
+| \ V // _ \| || ||/| '_|/ -_) | || |(_-<| || ' \ / _` | / _` | |
+| |_| \___/ \_,_| |_| \___| \_,_|/__/|_||_||_|\__, | \__,_| |
+| |___/ |
+| _ _ _ _ |
+| __| | ___ __ _ __| | | |__ _ _ __ _ _ _ __ | |_ |
+| / _` |/ -_)/ _` |/ _` | | '_ \| '_|/ _` || ' \ / _|| ' \ _ |
+| \__,_|\___|\__,_|\__,_| |_.__/|_| \__,_||_||_|\__||_||_|(_) |
+\ /
+ -------------------------------------------------------------------
+ \ ^ /^
+ \ / \ // \
+ \ |\___/| / \// .\
+ \ /O O \__ / // | \ \ *----*
+ / / \/_/ // | \ \ \ |
+ @___@` \/_ // | \ \ \/\ \
+ 0/0/| \/_ // | \ \ \ \
+ 0/0/0/0/| \/// | \ \ | |
+ 0/0/0/0/0/_|_ / ( // | \ _\ | /
+ 0/0/0/0/0/0/`/,_ _ _/ ) ; -. | _ _\.-~ / /
+ ,-} _ *-.|.-~-. .~ ~
+GNU Radio has changed`/\ / ~-. _ .-~ /
+development models: *. } { /
+The maintenance branch .----~-.\ \-` .~
+is now called ///.----..< \ _ -~
+maint-X.Y. ///-._ _ _ _ _ _ _{^ - - - - ~
+
+
+`maint-3.7` is now the maintenance branch of the 3.7.x.x release series.
+
+If you're looking for the branch from which future versions are derived, please
+use the `master` branch.
+
+YOU SHOULD NOT BE USING THIS BRANCH ANYMORE.
+IT ONLY EXISTS FOR HISTORICAL REASONS. \ No newline at end of file