- Oct 29, 2024
-
-
Detlev Casanova authored
Signed-off-by: Detlev Casanova <detlev.casanova@collabora.com>
-
- Oct 28, 2024
-
-
Detlev Casanova authored
Signed-off-by: Detlev Casanova <detlev.casanova@collabora.com>
-
- Sep 30, 2024
-
-
Detlev Casanova authored
Pristine branches are in the form prstine-<type>, so the /^pristine-\// does not match the branch name and the 'build debian source' job is run and fails. Change it to matching /^pristine-/ Signed-off-by: Detlev Casanova <detlev.casanova@collabora.com>
-
- Sep 05, 2024
-
-
Sjoerd Simons authored
For some package Lintian takes a really long time (especially the linux kernel), so simply don't run it. For package where we care about lintian this can be a seperate CI step.
-
- Mar 14, 2023
-
-
Detlev Casanova authored
These files can be located anywhere in the tree. Look for them and apply their rules in the global .gitattributes file. Signed-off-by: Detlev Casanova <detlev.casanova@collabora.com>
-
- Nov 10, 2022
-
-
Sjoerd Simons authored
Signed-off-by: Sjoerd Simons <sjoerd@collabora.com>
-
- Nov 02, 2022
-
-
Sjoerd Simons authored
To make it easier to override the debian source building stage move the upload target determination into the before_script such that users can purely override the script without also having to take over that determination. Also move the default before_script into the only stage that's actually using it so it doesn't override user before_scripts accidentally Signed-off-by: Sjoerd Simons <sjoerd@collabora.com>
-
- Nov 01, 2022
-
-
Christopher Obbard authored
Signed-off-by: Christopher Obbard <chris.obbard@collabora.com>
-
Christopher Obbard authored
Signed-off-by: Christopher Obbard <chris.obbard@collabora.com>
-
The original rule blocked the pipeline from running on branches named "pristine-/*"; which doesn't match e.g. pristine-lfs or pristine-tar. Signed-off-by: Christopher Obbard <chris.obbard@collabora.com>
-
Signed-off-by: Christopher Obbard <chris.obbard@collabora.com>
-
Sjoerd Simons authored
Sometimes the pipeline will wait for resources, accept that when monitoring it Signed-off-by: Sjoerd Simons <sjoerd@collabora.com>
-
Sjoerd Simons authored
Gitlab pipeline jobs aren't necessarily ordered in a given order, so compare the expected and actual using sets rather then arrays Signed-off-by: Sjoerd Simons <sjoerd@collabora.com>
-
Sjoerd Simons authored
Seemingly when re-enable CI gitlab kicks of a pipeline immediately for at least the default branch straight away. Avoid that by setting the ci config to something that won't exist when disabling. This results in CI not spuriously starting until weput the CI path in place we actually want to test on. Signed-off-by: Sjoerd Simons <sjoerd@collabora.com>
-
Sjoerd Simons authored
-
Sjoerd Simons authored
-
Sjoerd Simons authored
Create a new gitlab pipeline to use the OBS gitlab runner instead of helper scripts to monitor OBS. This is both easier to use and more robust. Signed-off-by: Sjoerd Simons <sjoerd@collabora.com>
-
- May 27, 2022
-
-
Christopher Obbard authored
The function checkout_lfs_files does not exist; use the correct function checkout_lfs_file. Signed-off-by: Christopher Obbard <chris.obbard@collabora.com>
-
- May 13, 2022
-
-
Sjoerd Simons authored
Newer gitlab requires authentication for this endpoint, so disable the check for now Signed-off-by: Sjoerd Simons <sjoerd@collabora.com>
-
- Jan 11, 2022
-
-
Christopher Obbard authored
Signed-off-by: Christopher Obbard <chris.obbard@collabora.com>
-
- Dec 17, 2021
-
-
Sjoerd Simons authored
UPLOAD_TO can be dynamically determined and isn't always the same as OBS_PROJECT so always upload to that location Signed-off-by: Sjoerd Simons <sjoerd@collabora.com>
-
- Jun 08, 2021
-
-
Sjoerd Simons authored
-
- Jan 26, 2021
-
-
Sjoerd Simons authored
By default gbp-buildpackge will run `debuild -i -I` which forces dpkg-buildpackage/dpkg-source to use the default exclusion patterns on top of the ones configured in the package. Switch to just debuild so the packaging actually has full control about what gets ignored. Signed-off-by: Sjoerd Simons <sjoerd@collabora.com>
-
- Sep 03, 2020
-
-
Sjoerd Simons authored
-
Sjoerd Simons authored
-
Sjoerd Simons authored
Guess whether it's a release and adjust the debian version to match; That way we get pretty versions on tags Signed-off-by: Sjoerd Simons <sjoerd@collabora.com>
-
Sjoerd Simons authored
Update to git commit 22d3cdaa5204597bb0a807a141bfc6d413bc9ad2 from https://salsa.debian.org/smcv/deb-build-snapshot Signed-off-by: Sjoerd Simons <sjoerd@collabora.com>
-
Sjoerd Simons authored
osc repositories, contrary to its documentation doesn't actually seem to filter disabled repositories. So switch to osc results and filter by hand. Signed-off-by: Sjoerd Simons <sjoerd@collabora.com>
-
Sjoerd Simons authored
-
Sjoerd Simons authored
-
- Sep 02, 2020
-
-
Sjoerd Simons authored
-
Sjoerd Simons authored
-
Sjoerd Simons authored
-
Sjoerd Simons authored
-
Sjoerd Simons authored
-
Sjoerd Simons authored
-
Sjoerd Simons authored
-
Sjoerd Simons authored
-
Sjoerd Simons authored
This was actually all triggered by alias no longer working in gitlab jobs (not running interactive shells anymore?). But generally it's easier to test and develop seperate scripts rather then having complex code in gitlab jobs. Signed-off-by: Sjoerd Simons <sjoerd@collabora.com>
-
Sjoerd Simons authored
non-packaged stuff in /usr//bin never sits right with me, so move it to /usr/local Signed-off-by: Sjoerd Simons <sjoerd@collabora.com>
-