Skip to content
Snippets Groups Projects
Commit 2b6ab6f6 authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

Special doxygen command for unmaintained branches

pushdoc script uses it to know if branches are supported or not
parent f2274acc
No related branches found
No related tags found
No related merge requests found
......@@ -4,8 +4,7 @@ set -e
set -x
if [[ "$TRAVIS_BRANCH" =~ ^v2\.[0-9]+$ ]] ; then
# TODO: this should be made automatic by reading the CHANGES/*.txt files:
if [ "$TRAVIS_BRANCH" = v2.0 ] || [ "$TRAVIS_BRANCH" = v2.1 ] || [ "$TRAVIS_BRANCH" = v2.2 ] ; then
if test -f CHANGES/"$TRAVIS_BRANCH".txt && grep -q plumednotmaintained CHANGES/"$TRAVIS_BRANCH".txt ; then
branchtype=unsupported
else
branchtype=official
......
......@@ -142,8 +142,7 @@ For developers:
Version 2.0.5 (Dec 15, 2014)
----------------------------------------------
Notice that branch 2.0 will not be longer maintained!
All users are invited to switch to version 2.1.
\plumednotmaintained
For users:
- Fixed a bug in replica exchange with different Hamiltonians (either lamdba-dynamics
......
......@@ -243,8 +243,8 @@ For users:
Version 2.1.5 (Jan 18, 2016)
---------------------------------------------
Notice that branch 2.1 will not be longer maintained!
All users are invited to switch to version 2.2.
\plumednotmaintained
For users:
- PLUMED now reports an error when using \ref HISTOGRAM with FREE-ENERGY without USE_ALL_DATA. See \issue{175}
......
......@@ -185,7 +185,7 @@ For developers:
Version 2.2.5 (Mar 31, 2017)
-------------
Notice that branch 2.2 will not be longer maintained! All users are invited to switch to version 2.3.
\plumednotmaintained
For users:
- Fixed a problem with large step numbers in driver (see \issue{209}).
......
......@@ -232,7 +232,8 @@ ALIASES = "hidden=\htmlonly <details> <summary> <b> To learn more
"hidden{1}=\htmlonly <details> <summary> <b> To learn more: \1 </b> </summary> <div class=\"hidden\"> \endhtmlonly" \
"endhidden=\htmlonly </div> </details> \endhtmlonly" \
"issue{1}=<a href=\"http://github.com/plumed/plumed2/issues/\1\">#\1</a>" \
"branch{1}=<a href=\"http://github.com/plumed/plumed2/commits/\1\">\1</a>"
"branch{1}=<a href=\"http://github.com/plumed/plumed2/commits/\1\">\1</a>" \
"plumednotmaintained=\warning This branch is not maintained. Users are invited to upgrade to a newest version"
# This tag can be used to specify a number of word-keyword mappings (TCL only).
# A mapping has the form "name=value". For example adding "class=itcl::class"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment