Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from
Nov 7, 2021
Merged

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

merged 2 commits into from
Nov 7, 2021

Conversation

martinpitt
Copy link
Contributor

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

Upstream version 3.0.1 dropped custom release artifacts and just relies
on the automatic `git archive` tarballs.
@packit-as-a-service
Copy link

Congratulations! One of the builds has completed. 🍾

You can install the built RPMs by following these steps:

  • sudo yum install -y dnf-plugins-core on RHEL 8
  • sudo dnf install -y dnf-plugins-core on Fedora
  • dnf copr enable packit/sgallagher-sscg-48
  • And now you can install the packages.

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

@martinpitt
Copy link
Contributor Author

martinpitt commented Nov 7, 2021

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 2c79f05. But seems other tests need to be bumped as well, I'll add another commit for that here.

Slower Debian architectures like armel or mips64el often need a bit
longer for these tests.
@martinpitt martinpitt changed the title Debian packaging: Accept *.tar.gz files as well Debian packaging: Accept *.tar.gz files as well, bump test timeouts Nov 7, 2021
@sgallagher sgallagher merged commit f987581 into sgallagher:main Nov 7, 2021
@martinpitt martinpitt deleted the debian-watch branch November 7, 2021 14:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants