Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dequis/purple-facebook.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordequis <dx@dxzone.com.ar>2019-01-13 16:48:47 +0300
committerdequis <dx@dxzone.com.ar>2019-01-13 16:48:47 +0300
commit07c1866101eb70cf98c5bd4cf8a93f162bcb5130 (patch)
tree90c6647124d052e02596dd23adc255c650b9844a /.travis
parent5e164b605a5a9549994987b2056472b593a8460c (diff)
Release 0.9.6. Fixes sync_sequence_id, tls 1.3 stuff, etc.
See bugs #449 and #410 respectively This commit changes version string formatting a bit, now the obs-generated packages will mention this version string too. The version string obs.sh generates are stupid, we're going to need to prefix things with an epoch like '1:' probably, assuming distros support that anyway.
Diffstat (limited to '.travis')
-rwxr-xr-x.travis/obs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis/obs.sh b/.travis/obs.sh
index f09d8dc..a489426 100755
--- a/.travis/obs.sh
+++ b/.travis/obs.sh
@@ -6,7 +6,7 @@
set -e
GITREV=$(git rev-parse --short=7 HEAD)
-FULLVERS="$(date +%Y%m%d)~${GITREV}~$(cat VERSION)~${TRAVIS_BUILD_NUMBER}"
+FULLVERS="$(date +%Y%m%d)-$(cat RELEASE_VERSION)-${GITREV}-${TRAVIS_BUILD_NUMBER}"
FULLDATE=$(date -R)
REPONAME=$(basename "${TRAVIS_REPO_SLUG}")