various: master → main updates

cockpit/ bots/ and cockpituous/ all use the 'main' branch now.
This commit is contained in:
Allison Karlitskaya 2021-07-05 09:56:03 +02:00 committed by Martin Pitt
parent 37a64010bf
commit 37b2ee5056
6 changed files with 10 additions and 10 deletions

View file

@ -39,7 +39,7 @@ if ! id runtest 2>/dev/null; then
useradd -c 'Test runner' runtest
# allow test to set up things on the machine
mkdir -p /root/.ssh
curl https://raw.githubusercontent.com/cockpit-project/bots/master/machine/identity.pub >> /root/.ssh/authorized_keys
curl https://raw.githubusercontent.com/cockpit-project/bots/main/machine/identity.pub >> /root/.ssh/authorized_keys
chmod 600 /root/.ssh/authorized_keys
fi
chown -R runtest "$SOURCE"

View file

@ -1,6 +1,6 @@
#!/usr/bin/python3
# Run this with --help to see available options for tracing and debugging
# See https://github.com/cockpit-project/cockpit/blob/master/test/common/testlib.py
# See https://github.com/cockpit-project/cockpit/blob/main/test/common/testlib.py
# "class Browser" and "class MachineCase" for the available API.
import os