CI: Remove stable/phosphorus jobs
[releng/builder.git] / jjb / docs / docs_version_bump.sh
index 90021ed03ad428670b8c11b743e1521bb7b51b58..bbfa29db9619e01c233658733c4ae6bac1cbed0f 100644 (file)
@@ -12,7 +12,7 @@
 update_file_usage () {
     echo "Usage: $0 <RELEASE_NAME> <PUBLISH>"
     echo ""
-    echo "    RELEASE_NAME:  The RELEASE_NAME eg: Sulfur, Phosphorus."
+    echo "    RELEASE_NAME:  The RELEASE_NAME eg: Chlorine, Sulfur."
     echo "    PUBLISH:  Set to true to PUBLISH"
     echo ""
 }
@@ -31,7 +31,7 @@ done
 set +u  # Allow unbound variables for virtualenv
 virtualenv --quiet "/tmp/v/git-review"
 # shellcheck source=/tmp/v/git-review/bin/activate disable=SC1091
-source "/tmp/v/git-review/bin/activate"
+. "/tmp/v/git-review/bin/activate"
 pip install --quiet --upgrade "pip==9.0.3" setuptools
 pip install --quiet --upgrade git-review
 git config --global --add gitreview.username "jenkins-$SILO"