From: Timothée Ravier Date: Fri, 7 May 2021 14:44:06 +0000 (+0200) Subject: *: rename master branch to main (external repos) X-Git-Tag: archive/raspbian/2022.1-3+rpi1~1^2~4^2~3^2~20^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a709d4f8461c867c1c60029d27cbd3efa3c5a1da;p=ostree.git *: rename master branch to main (external repos) --- diff --git a/.cci.jenkinsfile b/.cci.jenkinsfile index 12d9988a..213d23c9 100644 --- a/.cci.jenkinsfile +++ b/.cci.jenkinsfile @@ -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") { parallel normal: { diff --git a/tests/inst/src/destructive.rs b/tests/inst/src/destructive.rs index d631b9a7..5f4fb790 100644 --- a/tests/inst/src/destructive.rs +++ b/tests/inst/src/destructive.rs @@ -1,7 +1,7 @@ //! Test that interrupting an upgrade is safe. //! //! 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. //! //! The basic model of this test is: