*: rename master branch to main (external repos)

This commit is contained in:
Timothée Ravier 2021-05-07 16:44:06 +02:00
parent 02527f115e
commit a709d4f846
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
// Documentation: https://github.com/coreos/coreos-ci/blob/master/README-upstream-ci.md // Documentation: https://github.com/coreos/coreos-ci/blob/main/README-upstream-ci.md
stage("Build") { stage("Build") {
parallel normal: { parallel normal: {

View File

@ -1,7 +1,7 @@
//! Test that interrupting an upgrade is safe. //! Test that interrupting an upgrade is safe.
//! //!
//! This test builds on coreos-assembler's "external tests": //! This test builds on coreos-assembler's "external tests":
//! https://github.com/coreos/coreos-assembler/blob/master/mantle/kola/README-kola-ext.md //! https://github.com/coreos/coreos-assembler/blob/main/mantle/kola/README-kola-ext.md
//! Key to this in particular is coreos-assembler implementing the Debian autopkgtest reboot API. //! Key to this in particular is coreos-assembler implementing the Debian autopkgtest reboot API.
//! //!
//! The basic model of this test is: //! The basic model of this test is: