[Git][reproducible-builds/diffoscope][master] Call apt-get update prior to attempting installing twine.
Chris Lamb (@lamby)
gitlab at salsa.debian.org
Thu Nov 6 19:04:41 UTC 2025
Chris Lamb pushed to branch master at Reproducible Builds / diffoscope
Commits:
811a72eb by Chris Lamb at 2025-11-06T11:04:24-08:00
Call apt-get update prior to attempting installing twine.
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -95,6 +95,7 @@ deploy-pypi:
only:
- /^[0-9]+$/
script:
+ - apt-get -q update
- apt-get -q -y install --no-install-recommends twine
- python3 setup.py sdist
- twine check dist/*
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/commit/811a72ebeee839d7509d13387c0cb41ad4d1ba99
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/commit/811a72ebeee839d7509d13387c0cb41ad4d1ba99
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/20251106/bf7b02f0/attachment.htm>
More information about the rb-commits
mailing list