tuhaihe commented on PR #1356:
URL: https://github.com/apache/cloudberry/pull/1356#issuecomment-3816834018

   Output record:
   
   ```
   [root@ecs-a591 cloudberry]# ./devops/release/cloudberry-release.sh -s -t 
2.1.0-incubating-rc1 --gpg-user [email protected] -k
   INFO: GPG signing has been intentionally skipped (--skip-signing).
   
   =================================================================
   >> Platform and Tool Detection
   =================================================================
   Platform detected: Linux
   
   [OK] SHA-512 tool: sha512sum
   [OK] Tar tool: tar
   - GPG tool: skipped (--skip-signing enabled)
   [OK] XML tool: xmllint
   
   Press Enter or type y/yes to continue, or 'n' to exit: y
   
   =================================================================
   >> Validating Version Consistency
   =================================================================
   Version validation strategy:
     Tag: 2.1.0-incubating-rc1
     Base version (for source files): 2.1.0-incubating
   Version consistency verified
       Release Tag   : 2.1.0-incubating-rc1
       Base Version  : 2.1.0-incubating
       configure.ac  : 2.1.0-incubating
       configure     : 2.1.0-incubating
       pom.xml       : 2.1.0-incubating
       gpversion.py  : 2,99
   
   Press Enter or type y/yes to continue, or 'n' to exit: y
   
   =================================================================
   >> Checking the state of the Tag
   =================================================================
   INFO: Tag '2.1.0-incubating-rc1' does not yet exist. It will be created 
during staging.
   
   Press Enter or type y/yes to continue, or 'n' to exit: y
   
   =================================================================
   >> Checking Git Submodules
   =================================================================
   Initialized  : contrib/pax_storage/src/cpp/contrib/googlebench
   Initialized  : contrib/pax_storage/src/cpp/contrib/googletest
   Initialized  : contrib/pax_storage/src/cpp/contrib/tabulate
   Initialized  : dependency/yyjson
   Initialized  : gpcontrib/gpcloud/test/googletest
   
   =================================================================
   >> Checking GIT_USER_NAME and GIT_USER_EMAIL values
   =================================================================
   Git User Info:
       user.name     : Your Name
       user.email    : [email protected]
   
   =================================================================
   >> Staging release: 2.1.0-incubating-rc1
   =================================================================
   You are about to create tag '2.1.0-incubating-rc1'. Continue? [y/N] y
   Creating BUILD_NUMBER file with commit hash
   
   Tag Summary
   2.1.0-incubating-rc1 (tag object): 10f86505f5c26578892ae3a535bd268df31521aa
       Points to commit: 9ac39f8639e234e71e0417ed881d262ff1a9556f
   9ac39f8639e  (HEAD -> REL_2_STABLE, tag: 2.1.0-incubating-rc1)
   
   Press Enter or type y/yes to continue, or 'n' to exit: y
   
   =================================================================
   >> Creating Source Tarball
   =================================================================
   Archiving submodule: contrib/pax_storage/src/cpp/contrib/googlebench
   Archiving submodule: contrib/pax_storage/src/cpp/contrib/googletest
   Archiving submodule: contrib/pax_storage/src/cpp/contrib/tabulate
   Archiving submodule: dependency/yyjson
   Archiving submodule: gpcontrib/gpcloud/test/googletest
   Archive saved to: apache-cloudberry-2.1.0-incubating-rc1-src.tar.gz
   
   Press Enter or type y/yes to continue, or 'n' to exit: y
   
   =================================================================
   >> Generating SHA-512 Checksum
   =================================================================
   
   Generating SHA-512 checksum
   Checksum saved to: apache-cloudberry-2.1.0-incubating-rc1-src.tar.gz.sha512
   
   Press Enter or type y/yes to continue, or 'n' to exit: y
   
   =================================================================
   >> Signing with GPG key: [email protected]
   =================================================================
   INFO: Skipping tarball signing as requested (--skip-signing)
   
   =================================================================
   >> Moving Artifacts to /root/artifacts
   =================================================================
   
   Moving release artifacts to: /root/artifacts
   renamed 'apache-cloudberry-2.1.0-incubating-rc1-src.tar.gz' -> 
'/root/artifacts/apache-cloudberry-2.1.0-incubating-rc1-src.tar.gz'
   renamed 'apache-cloudberry-2.1.0-incubating-rc1-src.tar.gz.sha512' -> 
'/root/artifacts/apache-cloudberry-2.1.0-incubating-rc1-src.tar.gz.sha512'
   
   Press Enter or type y/yes to continue, or 'n' to exit: y
   
   =================================================================
   >> Verifying sha512 
(/root/artifacts/apache-cloudberry-2.1.0-incubating-rc1-src.tar.gz.sha512) 
Release Artifact
   =================================================================
   apache-cloudberry-2.1.0-incubating-rc1-src.tar.gz: OK
   
   Press Enter or type y/yes to continue, or 'n' to exit: y
   
   =================================================================
   >> Verifying GPG Signature 
(/root/artifacts/apache-cloudberry-2.1.0-incubating-rc1-src.tar.gz.asc) Release 
Artifact
   =================================================================
   INFO: Signature verification skipped (--skip-signing). Signature is only 
available when generated via this script.
   
   Press Enter or type y/yes to continue, or 'n' to exit: y
   
   =================================================================
   >> Release candidate for 2.1.0-incubating-rc1 staged successfully
   =================================================================
   [root@ecs-a591 cloudberry]# ls
   aclocal.m4          contrib          getversion      licenses    
python-dependencies.txt
   BUILD_NUMBER        CONTRIBUTING.md  GNUmakefile.in  Makefile    
README.apache.md
   CODE_OF_CONDUCT.md  dependency       gpAux           mcp-server  README.md
   config              devops           gpcontrib       NOTICE      SECURITY.md
   configure           DISCLAIMER       gpMgmt          pom.xml     
sonar-project.properties
   configure.ac        doc              LICENSE         putversion  src
   [root@ecs-a591 cloudberry]# cd ..
   [root@ecs-a591 ~]# ls artifacts/
   apache-cloudberry-2.1.0-incubating-rc1-src.tar.gz  
apache-cloudberry-2.1.0-incubating-rc1-src.tar.gz.sha512
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to