| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
The gnome-runtime-images have been recently migrated to Quay. This is
already reflected in the template, so no need to declare it manually.
|
|
|
|
|
| |
This time, the problem seems to be a regression in astroid:
https://github.com/PyCQA/pylint/issues/6352
|
|
|
|
| |
So we can have a newer libX11
|
|
|
|
| |
This reverts commit 8afd18d0b832489714bf02526e88da7800a7f7b1.
|
| |
|
|
|
|
| |
This reverts commit 992776462903783944421801330ac69fdf1fd683.
|
|
|
|
| |
See https://gitlab.gnome.org/Infrastructure/GitLab/-/issues/545#note_1376925
|
|
|
|
|
|
|
|
|
|
|
| |
Remove the GNOME nightlies as we could not ship all the codecs we
needed. Development versions will now be made available regularly on
Flathub.
Click to install the "Preview" version:
https://flathub.org/beta-repo/appstream/org.gnome.Totem.Devel.flatpakref
Closes: #260
|
| |
|
|
|
|
| |
To get the gtkglsink plugin.
|
| |
|
|
|
|
|
| |
With the fix to https://gitlab.gnome.org/GNOME/glib/-/merge_requests/2435
so that gst-inspect (or yelp) don't hang indefinitely.
|
| |
|
|
|
|
| |
Fedora 35 and rawhide both have meson hanging when run.
|
|
|
|
| |
They're not needed for building totem.
|
|
|
|
| |
See aa7daf0dc11e8c192573875d38e9973235c2abf6
|
| |
|
| |
|
|
|
|
|
|
|
| |
pylint's performance has regressed so much that it needs 10 times longer
to process files, which butts against any reasonable CI test timeouts.
See https://bugzilla.redhat.com/show_bug.cgi?id=1896438
|
|
|
|
|
|
|
|
|
|
|
|
| |
The CI template was reworked to be able to parse the build
args from the manifest itself so we no longer need to
write them manually.
The template is no longer making use of the MESON_ARGS var.
If you need to override the args of the manifest use CONFIG_OPTS [2]
[1] https://gitlab.gnome.org/GNOME/citemplates/-/merge_requests/15
[2] https://gitlab.gnome.org/GNOME/citemplates/-/merge_requests/23#note_881242
|
| |
|
|
|
|
|
| |
So we can't merge and tag MRs for new releases without updating
the appdata. *sigh*
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Explicitly have the nightly job depend on the flatpak build job.
It has been working out so far by accident/default runner policy,
which is subject to change.
|
|
|
|
|
|
|
| |
The functionality of these jobs exists in the normal build job now
and they are no longer needed.
https://gitlab.gnome.org/GNOME/citemplates/-/commit/544836ee58f91a735616ecb04ea857a66d2bb699
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
pylint was broken:
$ pylint-3 --version
Traceback (most recent call last):
<snip>
pkg_resources.DistributionNotFound: The 'typed-ast<1.5,>=1.4.0' distribution was not found and is required by astroid
Install python3-typed_ast and newer python-lazy-object-proxy until
those are fixed.
See https://bugzilla.redhat.com/show_bug.cgi?id=1788084#c6
Closes: #385
|
| |
|
|
|
|
| |
Until it's landed in rawhide itself, install the RPM by hand.
|
|
|
|
|
| |
The flatpak CI template already runs ninja tests for us.
Let's use that to ensure the desktop file is always valid.
|
| |
|
|
|
|
|
|
|
|
| |
This includes renaming a few files that mentioned org.gnome.Totem
directly as we want the new nightly build to be parallel installable
with a stable version, as org.gnome.Totem.Devel.
Closes: #359
|
|
|
|
| |
See https://mail.gnome.org/archives/desktop-devel-list/2019-September/msg00028.html
|
|
|
|
|
|
|
|
| |
The lirc plugin does not work in Flatpak, and the benefits that lirc
brought are largely matched by Wayland and the native remote controls
support in the Linux kernel.
Closes: #303
|
| |
|
|
|
|
| |
For the future GTK+ tests
|
|
|
|
|
|
| |
It's now in nautilus itself. See:
https://gitlab.gnome.org/GNOME/nautilus/issues/887
https://gitlab.gnome.org/GNOME/nautilus/merge_requests/411
|
|
|
|
|
| |
After the last vala plugin was ported, we don't need an option to build
Vala plugins.
|
|
|
|
|
|
| |
Note that we still disable vala even though disabling parallel make
should make it build properly as that doesn't work here (but works in
Flathub).
|
|
|
|
|
|
|
|
| |
modern gettext is sufficient
https://wiki.gnome.org/Initiatives/GnomeGoals/GettextMigration
Closes: https://gitlab.gnome.org/GNOME/totem/issues/218
|
|
|
|
|
|
|
|
|
|
|
| |
Current implementation only build the master branch of the repository.
Even if the CI runs in a branch flatpak-builder will pull its own copy of the repository as specified in the manifest.
This replaces the flatpak job with the template from wiki page.
This also has the positive side-effect of generating flatpak bundles for each commit and delivering them with gitlab review apps.
For more info see:
https://gitlab.gnome.org/GNOME/Initiatives/wikis/DevOps-with-Flatpak#flatpak-ci
|
| |
|
|
With vala support disabled for now:
https://github.com/mesonbuild/meson/issues/1994
|