Author: centic
Date: Sun Jul  7 06:23:22 2024
New Revision: 1918983

URL: http://svn.apache.org/viewvc?rev=1918983&view=rev
Log:
Add commands for copying dev-build to dist.apache.org

Modified:
    poi/site/src/documentation/release-guide.txt

Modified: poi/site/src/documentation/release-guide.txt
URL: 
http://svn.apache.org/viewvc/poi/site/src/documentation/release-guide.txt?rev=1918983&r1=1918982&r2=1918983&view=diff
==============================================================================
--- poi/site/src/documentation/release-guide.txt (original)
+++ poi/site/src/documentation/release-guide.txt Sun Jul  7 06:23:22 2024
@@ -61,7 +61,7 @@
       without headers should be either fixed, or added to the exclude list
 
    8. Check file permissions are correct in SVN.
-      There can be  files in the SVN tree marked executable (have the
+      There can be files in the SVN tree marked executable (have the
       svn:executable property set), but which should not be. Checking them
       out will cause the executable bit to be set for them on filesystems
       which support it. The flag can be removed in batch using
@@ -111,6 +111,10 @@ svn update --set-depth infinity dist/rel
      - ./gradlew srcDistTar
 
   4. Copy the build/dist files to your svn checkout of dist.apache.org 
(dist/dev/poi/src)
+{code:sh}
+svn co https://dist.apache.org/repos/dist/release/poi /opt/poi-dist
+cp build/dist/*.zip build/*.tgz /opt/poi-dist/dev/
+{code}
 
   5. Generate SHA512 checksums
 



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

Reply via email to