From c6e8d3812cf800cbe3edd310dd380a892830c816 Mon Sep 17 00:00:00 2001 From: Mauritz Jeanson Date: Wed, 29 Jul 2009 14:27:23 +0000 Subject: [PATCH] Added instructions for manually uploading release packages. --- xsl/README.BUILD | 50 +++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 47 insertions(+), 3 deletions(-) diff --git a/xsl/README.BUILD b/xsl/README.BUILD index 711646880..371cad83e 100644 --- a/xsl/README.BUILD +++ b/xsl/README.BUILD @@ -548,9 +548,53 @@ release. * NOTE: The part of the build that installs releases at the * Sourceforge project site is currently NOT working (due to SF * disabling non-interactive ssh access). -* -* Try -* scp [FILES] [username]@frs.sourceforge.net:uploads/ + +----------------------------------------------------------------- +Manual upload of release packages +----------------------------------------------------------------- +Below are instructions for manually uploading and installing +release packages in order to make them available at the project +site (http://docbook.sourceforge.net/release/). + +1. Transfer the following files + + - docbook-xsl-.zip + - docbook-xsl-ns-.zip + - docbook-xsl-doc-.zip + + to the /home/groups/d/do/docbook/htdocs/release/xsl + directory at web.sourceforge.net using scp, WinSCP, or another + equivalent tool. The login string is + + ,docbook@web.sourceforge.net + +2. Start a SourceForge shell session, like so: + + ssh -t ,docbook@shell.sourceforge.net create + +3. In the shell, execute commands as follows for the docbook-xsl + package (the 1.75.2 version is used as an example): + + cd /home/groups/d/do/docbook/htdocs/release/xsl + rm -rf current + unzip docbook-xsl-1.75.2.zip + mv docbook-xsl-1.75.2 1.75.2 + chmod -R g+w 1.75.2 + ln -s 1.75.2 current + +4. Repeat (and modify where applicable) the commands in step 3 for + the docbook-xsl-ns package. + +5. Extract the contents of the docbook-xsl-doc package into the + xsl/ and xsl-ns/ directories. + +6. Delete ZIP files and temporary directories. + +For more information about file management and shell services at +SourceForge, see + + https://sourceforge.net/apps/trac/sourceforge/wiki/WikiStart + ***************************************************************** make install-ns -- 2.40.0