Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Commit 21576bf

Browse files
Merge pull request #977 from lukaszstolarczuk/fix-fedora-rawhide
docker: remove hub package from Fedora Rawhide
2 parents 59bdcc3 + 3b43a26 commit 21576bf

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

utils/docker/images/Dockerfile.fedora-rawhide

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ RUN dnf update -y \
4444
gcc-c++ \
4545
gdb \
4646
git \
47-
hub \
4847
json-c-devel \
4948
kmod-devel \
5049
libtool \

utils/docker/run-doc-update.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22
# SPDX-License-Identifier: BSD-3-Clause
3-
# Copyright 2018-2020, Intel Corporation
3+
# Copyright 2018-2021, Intel Corporation
44

55
#
66
# run-doc-update.sh - is called inside a Docker container,
@@ -86,6 +86,9 @@ git add -A
8686
git commit -m "doc: automatic gh-pages docs update" && true
8787
git push -f ${ORIGIN} ${GH_PAGES_NAME}
8888

89+
echo "Make sure hub command is available:"
90+
hub --version
91+
8992
echo "Make or update pull request:"
9093
# When there is already an open PR or there are no changes an error is thrown, which we ignore.
9194
hub pull-request -f -b ${DOC_REPO_OWNER}:gh-pages -h ${BOT_NAME}:${GH_PAGES_NAME} \

0 commit comments

Comments
 (0)