From bc698a98f9e9a1eb8265ce9a465c58f8670a1a59 Mon Sep 17 00:00:00 2001 From: Rakesh Singh Date: Wed, 21 Feb 2018 12:17:44 -0800 Subject: [PATCH] Stop producing 17.04 Runtime deps (dotnet/core-setup#3715) Commit migrated from https://github.com/dotnet/core-setup/commit/3f8e57df2f8727ba7c46e5715440614d62420ff2 --- .../buildpipeline/Core-Setup-Linux-BT.json | 40 ------------------ ...untime-deps-debian_config_ubuntu.17.04-x64.json | 49 ---------------------- src/installer/publish/dir.props | 1 - 3 files changed, 90 deletions(-) delete mode 100644 src/installer/pkg/packaging/deb/dotnet-runtime-deps-debian_config_ubuntu.17.04-x64.json diff --git a/src/installer/buildpipeline/Core-Setup-Linux-BT.json b/src/installer/buildpipeline/Core-Setup-Linux-BT.json index 010caa7..b7ce4d5 100644 --- a/src/installer/buildpipeline/Core-Setup-Linux-BT.json +++ b/src/installer/buildpipeline/Core-Setup-Linux-BT.json @@ -329,46 +329,6 @@ "enabled": true, "continueOnError": false, "alwaysRun": false, - "displayName": "Package Runtime Dep - Ubuntu 17.04", - "timeoutInMinutes": 0, - "refName": "ClonedTask184", - "task": { - "id": "d9bafed4-0b18-4f58-968d-86655b4d2ce9", - "versionSpec": "1.*", - "definitionType": "task" - }, - "inputs": { - "filename": "docker", - "arguments": "$(CommonDockerCommandToBuildRuntimeDepDebPackage) /p:OutputRid=ubuntu.17.04-$(PB_TargetArchitecture)", - "workingFolder": "", - "failOnStandardError": "false" - } - }, - { - "environment": {}, - "enabled": true, - "continueOnError": false, - "alwaysRun": false, - "displayName": "Publish Runtime Dep - Ubuntu 17.04", - "timeoutInMinutes": 0, - "refName": "ClonedTask195", - "task": { - "id": "d9bafed4-0b18-4f58-968d-86655b4d2ce9", - "versionSpec": "1.*", - "definitionType": "task" - }, - "inputs": { - "filename": "docker", - "arguments": "$(CommonDockerCommandToPublishRuntimeDepDebPackage) /p:OutputRid=ubuntu.17.04-$(PB_TargetArchitecture)", - "workingFolder": "", - "failOnStandardError": "false" - } - }, - { - "environment": {}, - "enabled": true, - "continueOnError": false, - "alwaysRun": false, "displayName": "Package Runtime Dep - Ubuntu 17.10", "timeoutInMinutes": 0, "refName": "ClonedClonedTask1844", diff --git a/src/installer/pkg/packaging/deb/dotnet-runtime-deps-debian_config_ubuntu.17.04-x64.json b/src/installer/pkg/packaging/deb/dotnet-runtime-deps-debian_config_ubuntu.17.04-x64.json deleted file mode 100644 index 27fbc56..0000000 --- a/src/installer/pkg/packaging/deb/dotnet-runtime-deps-debian_config_ubuntu.17.04-x64.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "maintainer_name":".NET Core Team", - "maintainer_email": "dotnetpackages@dotnetfoundation.org", - - "package_name": "%RUNTIME_DEPS_DEBIAN_PACKAGE_NAME%", - "install_root": "/usr/share/dotnet", - - "short_description": "%RUNTIME_DEPS_DEBIAN_PACKAGE_NAME% %RUNTIME_DEPS_VERSION%", - "long_description": ".NET Core is a development platform that you can use to build command-line applications, microservices and modern websites. This package installs all the system dependencies for Dotnet Core Runtime.", - "homepage": "https://dot.net/core", - - "release":{ - "package_version":"1.0.0.0", - "package_revision":"1", - "urgency" : "low", - "changelog_message" : "https://github.com/dotnet/core/tree/master/release-notes" - }, - - "control": { - "priority":"standard", - "section":"libs", - "architecture":"amd64" - }, - - "copyright": "2017 Microsoft", - "license": { - "type": "MIT and ASL 2.0 and BSD", - "full_text": "Copyright (c) 2017 Microsoft\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE." - }, - - "debian_dependencies":{ - "libc6":{}, - "libcurl3":{}, - "libgcc1":{}, - "libgssapi-krb5-2":{}, - "liblttng-ust0":{}, - "libstdc++6":{}, - "libunwind8":{}, - "libuuid1":{}, - "zlib1g":{}, - "libssl1.0.0" : {}, - "libicu57": {} - }, - - "debian_ignored_dependencies" : [ - "liblldb-3.5", - "liblldb-3.6" - ] -} diff --git a/src/installer/publish/dir.props b/src/installer/publish/dir.props index 8288518..e9b1be0 100644 --- a/src/installer/publish/dir.props +++ b/src/installer/publish/dir.props @@ -43,7 +43,6 @@ - -- 2.7.4