From: Sandro Santilli Date: Fri, 12 Jun 2015 19:26:59 +0000 (+0000) Subject: Stop using "cvs" string in dist script X-Git-Tag: 2.2.0rc1~357 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=08217a25d0b8d48fd8552bdc7764c3d59f06ac8c;p=postgis Stop using "cvs" string in dist script git-svn-id: http://svn.osgeo.org/postgis/trunk@13670 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/make_dist.sh b/make_dist.sh index 3b4802ba1..78b1d602f 100755 --- a/make_dist.sh +++ b/make_dist.sh @@ -3,7 +3,7 @@ # # USAGE: # -# -- postgis-cvs.tar.gz +# -- postgis-x.y.0dev-r#####.tar.gz # sh make_dist.sh # # -- postgis-1.1.0.tar.gz @@ -14,12 +14,10 @@ # tag=trunk -version=cvs +version=dev if [ -n "$1" ]; then version="$1" - #version=`echo $version | sed 's/RC/-rc/'` - #tag=pgis_`echo "$version" | sed 's/\./_/g'` tag="tags/$version" fi