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

github.com/bareos/bareos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Rogge <andreas.rogge@bareos.com>2019-11-29 13:18:25 +0300
committerAndreas Rogge <andreas.rogge@bareos.com>2019-11-29 18:05:57 +0300
commit36f345a4a45433107e3facd08b1feb9ead6b1fec (patch)
tree88cbb3ec177fd81c0b9275b02bef06f7377c16e2 /.travis.yml
parent3a5412d3e5616dc34bb51cbe37f03653932b0f5a (diff)
packaging: disable debtransform, remove *.changes
Nowadays Jenkins will select the release number we want to build, so we disable the debtransform mechanism that overwrites the version. Jenkins also generates a changelog that refers to the release notes. Thus we should remove the unmaintained .changes files. As Travis used the changes file to generate a debian changelog, we now generate a dummy changelog.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 5acb1006b..6d4c139d4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -54,10 +54,10 @@ before_install:
- .travis/travis_before_install.sh
before_script:
- # changelog file is required (and normally generated by OBS)
- - cp -a core/platforms/packaging/bareos.changes core/debian/changelog
+ # changelog file is required (and normally generated by Jenkins)
- cmake -P write_version_files.cmake
- - if [ -n "${BUILD_WEBUI}" ]; then cp -a webui/packaging/obs/bareos-webui.changes webui/debian/changelog; fi
+ - printf "bareos (19.0.0~pre-1) unstable; urgency=low\n\n * dummy\n\n -- nobody <nobody@example.com> Tue, 01 Jan 2019 00:00:00 +0000\n\n" > core/debian/changelog
+ - printf "bareos-webui (19.0.0~pre-1) unstable; urgency=low\n\n * dummy\n\n -- nobody <nobody@example.com> Tue, 01 Jan 2019 00:00:00 +0000\n\n" > webui/debian/changelog
# build and install Bareos packages
- .travis/travis_before_script.sh