sgallagher / sscg

Simple Signed Certificate Generator
GNU General Public License v3.0
77 stars 13 forks source link

Debian packaging: Accept *.tar.gz files as well, bump test timeouts #48

Closed martinpitt closed 2 years ago

martinpitt commented 2 years ago

Upstream version 3.0.1 dropped custom release artifacts and just relies on the automatic git archive tarballs.


This unbreaks automated "new upstream release" notification/watching on https://tracker.debian.org/pkg/sscg

packit-as-a-service[bot] commented 2 years ago

Congratulations! One of the builds has completed. :champagne:

You can install the built RPMs by following these steps:

Please note that the RPMs should be used only in a testing environment.

martinpitt commented 2 years ago

I just packaged 3.0.1 for Debian, and it fails to build on several architectures due to test timeouts. Until 3.0.0 I used meson test --timeout-multiplier=50 -- that high value was for named_dhparams_test and I bumped the timeout in commit 2c79f0528. But seems other tests need to be bumped as well, I'll add another commit for that here.