[Git][reproducible-builds/diffoscope-website][master] Use the last actually-released version.

Chris Lamb gitlab at salsa.debian.org
Wed May 27 10:46:22 UTC 2020



Chris Lamb pushed to branch master at Reproducible Builds / diffoscope-website


Commits:
e5b4da57 by Chris Lamb at 2020-05-27T11:45:52+01:00
Use the last actually-released version.

- - - - -


2 changed files:

- _data/diffoscope.yml
- update


Changes:

=====================================
_data/diffoscope.yml
=====================================
@@ -76,5 +76,5 @@ description: 'File formats supported include: Android APK files, Android boot im
   filesystems, symlinks, tape archives (.tar), tcpdumpcapture files (.pcap) and text
   files.'
 latest_release:
-  date: 1590224080
-  version: '146'
+  date: 1590222686
+  version: '145'


=====================================
update
=====================================
@@ -64,6 +64,8 @@ def get_releases(git_dir):
         changelog.parse_changelog(f)
 
     for x in changelog:
+        if x.distributions == "UNRELEASED":
+            continue
         result.append(
             {"version": str(x.version), "date": parsedate_to_datetime(x.date),}
         )



View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope-website/-/commit/e5b4da575a7bd8b8163be6b91b86569017794b11

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope-website/-/commit/e5b4da575a7bd8b8163be6b91b86569017794b11
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/20200527/e6f34a35/attachment.htm>


More information about the rb-commits mailing list