[master] c1ae437c4 rename the PowerTools leftovers

Guillaume Quintard guillaume at varnish-software.com
Fri Dec 11 05:53:08 UTC 2020


commit c1ae437c4a5972b00070104321bbef81d98d70a3
Author: Guillaume Quintard <guillaume at varnish-software.com>
Date:   Thu Dec 10 21:52:44 2020 -0800

    rename the PowerTools leftovers

diff --git a/.circleci/make-rpm-packages.sh b/.circleci/make-rpm-packages.sh
index 5f7d0af1a..56acdad05 100755
--- a/.circleci/make-rpm-packages.sh
+++ b/.circleci/make-rpm-packages.sh
@@ -18,7 +18,7 @@ yum install -y epel-release
 if [ "$PARAM_DIST" = centos ]; then
   if [ "$PARAM_RELEASE" = 8 ]; then
       dnf install -y 'dnf-command(config-manager)'
-      yum config-manager --set-enabled PowerTools
+      yum config-manager --set-enabled powertools
   fi
 fi
 
diff --git a/doc/sphinx/installation/install_source.rst b/doc/sphinx/installation/install_source.rst
index f290dac66..084ac44d3 100644
--- a/doc/sphinx/installation/install_source.rst
+++ b/doc/sphinx/installation/install_source.rst
@@ -87,10 +87,10 @@ Install sphinx
 
 * On Red Hat / CentOS 8, sphinx is not included in the default
   repositories, so execute these steps to include it from the
-  PowerTools repository::
+  powertools repository::
 
     sudo dnf install -y 'dnf-command(config-manager)'
-    sudo yum config-manager --set-enabled PowerTools
+    sudo yum config-manager --set-enabled powertools
     sudo yum install -y diffutils python3-sphinx
 
 * On Red Hat / CentOS <= 7, install sphinx::


More information about the varnish-commit mailing list