-1 hi all,
Following steps in validating a staged release [1] (a,b) -ok (c) I couldn't verify the signature gpg: Signature made Fri Dec 20 18:04:13 2024 IST gpg: using RSA key 7395A553CB6D71F8334DCF808A2FABFB85037BC9 gpg: Can't check signature: No public key gpg --receive-keys 7395A553CB6D71F8334DCF808A2FABFB85037BC9 gpg: keyserver receive failed: No data (d) Reported Hashes [ok] [2] (a,b,c,d,) ok [3] (a,b) ok (c) could build from README -- ok ./mvnw clean install -DskipTests -Dmaven.repo.local=../m2 [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 09:19 min [INFO] Finished at: 2024-12-24T14:30:20+05:30 (d) ok (e) not ok ./pom.xml and ./wayang-docs/pom.xml has SNAPSHOT (f) ok Kaustubh On Tue, Dec 24, 2024 at 2:02 PM Alexander Alten <a...@scalytics.io> wrote: > Hi, > > -1 (binding) > > find . -type f -name 'pom.xml' -exec grep -l "SNAPSHOT" {} \; > ./wayang-api/wayang-api-sql/pom.xml > ./pom.xml > ./wayang-docs/pom.xml > > All snapshot references needs to be replaced with the final release > version. The ASF guidelines don’t allow SNAPSHOT in official releases, > since SNAPSHOT refers to development and can change every time. > > > Besides from that, everything else looks good: > gpg --verify apache-wayang-incubating-1.0.0-RC3-source-release.zip.asc > apache-wayang-incubating-1.0.0-RC3-source-release.zip > OK > > mvn clean install -DskipTests > [INFO] BUILD SUCCESS > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 41.253 s > [INFO] Finished at: 2024-12-24T09:17:38+01:00 > > Verified the existence of LICENSE, NOTICE, README.md, RELEASE_NOTES: > [ -f LICENSE ] && [ -f NOTICE ] && [ -f README.md ] && [ -f RELEASE_NOTES > ] && echo "All files exist" || echo "Missing at least one file” > All files exist > grep " B " target/rat.txt (images only) > > => we have some .pyc files there, not sure if we need them? > > mvn apache-rat:check > [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, > generated: 0, approved: 14 licenses. > > Best > —Alex > > > On Dec 23, 2024, at 12:43 AM, Zoi Kaoudi <zkao...@yahoo.gr.INVALID> > wrote: > > > > Dear all, > > > > Apache Wayang (Incubator) 1.0.0 has been staged under [2] and it’s time > to vote > > on accepting it for release. All Maven artifacts are available under [1]. > > Voting will be open for 72hr. > > > > A minimum of 3 binding +1 votes and more binding +1 than binding -1 > > are required to pass. > > > > Release tag: v1.0.0 > > Hash for the release tag (commit r73819): > > > https://www.google.com/url?q=https://github.com/apache/incubator-wayang/releases/tag/wayang-1.0.0-RC3-SNAPSHOT&source=gmail-imap&ust=1735515836000000&usg=AOvVaw0eWaNdAGkepg6F0z4VbdXx > > > > Per [3] "Before voting +1 PMC members are required to download > > the signed source code package, compile it as provided, and test > > the resulting executable on their own platform, along with also > > verifying that the package meets the requirements of the ASF policy > > on releases." > > > > You can achieve the above by following [4]. > > > > [ ] +1 accept (indicate what you validated - e.g. performed the non-RM > items in [4]) > > [ ] -1 reject (explanation required) > > > > > > [1] > https://www.google.com/url?q=https://repository.apache.org/content/repositories/orgapachewayang-1019&source=gmail-imap&ust=1735515836000000&usg=AOvVaw0j6i2WICPsNus-z44IB9Zm > > [2] > https://www.google.com/url?q=https://dist.apache.org/repos/dist/dev/wayang/1.0.0/rc3&source=gmail-imap&ust=1735515836000000&usg=AOvVaw2xq7nPuRh6Bsv74fd9C1Su > > [3] > https://www.google.com/url?q=https://www.apache.org/dev/release.html%23approving-a-release&source=gmail-imap&ust=1735515836000000&usg=AOvVaw2eLIjpzaBIIFqAYTK8jPAQ > > [4] > https://www.google.com/url?q=https://cwiki.apache.org/confluence/display/PLC4X/Validating%2Ba%2Bstaged%2BRelease&source=gmail-imap&ust=1735515836000000&usg=AOvVaw39TSWL3xuowlOMNjoGoa_Z > > > > > > > > > -- > *Scalytics Connect* > The foundation for secure, scalable, and transparent > AI. > > > > -- > 3401 N. MIAMI AVE. STE 230 > 33127 Miami, Florida > United States > www.scalytics.io <http://www.scalytics.io> > > -- Please consider the > environment before printing this email -- > > Disclaimer: > The content of this > message is confidential. If you have received it by mistake, please inform > us by an email reply and then delete the message. It is forbidden to copy, > forward, or in any way reveal the contents of this message to anyone. The > integrity and security of this email cannot be guaranteed over the > Internet. Therefore, the sender will not be held liable for any damage > caused by the message. >