diff options
author | Henri Sara <henri.sara@gmail.com> | 2017-08-07 10:11:26 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-07 10:11:26 +0300 |
commit | cd130dc6c45bf3f84236fae55fd9911a2783e568 (patch) | |
tree | c912ebf62ee771eeed53f3ee15f05edecb449c4f /scripts/GeneratePublishReportPart1.py | |
parent | 9373b365ecd8ba0a8731139df8081ca8bbcf2b9e (diff) | |
download | vaadin-framework-cd130dc6c45bf3f84236fae55fd9911a2783e568.tar.gz vaadin-framework-cd130dc6c45bf3f84236fae55fd9911a2783e568.zip |
Fix publish and post-publish report scripts (#9778)
Add support for stable 8.1.x releases.
Diffstat (limited to 'scripts/GeneratePublishReportPart1.py')
-rw-r--r-- | scripts/GeneratePublishReportPart1.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/GeneratePublishReportPart1.py b/scripts/GeneratePublishReportPart1.py index ef6cb330dc..ec510a95be 100644 --- a/scripts/GeneratePublishReportPart1.py +++ b/scripts/GeneratePublishReportPart1.py @@ -14,7 +14,8 @@ metadataChecks = { 'https://vaadin.com/download/VERSIONS_7': '^7\..*', 'https://vaadin.com/download/release/7.7/LATEST': '^7\..*', 'https://vaadin.com/download/LATEST': '^6\..*', - 'https://vaadin.com/download/PRERELEASES': '^{ver}' + 'https://vaadin.com/download/LATEST8': '^{ver}' + # 'https://vaadin.com/download/PRERELEASES': '^{ver}' } parser = argparse.ArgumentParser(description="Post-publish report generator") |