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:
Matej Marusak 2020-05-23 07:51:00 +02:00 committed by GitHub
parent ccc8d7fc89
commit 8adad16874
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View file

@ -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