Packaging updates for 2.5.0 release

This commit is contained in:
Daniel James 2013-10-24 11:16:03 +01:00
parent 0392ce1971
commit f8e186ef1a
5 changed files with 55 additions and 26 deletions

View file

@ -2,7 +2,7 @@
# Script for generating nightly Airtime snapshot packages
# Run from the directory containg the files checked out from git
VERSION=2.4.0~$(date "+%Y%m%d")
VERSION=2.5.1~$(date "+%Y%m%d")
BUILDDEST=/tmp/airtime-${VERSION}/
DEBDIR=`pwd`/debian
@ -23,9 +23,9 @@ cd ${BUILDDEST} || exit
# Set the version of the snapshot package
sed -i "1s:(2.4.0-1):(${VERSION}):g" debian/changelog
sed -i "1s:(2.5.1-1):(${VERSION}):g" debian/changelog
# FIXES for 2.3.0 #############
# FIXES for 2.5.1 #############
# these are all moved to debian/copyright
rm airtime/python_apps/pypo/LICENSE
@ -46,6 +46,12 @@ rm -r airtime/airtime_mvc/library/ZFDebug/
#Strip un-needed install scripts
rm -r airtime/install_full/
#Remove dev tools and files
rm -r airtime/dev_tools/
rm -r airtime/docs/
rm airtime/.gitignore
rm airtime/.zfproject.xml
#############################
echo "running the build..."