From 6990e0e9e8df4856860f87c1214258065fb95274 Mon Sep 17 00:00:00 2001 From: fgerlits Date: Mon, 4 Dec 2006 14:50:30 +0000 Subject: [PATCH] minor script + documentation improvements --- campcaster/bin/createDebianPackages.sh | 4 ++-- campcaster/bin/dist.sh | 4 ++-- campcaster/doc/release.html | 5 +++-- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/campcaster/bin/createDebianPackages.sh b/campcaster/bin/createDebianPackages.sh index 71c5691f4..e17e5240e 100755 --- a/campcaster/bin/createDebianPackages.sh +++ b/campcaster/bin/createDebianPackages.sh @@ -222,8 +222,8 @@ cp -pPR $etcdir/debian $packageName cat $etcdir/debian/control | sed -e "$replace_sed_string" \ > $packageName/debian/control -# get rid of the remnants of the CVS system -rm -rf `find $packageName -name CVS -type d` +# get rid of the remnants of the subversion system +rm -rf `find $packageName -name .svn -type d` #------------------------------------------------------------------------------- diff --git a/campcaster/bin/dist.sh b/campcaster/bin/dist.sh index 054a504f9..6fcc76cda 100755 --- a/campcaster/bin/dist.sh +++ b/campcaster/bin/dist.sh @@ -61,7 +61,7 @@ printUsage() echo "parameters"; echo ""; echo " -d, --directory Place the tarballs in the specified directory."; - echo " [default: current directory]"; + echo " [default: the parent of the current directory]"; echo " -h, --help Print this message and exit."; echo " -v, --version The version number of the created packages."; echo ""; @@ -103,7 +103,7 @@ if [ "x$version" == "x" ]; then fi if [ "x$directory" == "x" ]; then - directory=`pwd`; + directory=`pwd`/..; fi d=`cd $directory; pwd` diff --git a/campcaster/doc/release.html b/campcaster/doc/release.html index 3fc96493e..bc600e522 100644 --- a/campcaster/doc/release.html +++ b/campcaster/doc/release.html @@ -105,7 +105,7 @@ with the release version as its single parameter:

./bin/dist.sh --version <ls-version>

-This will create two tarballs in the current directory:
+This will create two tarballs in the parent of the current directory: