Thanks for the info, Owen. I have created a JIRA and a PR to update the .lgtm.yml file in the geode-native repo: https://github.com/apache/geode-native/pull/698
Any volunteer to review it? BR, Alberto ________________________________ From: Owen Nichols <onich...@vmware.com> Sent: Thursday, November 19, 2020 11:50 AM To: dev@geode.apache.org <dev@geode.apache.org> Subject: Re: apache-geode-1.13.0.tgz not found in LGTM analysis It looks like it was hardcoded[1] that way recently. Geode 1.13.1 was just announced[2] so you are correct, 1.13.0 is archived and no longer on the mirrors. If maintaining a hardcoded Geode version number in geode-native is necessary, the set_versions[3] script should be updated to keep it in sync. [1] https://github.com/apache/geode-native/blame/develop/.lgtm.yml [2] https://lists.apache.org/x/thread.html/rf937beb3783dc7f2e27a2618586d8cacd8b231793cccab863f4632e3@%3Cdev.geode.apache.org%3E [3] https://github.com/apache/geode/blob/develop/dev-tools/release/set_versions.sh -Owen From: Alberto Gomez <alberto.go...@est.tech> Date: Thursday, November 19, 2020 at 2:39 AM To: dev@geode.apache.org <dev@geode.apache.org> Subject: apache-geode-1.13.0.tgz not found in LGTM analysis Hi, I am getting the following error in the LGTM analysis of some pull requests since yesterday (for example https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Fgeode-native%2Fpull%2F690&data=04%7C01%7Conichols%40vmware.com%7C67b7059e6f8945508ddc08d88c7751f0%7Cb39138ca3cee4b4aa4d6cd83d9dd62f0%7C0%7C0%7C637413791402422145%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=HY8tdLeIfM20hv7PLX%2B%2BYcStTD%2Fq334X7UXF6umRVL8%3D&reserved=0): [2020-11-19 07:25:41] [build-err] + wget -O apache-geode.tgz https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fmirror.transip.net%2Fapache%2Fgeode%2F1.13.0%2Fapache-geode-1.13.0.tgz&data=04%7C01%7Conichols%40vmware.com%7C67b7059e6f8945508ddc08d88c7751f0%7Cb39138ca3cee4b4aa4d6cd83d9dd62f0%7C0%7C0%7C637413791402422145%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=mGRuhIujL%2F%2FRo4EciDy3sC7uLwJJiR7UYDTMEJGDf%2BA%3D&reserved=0 [2020-11-19 07:25:41] [build-err] --2020-11-19 07:25:41-- https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fmirror.transip.net%2Fapache%2Fgeode%2F1.13.0%2Fapache-geode-1.13.0.tgz&data=04%7C01%7Conichols%40vmware.com%7C67b7059e6f8945508ddc08d88c7751f0%7Cb39138ca3cee4b4aa4d6cd83d9dd62f0%7C0%7C0%7C637413791402422145%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=mGRuhIujL%2F%2FRo4EciDy3sC7uLwJJiR7UYDTMEJGDf%2BA%3D&reserved=0 [2020-11-19 07:25:41] [build-err] Resolving mirror.transip.net (mirror.transip.net)... 149.210.210.109, 2a01:7c8:1337::100 [2020-11-19 07:25:41] [build-err] Connecting to mirror.transip.net (mirror.transip.net)|149.210.210.109|:80... connected. [2020-11-19 07:25:41] [build-err] HTTP request sent, awaiting response... 404 Not Found It seems the tgz file is not available anymore. Any idea how to fix it? Thanks, /Alberto G.