From 32ba71a9b8cb4ba2d1ed9fa2e0d94c44bde05906 Mon Sep 17 00:00:00 2001 From: "Owen W. Taylor" Date: Tue, 23 Feb 2021 16:27:45 -0500 Subject: [PATCH] openshift-apps/flatpak-indexer: fix wrong URL to upstream repo One of the references to the upstream repository referenced https://pagure.io/flatpak-indexer, but at least for now, the code lives at https://github.com/owtaylor/flatpak-indexer. Signed-off-by: Owen W. Taylor --- roles/openshift-apps/flatpak-indexer/templates/buildconfig.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/flatpak-indexer/templates/buildconfig.yml b/roles/openshift-apps/flatpak-indexer/templates/buildconfig.yml index 4c2f2230a6..b9305f21d0 100644 --- a/roles/openshift-apps/flatpak-indexer/templates/buildconfig.yml +++ b/roles/openshift-apps/flatpak-indexer/templates/buildconfig.yml @@ -55,7 +55,7 @@ spec: - destinationDir: bin sourcePath: /usr/bin/time git: - uri: https://pagure.io/flatpak-indexer.git + uri: https://github.com/owtaylor/flatpak-indexer.git ref: "{{ flatpak_indexer_git_ref }}" type: Git strategy: