[Git][reproducible-builds/diffoscope][master] 3 commits: Update MANIFEST.in to include pyproject.toml in future release tarballs.
Chris Lamb
gitlab at salsa.debian.org
Tue Feb 19 17:33:31 CET 2019
Chris Lamb pushed to branch master at Reproducible Builds / diffoscope
Commits:
18687ca9 by Chris Lamb at 2019-02-19T16:29:49Z
Update MANIFEST.in to include pyproject.toml in future release tarballs.
- - - - -
07cf03e2 by Chris Lamb at 2019-02-19T16:30:06Z
Revert "Temporarily drop ubuntu-devel from test matrix due to linux-firmware installation issue." - use allow_failure instead.
This reverts commit fc3762e4988209e1ca8b326bad75f91eba5e577f.
Gbp-Dch: ignore
- - - - -
32199ce4 by Chris Lamb at 2019-02-19T16:30:18Z
Allow Gitlab CI failures in stable-bpo due to dependency on 'black'.
Nicer solutions welcome!
Gbp-Dch: ignore
- - - - -
2 changed files:
- .gitlab-ci.yml
- MANIFEST.in
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -19,3 +19,9 @@ testing:
stable-bpo:
<<: *test
image: debian:stable-backports
+ allow_failure: true
+
+ubuntu-devel:
+ <<: *test
+ image: ubuntu:devel
+ allow_failure: true
=====================================
MANIFEST.in
=====================================
@@ -1,3 +1,4 @@
include COPYING
include README.rst
+include pyproject.toml
graft tests
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/compare/3c9a98b8636aa863ee6cecee80b71de976078387...32199ce45727e2d6246cf328008e81d451c7bfc1
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/compare/3c9a98b8636aa863ee6cecee80b71de976078387...32199ce45727e2d6246cf328008e81d451c7bfc1
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20190219/4d69f99d/attachment.html>
More information about the rb-commits
mailing list