diff options
author | Artur <artur@vaadin.com> | 2016-12-02 11:44:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-02 11:44:53 +0200 |
commit | 105ac0b10ac379ef56d11ff6e0adc9e8754f0ff1 (patch) | |
tree | edb69e91218a7e5e4c10a8de41be77c34cd9ddaf /scripts | |
parent | 0f044db997a4d4a1ea41d10bfd8999c5b0affbaa (diff) | |
download | vaadin-framework-105ac0b10ac379ef56d11ff6e0adc9e8754f0ff1.tar.gz vaadin-framework-105ac0b10ac379ef56d11ff6e0adc9e8754f0ff1.zip |
Replace github.com/vaadin/vaadin with github.com/vaadin/framework (#75)
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/GeneratePostPublishReport.py | 2 | ||||
-rw-r--r-- | scripts/GeneratePublishReportPart1.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/GeneratePostPublishReport.py b/scripts/GeneratePostPublishReport.py index 782729bc92..a8fbbb705f 100644 --- a/scripts/GeneratePostPublishReport.py +++ b/scripts/GeneratePostPublishReport.py @@ -57,7 +57,7 @@ content += createTableRow("", "Inform marketing and PO about the release") content += createTableRow("", "<a href=\"http://{}/admin/editProject.html?projectId={}&tab=projectParams\">Update vaadin.version.latest and vaadin.version.next parameters in TeamCity</a>".format(args.teamcityUrl, args.projectId)) # Link to GH release notes -content += createTableRow("", "<a href=\"https://github.com/vaadin/vaadin/releases/new\">Write release notes in GH</a>") +content += createTableRow("", "<a href=\"https://github.com/vaadin/framework/releases/new\">Write release notes in GH</a>") content += "</table></body></html>" diff --git a/scripts/GeneratePublishReportPart1.py b/scripts/GeneratePublishReportPart1.py index 5f69c08384..7cb0e7989d 100644 --- a/scripts/GeneratePublishReportPart1.py +++ b/scripts/GeneratePublishReportPart1.py @@ -53,7 +53,7 @@ metadataOk = True for url in metadataChecks: metadataOk = metadataOk and checkUrlContents(url, metadataChecks[url].format(ver=args.version)) -tagOk = checkUrlStatus("https://github.com/vaadin/vaadin/releases/tag/{ver}".format(ver=args.version)) +tagOk = checkUrlStatus("https://github.com/vaadin/framework/releases/tag/{ver}".format(ver=args.version)) if not prerelease: downloadPageOk = checkUrlStatus("https://vaadin.com/download/release/{maj}.{min}/{ver}/".format(maj=major, min=minor, ver=args.version)) |