Skip to content

Commit

Permalink
Revert "Point appstream validator to the new file name"
Browse files Browse the repository at this point in the history
This reverts commit 2530044.
  • Loading branch information
barthalion committed Jul 26, 2023
1 parent 4e76cb5 commit d749930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/buildbot/flathub_master.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d749930

Please sign in to comment.