From eb1f72c36966abc1a8dde967599f6a398793e4f5 Mon Sep 17 00:00:00 2001 From: John Luo Date: Wed, 28 Jun 2017 20:18:18 -0700 Subject: [PATCH] Installer generation updates --- build/repo.targets | 83 +++++++++++++++++++++++++++++++--------- tools/changelog | 4 +- tools/debian_config.json | 4 +- 3 files changed, 69 insertions(+), 22 deletions(-) diff --git a/build/repo.targets b/build/repo.targets index 13930d99c6..0d9b993068 100644 --- a/build/repo.targets +++ b/build/repo.targets @@ -362,13 +362,65 @@ SkipUnchangedFiles="False" UseHardlinksIfPossible="False" /> - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + - + + @(_InstallerSummary) + @(_InstallerDescription) + @(_InstallerLicense) + @(_InstallerPackageRevision) + @(_InstallerHomepage) + @(_InstallerMaintainerName) + @(_InstallerMaintainerEmail) + @(_InstallerChangelogMessage) + + + + + + + @@ -378,17 +430,12 @@ + $(RuntimeStoreTimestampInstallerPackageName)-$(InstallerPlatform)-$(PACKAGE_CACHE_PLATFORM).rpm $(RuntimeStoreNoTimestampInstallerPackageName)-$(InstallerPlatform)-$(PACKAGE_CACHE_PLATFORM).rpm @(RPMDirectories->' --directories "%(FullPath)"', ' ') - Microsoft ASP.NET Core Runtime Package Store 2.0.0 - Preview 2 - Runtime package store for Microsoft ASP.NET Core. It is open source, cross-platform and is supported by Microsoft. We hope you enjoy using it! If you do, please consider joining the active community of developers that are contributing to the project on GitHub (https://github.com/aspnet/home). We happily accept issues and PRs. - Microsoft - nugetaspnet@microsoft.com + $(InstallerMaintainerName) <$(InstallerMaintainerEmail)> .NET Foundation - Apache-2.0 - 1 - https://www.asp.net/ /opt/rh/rh-dotnet20/root/usr/lib64/dotnet @@ -416,14 +463,14 @@ $(RPMDirectoriesArguments) --rpm-changelog $(DockerRootDirectory)artifacts/itLayout/templates/changelog --rpm-summary "$(InstallerSummary)" - --description "$(InstalerDescription)" - --maintainer "$(InstallerMaintainerName) <$(InstallerMaintainerEmail)>" + --description "$(InstallerDescription)" + --maintainer "$(InstallerMaintainer)" --vendor "$(InstallerVendor)" -p $(DockerRootDirectory)artifacts/itOutput/$(RuntimeStoreTimestampRPMFileName) --license "$(InstallerLicense)" --iteration $(InstallerPackageRevision) --url "$(InstallerHomepage)" - $(DockerRootDirectory)artifacts/itLayout/package_root/=$(InstallerInstallRoot)" /> + $(DockerRootDirectory)artifacts/itLayout/package_root/="$(InstallerInstallRoot)"" />