Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
varnish-cache
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
varnishcache
varnish-cache
Commits
c1ae437c
Commit
c1ae437c
authored
Dec 11, 2020
by
Guillaume Quintard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rename the PowerTools leftovers
parent
17c148c1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
make-rpm-packages.sh
.circleci/make-rpm-packages.sh
+1
-1
install_source.rst
doc/sphinx/installation/install_source.rst
+2
-2
No files found.
.circleci/make-rpm-packages.sh
View file @
c1ae437c
...
...
@@ -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
PowerT
ools
yum config-manager
--set-enabled
powert
ools
fi
fi
...
...
doc/sphinx/installation/install_source.rst
View file @
c1ae437c
...
...
@@ -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
PowerT
ools repository::
powert
ools repository::
sudo dnf install -y 'dnf-command(config-manager)'
sudo yum config-manager --set-enabled
PowerT
ools
sudo yum config-manager --set-enabled
powert
ools
sudo yum install -y diffutils python3-sphinx
* On Red Hat / CentOS <= 7, install sphinx::
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment