From: Travis Cross Date: Sun, 6 May 2012 06:48:01 +0000 (+0000) Subject: ci: fix old error X-Git-Tag: v1.2-rc1~17^2~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1269891f508bce09a6a2d5bb858f56e9062ca47f;p=thirdparty%2Ffreeswitch.git ci: fix old error --- diff --git a/scripts/ci/src_tarball.sh b/scripts/ci/src_tarball.sh index a23fe8fd8c..7fd48621e3 100755 --- a/scripts/ci/src_tarball.sh +++ b/scripts/ci/src_tarball.sh @@ -8,7 +8,6 @@ sdir="." eval $(parse_version "$1") dst_name="freeswitch-$cmajor.$cminor.$cmicro" -dst_parent="${tmp_dir}/jenkis.$$/" dst_dir="${tmp_dir}/jenkins.$$/$dst_name" if [ -d "$dst_dir" ]; then @@ -23,11 +22,7 @@ cd $dst_dir set_fs_ver "$cver" "$cmajor" "$cminor" "$cmicro" "$crev" gnuize cd .. - -cd $dst_parent - ls - tar -cvf ${dst_name}.tar $dst_name # gzip -9 -c ${dst_name}.tar > $dst_name.tar.gz || echo "gzip not available"