ci: add support for more flexible version numbers

This commit is contained in:
Travis Cross
2012-05-06 01:12:08 +00:00
parent 02c0637c0c
commit 2769fc6585
4 changed files with 43 additions and 12 deletions

View File

@@ -12,7 +12,7 @@ build="b$2"
input_distro=$3
distro=${input_distro:="unstable"}
dst_version="$major.$minor.$micro"
dst_version="$ver"
dst_name="freeswitch-${dst_version}"
dst_parent="/tmp/"
dst_dir="/tmp/${dst_name}"