The tag in the repo is wrong: git clone https://gitbox.apache.org/repos/asf/commons-compress.git --branch commons-compress-1.22-RC1 commons-compress-1.22-RC1 Cloning into 'commons-compress-1.22-RC1'... fatal: Remote branch commons-compress-1.22-RC1 not found in upstream origin
Gary On 2022/10/28 02:38:00 Bruno Kinoshita wrote: > Hi Matt, > > 1) Clone and checkout the RC tag > > > > git clone https://gitbox.apache.org/repos/asf/commons-compress.git > > --branch commons-compress-1.22-RC1 commons-compress-1.22-RC1 > > cd commons-compress-1.22-RC1 > > > > Tried checking it out after `git fetch --all --tags`, but found nothing. > Opened gitbox and the closest I found was a tag without the RC1. I think > there's also a branch release-1.22. Could you confirm the tag, please? > > -Bruno > > On Wed, 26 Oct 2022 at 09:05, Matt Sicker <m...@musigma.org> wrote: > > > We have fixed quite a few bugs and added some significant enhancements > > since Apache Commons Compress 1.21 was released, so I would like to release > > Apache Commons Compress 1.22. > > > > Apache Commons Compress 1.22 RC1 is available for review here: > > https://dist.apache.org/repos/dist/dev/commons/compress/1.22-RC1 (svn > > revision 57596) > > > > The Git tag commons-compress-1.22-RC1 commit for this RC is > > 5183d0b08c0897e6f0c41a038487b7c795136425 which you can browse here: > > > > https://gitbox.apache.org/repos/asf?p=commons-compress.git;a=commit;h=5183d0b08c0897e6f0c41a038487b7c795136425 > > You may checkout this tag using: > > git clone https://gitbox.apache.org/repos/asf/commons-compress.git > > --branch commons-compress-1.22-RC1 commons-compress-1.22-RC1 > > > > Maven artifacts are here: > > > > https://repository.apache.org/content/repositories/orgapachecommons-1603/org/apache/commons/commons-compress/1.22/ > > > > These are the artifacts and their hashes: > > > > #Release SHA-512s > > #Tue Oct 25 14:46:59 CDT 2022 > > Apache\ Commons\ > > Compress-1.22.spdx.rdf.xml=aef6cc68bff93fe66c70ffb486a3f9e5709ada04e51c8eb5901368eb9e7ce627885b367123c3db86912b3625d374d0bf02610edb86fe223ae974bab2fa60bec2 > > > > commons-compress-1.22-bin.tar.gz=81f0f1e75797d7199e8eb399f26571955f27040b4255859ec4df73714a2edd0d7238823201ffd486bf18f1cbf80ff7f28dbd4f5ad4655826468775ceec224d55 > > > > commons-compress-1.22-bin.zip=ccfeaa45ba257d6895fd849a1d31f88498d4ada23502318dd94747f00e9662e6ca335ab458b12436024c4cb25cef723393e0336534c6fc978b27aaa4b0e82650 > > > > commons-compress-1.22-bom.json=24dcbf472caf173e1ed4151867451bd457b581c86e1cd24a045ddbe3e4a139916598dbf51b87d3f299f30d0029f62a65981e42e48dd74efb44fa1068cde0fdc0 > > > > commons-compress-1.22-bom.xml=8e19c58886ff57ff078c88e90d6b1dcb21b48dc43df1ab69e7727ff11a5374e16e6f2dfc32fc5ed37ba4a0ccc065b6a41bdb00a60fd9789fb6d7b82094bb28ec > > > > commons-compress-1.22-javadoc.jar=f7d10749afd6574cb6189d5701d310d5a7aae029d6d6b8a879d8dda4d9435f815fb671437c876f0f74cf7d8ebd219b04a2c903cc83a2bd8ddf63225f69add06c > > > > commons-compress-1.22-sources.jar=94c2a396e831cdfcee438958a58fe5ca70b53b4884cd665568805ad0519f8ca12e960e2ce92ea73d70e414c6dd4a5f8c562bc758e19f5bffb06b696fb5589b6d > > > > commons-compress-1.22-src.tar.gz=7d9e34d9a23e81778574fce2e637b380ef5027f3fc262f2583ec9568cfd16b766ec591a025f78987e2290a4a193992f4621c3ca05104e8e17a9cc32efdde8487 > > > > commons-compress-1.22-src.zip=fa8fec592d255f5ef23ce27491db9523222ed90113e7efd02fd9cc126d5e2df3d9caa578d049df0cca1f299e54d416295002b7f9c24e87b4b77b5c54658013bb > > > > commons-compress-1.22-test-sources.jar=703e5a7b203505f42e69257952640594a1d0fdc14311e8028728d9bc5c27e65554767b6ea0583cc23e91a400ea595210890773395cfb807afbf3468604bf38ce > > > > commons-compress-1.22-tests.jar=771d1ad4757e65993d75c629f206eecb7e99765eb01e4da621a405cc068e5cade8332f57fb3d19d5cb273aec54e1ea85c24a3053c0cb61c386ec2f64770b868f > > > > > > > > I have tested this with ***'mvn clean install site'*** using: > > > > Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) > > Maven home: /Users/matt/.sdkman/candidates/maven/current > > Java version: 1.8.0_322, vendor: Azul Systems, Inc., runtime: > > /Users/matt/.sdkman/candidates/java/8.0.322-zulu/zulu-8.jdk/Contents/Home/jre > > Default locale: en_US, platform encoding: UTF-8 > > OS name: "mac os x", version: "12.6", arch: "aarch64", family: "mac" > > Darwin matt1max.local 21.6.0 Darwin Kernel Version 21.6.0: Mon Aug 22 > > 20:19:52 PDT 2022; root:xnu-8020.140.49~2/RELEASE_ARM64_T6000 arm64 > > > > Details of changes since 1.21 are in the release notes: > > > > https://dist.apache.org/repos/dist/dev/commons/compress/1.22-RC1/RELEASE-NOTES.txt > > > > https://dist.apache.org/repos/dist/dev/commons/compress/1.22-RC1/site/changes-report.html > > > > Site: > > > > https://dist.apache.org/repos/dist/dev/commons/compress/1.22-RC1/site/index.html > > (note some *relative* links are broken and the 1.22 directories are > > not yet created - these will be OK once the site is deployed.) > > > > *** JApiCmp Report (compared to 1.21): > > > > https://dist.apache.org/repos/dist/dev/commons/compress/1.22-RC1/site/japicmp.html > > > > *** > > Note that the above report notes several errors. > > These are considered OK for the reasons stated below. > > These exceptions are also noted in the Changes and Release Notes. > > > > Errors reported: > > - removal of checked exceptions in various methods > > *** > > > > RAT Report: > > > > https://dist.apache.org/repos/dist/dev/commons/compress/1.22-RC1/site/rat-report.html > > > > KEYS: > > https://www.apache.org/dist/commons/KEYS > > > > Please review the release candidate and vote. > > This vote will close no sooner than 72 hours from now. > > > > [ ] +1 Release these artifacts > > [ ] +0 OK, but... > > [ ] -0 OK, but really should fix... > > [ ] -1 I oppose this release because... > > > > Thank you, > > > > Matt Sicker, > > Release Manager (using key 0x031EE010CA15D1EE) > > > > For following is intended as a helper and refresher for reviewers. > > > > Validating a release candidate > > ============================== > > > > These guidelines are NOT complete. > > > > Requirements: Git, Java, Maven. > > > > You can validate a release from a release candidate (RC) tag as follows. > > > > 1) Clone and checkout the RC tag > > > > git clone https://gitbox.apache.org/repos/asf/commons-compress.git > > --branch commons-compress-1.22-RC1 commons-compress-1.22-RC1 > > cd commons-compress-1.22-RC1 > > > > 2) Check Apache licenses > > > > This step is not required if the site includes a RAT report page which you > > then must check. > > > > mvn apache-rat:check > > > > 3) Check binary compatibility > > > > Older components still use Apache Clirr: > > > > This step is not required if the site includes a Clirr report page which > > you then must check. > > > > mvn clirr:check > > > > Newer components use JApiCmp with the japicmp Maven Profile: > > > > This step is not required if the site includes a JApiCmp report page which > > you then must check. > > > > mvn install -DskipTests -P japicmp japicmp:cmp > > > > 4) Build the package > > > > mvn -V clean package > > > > You can record the Maven and Java version produced by -V in your VOTE > > reply. > > To gather OS information from a command line: > > Windows: ver > > Linux: uname -a > > > > 5) Build the site for a single module project > > > > Note: Some plugins require the components to be installed instead of > > packaged. > > > > mvn site > > Check the site reports in: > > - Windows: target\site\index.html > > - Linux: target/site/index.html > > > > 6) Build the site for a multi-module project > > > > mvn site > > mvn site:stage > > Check the site reports in: > > - Windows: target\site\index.html > > - Linux: target/site/index.html > > > > -the end- > > > > — > > Matt Sicker > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > > For additional commands, e-mail: dev-h...@commons.apache.org > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org