From d749930728aca61a389401a054a332bcfe5f832d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Piotrowski?= Date: Wed, 26 Jul 2023 10:25:43 +0200 Subject: [PATCH] Revert "Point appstream validator to the new file name" This reverts commit 25300446aa77a6ef0edb406b5a8d590d2e9df670. --- master/buildbot/flathub_master.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/master/buildbot/flathub_master.py b/master/buildbot/flathub_master.py index 22c676b818..e75bfb496c 100644 --- a/master/buildbot/flathub_master.py +++ b/master/buildbot/flathub_master.py @@ -1074,7 +1074,7 @@ def create_build_factory(): doStepIf=lambda step: not step.build.getProperty('flathub_config', {}).get("skip-appstream-check"), haltOnFailure=True, logEnviron=False, - command=util.Interpolate('flatpak run --env=G_DEBUG=fatal-criticals --command=appstream-util org.flatpak.Builder validate builddir/*/share/metainfo/%(prop:flathub_id)s.metainfo.xml')), + command=util.Interpolate('flatpak run --env=G_DEBUG=fatal-criticals --command=appstream-util org.flatpak.Builder validate builddir/*/share/appdata/%(prop:flathub_id)s.appdata.xml')), steps.ShellCommand( name='Check that the right branch was built', doStepIf=build_is_official,