]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
ci: remove unused variable
authorTravis Cross <tc@traviscross.com>
Sun, 6 May 2012 02:07:28 +0000 (02:07 +0000)
committerTravis Cross <tc@traviscross.com>
Sun, 6 May 2012 03:46:35 +0000 (03:46 +0000)
scripts/ci/src_tarball.sh

index 9dd755fae4a7eb2d7d4c70a8429f6a774763bdf6..926ef6ec89cc1cf7b33d0888fcec0cd121e8f954 100755 (executable)
@@ -21,8 +21,6 @@ rev=$(echo "$ver" | cut -d. -f4)
 
 tmp_dir=${TMP_DIR:="/tmp"}
 
-build="$2"
-
 dst_name="freeswitch-$major.$minor.$micro"
 dst_parent="${tmp_dir}/jenkis.$$/"
 dst_dir="${tmp_dir}/jenkins.$$/$dst_name"
@@ -74,7 +72,7 @@ mv -f ${dst_name}.tar.* ${src_repo}/src_dist
 
 cat 1>&2 <<EOF
 ----------------------------------------------------------------------
-The freeswitch-${ver}.${build} tarballs have been rolled,
+The freeswitch-${ver} tarballs have been rolled,
 now we just need to roll packages with them
 ----------------------------------------------------------------------
 EOF