| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
The flatpak master job fails currently. This is because it tries to rewrite
artifacts from flatpak devel job which fails with permission denied error,
because the runners are not more privileged. Let's use empty dependencies
for flatpak master job to ensure that the artifacts from flatpak devel
job are not passed in.
|
|
|
|
|
|
| |
We are near 3.36, so let's update the dependencies.
gexiv2 git master is failing to build locally, so I've
updated it to the latest tag that builds locally.
|
|
|
|
| |
See https://mail.gnome.org/archives/desktop-devel-list/2019-September/msg00028.html
|
|
|
|
|
|
| |
The stable org.gnome.Platform runtime has moved to flathub a while now.
The nightly org.gnome.Platform runtime has recently moved to
nightly.gnome.org, as per https://mail.gnome.org/archives/desktop-devel-list/2019-September/msg00028.html
|
|
|
| |
They are provided by the template we inherit from.
|
|
|
|
|
|
|
| |
Also, bundle intltool, because the 3.34 Sdk doesn't include it but
tracker-miners still depends on it.
Intltool lines taken from https://github.com/flathub/shared-modules.git
|
|
|
|
| |
Seems that not producing output will cause failures.
|
| |
|
|
|
|
| |
Oversight from a5a405d669d302292cde98a0038b6a045bf596e9.
|
|
|
|
|
|
|
| |
https://gitlab.com/freedesktop-sdk/freedesktop-sdk/merge_requests/1120
https://gitlab.com/freedesktop-sdk/freedesktop-sdk/issues/740
Good to know that libgcov is useless.
|
| |
|
|
|
| |
The gtk4 branch should have the proper manifest already
|
|
|
| |
Was giving errors in the CI and doesn't really provide much benefits
|
|
|
|
|
| |
Errors are usually old deps or such, and needs someone taking care of those.
It's not much of a benefit upstream, so let's remove them.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
| |
It depends on the gcovr job to create the html report
|
|
|
|
|
|
|
|
|
| |
This is a new gitlab feature which allows to import a file from
somewhere else with predefined config and jobs. This helps us
centralize the configuration of the flatpak jobs and keep them
in sync easily.
[1] https://docs.gitlab.com/ce/ci/yaml/README.html#include
|
|
|
|
| |
Using https://gitlab.com/gitlab-org/gitlab-triage
|
| |
|
|
|
|
| |
And clean up a bit the CI file.
|
|
|
|
| |
Wrong path for the html file...
|
| |
|
|
|
|
|
| |
And show it in GitLab Pages. This will help us to keep an eye on the
status of testing. The report can still be improved though.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Setting LANG and NO_AT_BRIDGE will prevent warnings about LANG not being
set (obviously) (Tracker), and about the a11y bus not being up, which we
don’t necessarily need to be able to test things.
Starting a D-Bus session before running tests ensures that dbus-launch
doesn’t croak when Tracker tries to reach the SPARQL backend, because of
missing X11 support.
|
| |
|
|
|
|
| |
It’s no longer an enum, but rather a string.
|
|
|
| |
They are usually broken in rawhide
|
| |
|
|
|
| |
This reverts commit 55a7b246ba7d961b2f7e721992c883fe8101caba
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Gitlab CI by default zips it's cache target which causes the files
to lose their xattributes that ostree relies upon.
This workaround makes a tarball of the cache target first, which is then
zipped by the Gitlab CI. Then on before_sciprt it extracts it in place.
Hopefully tarballs will be the default behavior in the Future™ and this
commit will get reverted.
Relevant issue: https://gitlab.com/gitlab-org/gitlab-ce/issues/37444
|
| |
|
|
|
| |
Invoking `apt` triggers a warning about its interface being not stable enough for use in headless setups. That, and I messed up the last commit, so here we are.
|
| |
|
| |
|
| |
|
| |
|