ubuntu / adsys

Active Directory bridging tool suite
GNU General Public License v3.0
199 stars 50 forks source link

Update supported policies to ADMX/L and docs failed #955

Closed github-actions[bot] closed 5 months ago

github-actions[bot] commented 6 months ago

Failed to update ADMX/L and docs files for ADSys. Please take a look at the run output in https://github.com/ubuntu/adsys/actions/runs/8825712737.

GabrielNagy commented 5 months ago

This seems to be a valid issue caused by an invalid schema for org.gnome.Extensions: https://github.com/ubuntu/adsys/actions/runs/8809678726/job/24180895123

Seems to be introduced by https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3115/diffs

Indeed the XML declaration is invalid, because of the stuttered <?, probably not a problem for glib-compile-schemas as some schema files don't have this line at all, so the tool must skip the line regardless. We can fix this in gnome but since we're past FF (Noble release is tomorrow) we might have to work around in adsys itself...