Add PackageCloud.io publishing to CI scripts 13/1513/2
authorRolf Badorek <rolf.badorek@nokia.com>
Tue, 12 Nov 2019 16:19:37 +0000 (18:19 +0200)
committerRolf Badorek <rolf.badorek@nokia.com>
Wed, 13 Nov 2019 12:18:08 +0000 (14:18 +0200)
commitcc9244cd1baddc6f3ef96bbec5662239afc9f3c2
treeeaa542898afc6adef3253df480123e7994f8d175
parent337435cd4bf0c138f261628e8f32675c9b161602
Add PackageCloud.io publishing to CI scripts

CI build scripts updated to publish SDL packages in PackageCloud.io

RPM and Debian packages are available currently.

Changed base image, because eariler one did have Boost libraries built
from source. Debian package building tools will see Boost as missing
dependency if not installed via apt.

Signed-off-by: Rolf Badorek <rolf.badorek@nokia.com>
Change-Id: Id5409489415ec26c051366546c5355d6bdb8efcd
16 files changed:
ci/Dockerfile
ci/publish.sh [new file with mode: 0755]
configure.ac
debian/changelog.in [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/rules [new file with mode: 0755]
debian/sdl-dev.dirs [new file with mode: 0644]
debian/sdl-dev.install [new file with mode: 0644]
debian/sdl.dirs [new file with mode: 0644]
debian/sdl.install [new file with mode: 0644]
debian/source/format [new file with mode: 0644]
docs/release-notes.rst
package.sh [new file with mode: 0755]
rpm/sdl.spec.in [new file with mode: 0755]