From 23f68660097b13d6a1c200612a1813667ba451db Mon Sep 17 00:00:00 2001 From: likewise Date: Sun, 20 Jul 2003 11:48:24 +0000 Subject: [PATCH] Fixed a absolute path to a relative one. Added *.pkg for safety. --- doc/savannah.txt | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/doc/savannah.txt b/doc/savannah.txt index f537eb05..e097728b 100644 --- a/doc/savannah.txt +++ b/doc/savannah.txt @@ -74,17 +74,15 @@ Now, make a new release by creating a new directory for it (these are Savannah conventions so that it shows up in the Files list real nice): mkdir stable.pkg -cd stable.pkg -mkdir 0.6.3 -cd 0.6.3 +mkdir stable.pkg 0.6.3 We can now copy the tar archive we made earlier into the release directory: -cp /../../../lwip-0.6.3.tar.gz . +cp ../../../lwip-0.6.3.tar.gz . Finally, synchronize this directory upwards to Savannah: -rsync -n -e "ssh -1" -t -u -v -r . likewise@savannah.nongnu.org:/upload/lwip +rsync -n -e "ssh -1" -t -u -v -r *.pkg likewise@savannah.nongnu.org:/upload/lwip This does a "dry run": no files are modified! After you have confirmed that this is what you intended to do, remove "-n" and actually synchronize for