Bump test/common dependency to 233
This gets rid of the hack for <https://github.com/cockpit-project/cockpit/issues/14133>.
This commit is contained in:
parent
5f3c5c8436
commit
c1c2d83b81
2 changed files with 1 additions and 4 deletions
2
Makefile
2
Makefile
|
|
@ -154,7 +154,7 @@ bots:
|
|||
# when you start a new project, use the latest release, and update it from time to time
|
||||
test/common:
|
||||
flock Makefile sh -ec '\
|
||||
git fetch --depth=1 https://github.com/cockpit-project/cockpit.git 230; \
|
||||
git fetch --depth=1 https://github.com/cockpit-project/cockpit.git 233; \
|
||||
git checkout --force FETCH_HEAD -- test/common; \
|
||||
git reset test/common'
|
||||
|
||||
|
|
|
|||
|
|
@ -10,6 +10,3 @@ if type firewall-cmd >/dev/null 2>&1; then
|
|||
firewall-cmd --add-service=cockpit --permanent
|
||||
fi
|
||||
systemctl enable cockpit.socket
|
||||
|
||||
# HACK: See https://github.com/cockpit-project/cockpit/issues/14133
|
||||
mkdir -p /usr/share/cockpit/packagekit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue