[libvirt-dockerfiles PATCH 0/5] Update after libvirt-ci repo rename

All pushed as trivial. Andrea Bolognani (5): README: Update git URLs to point to GitLab README: Update after libvirt-ci repo rename refresh: Update after libvirt-ci repo rename trigger: Update after libvirt-ci repo rename monitor: Update after libvirt-ci repo rename README.md | 5 ++--- monitor | 2 +- refresh | 4 ++-- trigger | 2 +- 4 files changed, 6 insertions(+), 7 deletions(-) -- 2.25.2

Signed-off-by: Andrea Bolognani <abologna@redhat.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ccd7ad1..8a08ab5 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,6 @@ Information about build dependencies The list of build dependencies for libvirt (as well as many other virtualization-related projects) is taken from the -[libvirt-jenkins-ci](https://libvirt.org/git/?p=libvirt-jenkins-ci.git) +[libvirt-jenkins-ci](https://gitlab.com/libvirt/libvirt-jenkins-ci) repository, which also contains the tooling used to generate Dockerfiles. -- 2.25.2

Signed-off-by: Andrea Bolognani <abologna@redhat.com> --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8a08ab5..3508517 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,5 @@ Information about build dependencies The list of build dependencies for libvirt (as well as many other virtualization-related projects) is taken from the -[libvirt-jenkins-ci](https://gitlab.com/libvirt/libvirt-jenkins-ci) -repository, which also contains the tooling used to generate -Dockerfiles. +[libvirt-ci](https://gitlab.com/libvirt/libvirt-ci) repository, +which also contains the tooling used to generate Dockerfiles. -- 2.25.2

Signed-off-by: Andrea Bolognani <abologna@redhat.com> --- refresh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/refresh b/refresh index 6b644de..1d8812a 100755 --- a/refresh +++ b/refresh @@ -145,13 +145,13 @@ class Application: self.here = me.parent # If an argument has been provided, we're going to consider it as - # the path to a clone of libvirt-jenkins-ci.git; otherwise, we're + # the path to a clone of libvirt-ci.git; otherwise, we're # going to assume such a clone exists besides the clone of # libvirt-dockerfiles.git we're running the script from if len(sys.argv) >= 2: ci_repo = pathlib.Path(sys.argv[1]).resolve() else: - ci_repo = self.here.parent.joinpath("libvirt-jenkins-ci") + ci_repo = self.here.parent.joinpath("libvirt-ci") self.lcitool = ci_repo.joinpath("guests").joinpath("lcitool") -- 2.25.2

Signed-off-by: Andrea Bolognani <abologna@redhat.com> --- trigger | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trigger b/trigger index 4e71d32..6ee79fb 100755 --- a/trigger +++ b/trigger @@ -1,6 +1,6 @@ #!/bin/sh -QUAYADMIN="../libvirt-jenkins-ci/guests/quayadmin" +QUAYADMIN="../libvirt-ci/guests/quayadmin" usage() { echo "Usage: trigger INFILE OUTFILE" >&2 -- 2.25.2

Signed-off-by: Andrea Bolognani <abologna@redhat.com> --- monitor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitor b/monitor index fd27140..d7e8964 100755 --- a/monitor +++ b/monitor @@ -1,6 +1,6 @@ #!/bin/sh -QUAYADMIN="../libvirt-jenkins-ci/guests/quayadmin" +QUAYADMIN="../libvirt-ci/guests/quayadmin" usage() { echo "Usage: monitor INFILE INTERVAL" >&2 -- 2.25.2
participants (1)
-
Andrea Bolognani