From 1862fda597efc29457569335af61b7df5e9a958e Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Mon, 18 Sep 2017 15:57:54 +0200 Subject: [PATCH] doozer: remove precise targets --- .doozer.json | 52 ---------------------------------------------------- 1 file changed, 52 deletions(-) diff --git a/.doozer.json b/.doozer.json index e96dc0768..56fba4ad3 100644 --- a/.doozer.json +++ b/.doozer.json @@ -1,58 +1,6 @@ { "concurrent": false, "targets": { - "precise-amd64": { - "buildenv": "precise-amd64", - "builddeps": [ - "cmake", - "git", - "build-essential", - "pkg-config", - "gettext", - "libavahi-client-dev", - "libssl-dev", - "zlib1g-dev", - "wget", - "bzip2", - "git-core", - "liburiparser-dev", - "libpcre3-dev", - "python", - "dvb-apps", - "debhelper", - "ccache" - ], - "buildcmd": [ - "AUTOBUILD_CONFIGURE_EXTRA=--enable-ccache\\ --disable-libx265_static\\ --disable-libx265\\ --enable-hdhomerun_static ./Autobuild.sh -t ${TARGET} -j ${PARALLEL} -w ${WORKDIR}", - "support/bintray.py publish filelist.txt" - ] - }, - "precise-i386": { - "buildenv": "precise-i386", - "builddeps": [ - "cmake", - "git", - "build-essential", - "pkg-config", - "gettext", - "libavahi-client-dev", - "libssl-dev", - "zlib1g-dev", - "wget", - "bzip2", - "git-core", - "liburiparser-dev", - "libpcre3-dev", - "python", - "dvb-apps", - "debhelper", - "ccache" - ], - "buildcmd": [ - "AUTOBUILD_CONFIGURE_EXTRA=--enable-ccache\\ --disable-libx265_static\\ --disable-libx265\\ --enable-hdhomerun_static ./Autobuild.sh -t ${TARGET} -j ${PARALLEL} -w ${WORKDIR}", - "support/bintray.py publish filelist.txt" - ] - }, "trusty-amd64": { "buildenv": "trusty-amd64", "builddeps": [ -- 2.47.3