This is an automated email from the ASF dual-hosted git repository.

martin_s pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/archiva-web-content.git


The following commit(s) were added to refs/heads/asf-staging by this push:
     new c9ccd6e  Apache Archiva Main site deployment
c9ccd6e is described below

commit c9ccd6e078c923a190c99d4d1a29d958a00d926f
Author: Martin Stockhammer <[email protected]>
AuthorDate: Sun Dec 19 16:57:59 2021 +0100

    Apache Archiva Main site deployment
---
 developers/releasing.html | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/developers/releasing.html b/developers/releasing.html
index 242d745..5a0379b 100644
--- a/developers/releasing.html
+++ b/developers/releasing.html
@@ -218,7 +218,9 @@ cp -r target/staging/* 
&lt;web-content-git&gt;/ref/${ARCHV}/ # Copy to the git w
 <div class="source"><pre class="prettyprint">svn co 
https://dist.apache.org/repos/dist/dev/archiva/ archiva-dev-release
 cd archiva-dev-release
 sh ./release-script-svn.sh $ARCHV ${RELEASE_URL}/
-cd $ARCHV
+cd $ARCHV/bin
+../../verify.sh
+cd ../src/
 ../../verify.sh
 # Check the output
 

Reply via email to