From a64d0014465f51b8c4de4a12c836e2877c34d7e0 Mon Sep 17 00:00:00 2001 From: Jakub Kadlcik Date: Fri, 25 Oct 2024 13:22:02 +0200 Subject: [PATCH] copr: use SRPM for copr-ping from GitHub https://github.com/fedora-copr/copr/issues/3488 --- roles/copr/backend/templates/copr-ping-script.sh.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/copr/backend/templates/copr-ping-script.sh.j2 b/roles/copr/backend/templates/copr-ping-script.sh.j2 index 7e57fc5c3b..729e5ecf76 100644 --- a/roles/copr/backend/templates/copr-ping-script.sh.j2 +++ b/roles/copr/backend/templates/copr-ping-script.sh.j2 @@ -1,6 +1,6 @@ #! /bin/sh -source_rpm_url=https://pagure.io/copr/copr-test-sources/raw/master/f/buildtag-0-0.src.rpm +source_rpm_url=https://github.com/fedora-copr/copr-test-sources/raw/main/buildtag-0-0.src.rpm log() {