Skip to content
Snippets Groups Projects
Commit fad2bac4 authored by Julien Grossholtz's avatar Julien Grossholtz
Browse files

packaging: remove ubuntu 14.10 from packaging system

Ubuntu 14.10 is no longer supported so we shall not continue
to build Ring packages for it.

Issue: #80115
Change-Id: I0e69707bf8db5e148d783026004aff564acc03a7
parent 785e46a9
Branches
No related tags found
No related merge requests found
......@@ -84,26 +84,6 @@
"cd .. ",
"mv *.orig.tar* *.debian.tar* *deb *changes *dsc /output"
],
"ubuntu_14.10": [
"mkdir -p /sources/ring-daemon",
"cd /sources/ring-daemon",
"/ring-daemon/debian/rules get-orig-source",
"dch --newversion $(dpkg-parsechangelog | perl -ne 'print $1 if m{^Version:\\s+([\\d\\.]+)};')-{{RELEASE_NUMBER}} \"Automatic nightly release\"",
"dch --release --distribution \"unstable\" debian/changelog",
"dpkg-buildpackage -uc -us",
"cd .. ",
"mv *.orig.tar* *.debian.tar* *deb *changes *dsc /output"
],
"ubuntu_14.10_i386": [
"mkdir -p /sources/ring-daemon",
"cd /sources/ring-daemon",
"/ring-daemon/debian/rules get-orig-source",
"dch --newversion $(dpkg-parsechangelog | perl -ne 'print $1 if m{^Version:\\s+([\\d\\.]+)};')-{{RELEASE_NUMBER}} \"Automatic nightly release\"",
"dch --release --distribution \"unstable\" debian/changelog",
"dpkg-buildpackage -uc -us",
"cd .. ",
"mv *.orig.tar* *.debian.tar* *deb *changes *dsc /output"
],
"ubuntu_15.04": [
"mkdir -p /sources/ring-daemon",
"cd /sources/ring-daemon",
......@@ -133,12 +113,9 @@
"debian_8_i386": ["apt-get update", "( apt-get upgrade -y || apt-get upgrade -y || apt-get upgrade -y )"],
"debian_9": ["apt-get update", "( apt-get upgrade -y || apt-get upgrade -y || apt-get upgrade -y )"],
"ubuntu_14.04": ["apt-get update", "( apt-get upgrade -y || apt-get upgrade -y || apt-get upgrade -y )"],
"ubuntu_14.10": ["apt-get update", "( apt-get upgrade -y || apt-get upgrade -y || apt-get upgrade -y )"],
"ubuntu_15.04": ["apt-get update", "( apt-get upgrade -y || apt-get upgrade -y || apt-get upgrade -y )"],
"ubuntu_14.04_i386": ["apt-get update", "( apt-get upgrade -y || apt-get upgrade -y || apt-get upgrade -y )"],
"ubuntu_14.10_i386": ["apt-get update", "( apt-get upgrade -y || apt-get upgrade -y || apt-get upgrade -y )"],
"ubuntu_15.04_i386": ["apt-get update", "( apt-get upgrade -y || apt-get upgrade -y || apt-get upgrade -y )"]
},
"ReviewType": "",
"ReviewAddress": "https://gerrit-ring.savoirfairelinux.com",
......@@ -150,10 +127,8 @@
"debian_8_i386": "",
"debian_9": "",
"ubuntu_14.04": "",
"ubuntu_14.10": "",
"ubuntu_15.04": "",
"ubuntu_14.04_i386": "",
"ubuntu_14.10_i386": "",
"ubuntu_15.04_i386": ""
},
"ReloadProjectCmd" : [
......@@ -169,10 +144,8 @@
"debian_8_i386": "@midnight",
"debian_9": "@midnight",
"ubuntu_14.04": "@midnight",
"ubuntu_14.10": "@midnight",
"ubuntu_15.04": "@midnight",
"ubuntu_14.04_i386": "@midnight",
"ubuntu_14.10_i386": "@midnight",
"ubuntu_15.04_i386": "@midnight"
},
"DeployScript": "ring-nightly-sign-deploy.sh",
......
FROM ubuntu:14.10
RUN apt-get update && ( apt-get upgrade -y || apt-get upgrade -y || apt-get upgrade -y )
RUN apt-get install -y devscripts debianutils debhelper build-essential tar rsync git \
autoconf automake libpulse-dev libsamplerate0-dev libtool libdbus-1-dev \
libasound2-dev libexpat1-dev libpcre3-dev libyaml-cpp-dev libboost-dev \
libdbus-c++-dev libsndfile1-dev libsrtp-dev libxext-dev \
libxfixes-dev yasm autopoint unbound-anchor git-core libspeex-dev \
libspeexdsp-dev autotools-dev chrpath check astyle \
uuid-dev libudev-dev cmake --fix-missing
FROM savoirfairelinux/ring-ubuntu32:14.10
RUN apt-get update && ( apt-get upgrade -y || apt-get upgrade -y || apt-get upgrade -y )
RUN apt-get install -y devscripts debianutils debhelper build-essential tar rsync git \
autoconf automake libpulse-dev libsamplerate0-dev libtool libdbus-1-dev \
libasound2-dev libexpat1-dev libpcre3-dev libyaml-cpp-dev libboost-dev \
libdbus-c++-dev libsndfile1-dev libsrtp-dev libxext-dev \
libxfixes-dev yasm autopoint unbound-anchor git-core libspeex-dev \
libspeexdsp-dev autotools-dev chrpath check astyle \
uuid-dev libudev-dev cmake --fix-missing
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment