Loading
Commits on Source 15
-
Zurab Kargareteli authored
-
Nart Tlisha authored
-
Niels De Graef authored
Fedora renamed gcr3's package from gcr to gcr3, so make sure we call the appopriate command in our GitLab CI.
-
Niels De Graef authored
Basically a follow-up commit to the previous one, since I forgot to fix all jobs.
-
Niels De Graef authored
(cherry picked from commit 7ad43a0ee68a43dee771f0a2005ef571fedfd24e)
-
Niels De Graef authored
(cherry picked from commit d4150cddfb2921f924765a977afd1ff6c2933fb1)
-
Niels De Graef authored
(cherry picked from commit ee9e4ccac7d46f59a9b8d2680ecebf0d4a3d6101)
-
Niels De Graef authored
In `test_restart()` we call `connect_to_process()` twice, which sets up a new `GSocketConnection` each time. That means we shouldn't forget to cleanup the first connection before calling it a second time. (cherry picked from commit 27c58b22badcdca2a783ba161496bb2a98bfd714)
-
Niels De Graef authored
Since we switched to Meson, all auto-generated files are limited to the build directory, so there's no more need to tediously maintain a list of such files in .gitignore (cherry picked from commit 488ee8089eed14583b5b2fc7b4b9910a242ec1de)
-
Niels De Graef authored
Calling `meson $builddir` is deprecated in favor of the more explicit `meson setup $builddir` and generates a warning. Update this in both our CI and README.md (cherry picked from commit 8e54bb6cd5af1c7f97795e0bb2732be2b2ccb42f)
-
This fixes a regression gcr-3, introduced during the migration from autotools to meson, where leaving out ui/gcr.gresources.xml from the build causes certificate import failures, because /org/gnome/gcr/ui/gcr-pkcs11-import-dialog.ui cannot be found. Fixes #86.
-
(cherry picked from commit b6a26c64394f924c2766f57a9218213ad9bf1d70)
-
Niels De Graef authored
The asan warnings have been fixed now, so don't allow the CI pipeline to fail on that job anymore.
-
Niels De Graef authored
-
Jeremy Bícha authored