Bump up version of test/common
There has been a lot of improvements since 213 and also due to new privilege escalation this is need. Closes #317
This commit is contained in:
parent
ccc8d7fc89
commit
8adad16874
2 changed files with 5 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -150,9 +150,9 @@ bots:
|
|||
@echo "checked out bots/ ref $$(git -C bots rev-parse HEAD)"
|
||||
|
||||
# checkout Cockpit's test API; this has no API stability guarantee, so check out a stable tag
|
||||
# when you start a new project, use the latest relese, and update it from time to time
|
||||
# when you start a new project, use the latest release, and update it from time to time
|
||||
test/common:
|
||||
git fetch --depth=1 https://github.com/cockpit-project/cockpit.git 213
|
||||
git fetch --depth=1 https://github.com/cockpit-project/cockpit.git 219
|
||||
git checkout --force FETCH_HEAD -- test/common
|
||||
git reset test/common
|
||||
|
||||
|
|
|
|||
|
|
@ -10,3 +10,6 @@ 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