From 9bec4d197840de0574273b4a7a3b0f46859d54d7 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Mar 08 2018 16:06:28 +0000 Subject: Disable pungi tagging ostree refs The updating of refs should be done by robosignatory after they're signed. Signed-off-by: Patrick Uiterwijk --- diff --git a/fedora.conf b/fedora.conf index b20acb5..a7d0fd0 100644 --- a/fedora.conf +++ b/fedora.conf @@ -736,6 +736,7 @@ ostree = [ "config_url": "https://pagure.io/fedora-atomic.git", "config_branch": "master", "repo": "Everything", + "tag_ref": False, "ostree_repo": "/mnt/koji/compose/atomic/repo/", 'failable': ['*'], }, @@ -745,6 +746,7 @@ ostree = [ "config_url": "https://pagure.io/fedora-atomic.git", "config_branch": "master", "repo": "Everything", + "tag_ref": False, "ostree_repo": "/mnt/koji/compose/atomic/repo/", 'failable': ['*'], }, @@ -754,6 +756,7 @@ ostree = [ "config_url": "https://pagure.io/fedora-atomic.git", "config_branch": "master", "repo": "Everything", + "tag_ref": False, "ostree_repo": "/mnt/koji/compose/atomic/repo/", 'failable': ['*'], } @@ -765,6 +768,7 @@ ostree = [ "config_url": "https://pagure.io/workstation-ostree-config.git", "config_branch": "master", "repo": "Workstation", + "tag_ref": False, "ostree_repo": "/mnt/koji/compose/ostree/rawhide/", 'failable': ['*'], }