From: Rob Golding Date: Tue, 18 Feb 2014 21:47:40 +0000 (+0000) Subject: Use TASK_VERSION as a prefix for the apt packge version X-Git-Url: https://git.madduck.net/etc/taskwarrior.git/commitdiff_plain/58f674add683a16fa44c0d3906319d1b5d934c3e?ds=sidebyside;hp=--cc;pf=etc Use TASK_VERSION as a prefix for the apt packge version --- 58f674add683a16fa44c0d3906319d1b5d934c3e diff --git a/.travis.yml b/.travis.yml index ba89600..89c3652 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: python env: - BUILD_FROM_SOURCE=true TASK_VERSION=2.3.0 - - TASK_VERSION=2.2.0-3 + - TASK_VERSION=2.2.0 python: - "2.6" - "2.7" diff --git a/builddep.sh b/builddep.sh index 26e3a3d..c4c41fd 100755 --- a/builddep.sh +++ b/builddep.sh @@ -9,5 +9,5 @@ if [[ $BUILD_FROM_SOURCE ]]; then make sudo make install else - sudo apt-get install task=$TASK_VERSION + sudo apt-get install task=$TASK_VERSION* fi