Skip to content

Commit

Permalink
AU: 4 updated - sql-server-2017-cumulative-update teamcity TeamCity-O…
Browse files Browse the repository at this point in the history
  • Loading branch information
flcdrg committed Dec 10, 2019
1 parent 3b5cbc8 commit 9231031
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 16 deletions.
3 changes: 2 additions & 1 deletion TeamCity-OpenJDK8/TeamCity-OpenJDK8.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"2019.1": "2019.1.5"
"2019.1": "2019.1.5",
"2019.2": "2019.2"
}
4 changes: 2 additions & 2 deletions TeamCity-OpenJDK8/teamcity-openjdk8.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>TeamCity-OpenJDK8</id>
<version>2019.1.5</version>
<version>2019.2</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/TeamCity-OpenJDK8</packageSourceUrl>
<owners>flcdrg</owners>
<title>TeamCity Continuous Integration Server (OpenJDK8)</title>
Expand Down Expand Up @@ -46,7 +46,7 @@ Example:
<releaseNotes>https://confluence.jetbrains.com/display/TW/TeamCity+2019.1+Release+Notes</releaseNotes>
<dependencies>
<dependency id="AdoptOpenJDK8 " version="8.212.1" />
<dependency id="teamcity" version="[2019.1.5]" />
<dependency id="teamcity" version="[2019.2]" />
</dependencies>
</metadata>
<files>
Expand Down
3 changes: 2 additions & 1 deletion TeamCity-PreinstalledJRE/TeamCity-PreinstalledJRE.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"2019.1": "2019.1.5"
"2019.1": "2019.1.5",
"2019.2": "2019.2"
}
4 changes: 2 additions & 2 deletions TeamCity-PreinstalledJRE/teamcity-preinstalledjre.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>TeamCity-PreinstalledJRE</id>
<version>2019.1.5</version>
<version>2019.2</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/TeamCity-PreinstalledJRE</packageSourceUrl>
<owners>flcdrg</owners>
<title>TeamCity Continuous Integration Server (Existing JRE)</title>
Expand Down Expand Up @@ -45,7 +45,7 @@ Example:
</description>
<releaseNotes>https://confluence.jetbrains.com/display/TW/TeamCity+2019.1+Release+Notes</releaseNotes>
<dependencies>
<dependency id="teamcity" version="[2019.1.5]" />
<dependency id="teamcity" version="[2019.2]" />
</dependencies>
</metadata>
<files>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>sql-server-2017-cumulative-update</id>
<version>14.0.3238.1</version>
<version>14.0.3257.3</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/sql-server-2017-cumulative-update</packageSourceUrl>
<owners>flcdrg</owners>
<title>Microsoft SQL Server 2017 Cumulative Update 17</title>
<title>Microsoft SQL Server 2017 Cumulative Update 18</title>
<authors>Microsoft Corporation</authors>
<projectUrl>https://www.microsoft.com/en-us/download/details.aspx?id=56128</projectUrl>
<iconUrl>https://raw.githubusercontent.com/ferventcoder/chocolatey-packages/59ad5e2e32c52fd2a45a9735f95a81368f9e5e85/icons/microsoft-sql-server.svg</iconUrl>
Expand All @@ -32,7 +32,7 @@ Uninstalling with Chocolatey is known to not be reliable, as the uninstaller wan

Should you need to uninstall this cumulative update, you may need to revert to manual uninstallation via Programs and Features, Installed Updates.
</description>
<releaseNotes>http://support.microsoft.com/help/4515579</releaseNotes>
<releaseNotes>http://support.microsoft.com/help/4527377</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down
6 changes: 3 additions & 3 deletions sql-server-2017-cumulative-update/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
$ErrorActionPreference = 'Stop';
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$url = 'https://download.microsoft.com/download/C/4/F/C4F908C9-98ED-4E5F-88D5-7D6A5004AEBD/SQLServer2017-KB4515579-x64.exe'
$checksum = '172664a4b04ca0285cc13e37f3ea19281f85792a397a7813bf742a609b351e00'
$softwareName = 'Hotfix 3238 for SQL Server 2017*(KB4515579)*'
$url = 'https://download.microsoft.com/download/C/4/F/C4F908C9-98ED-4E5F-88D5-7D6A5004AEBD/SQLServer2017-KB4527377-x64.exe'
$checksum = 'f43c2fd9ba972e7d0fe72accf916c1f8bc82a2fb47a0c8d9e91f3b0b61748312'
$softwareName = 'Hotfix 3257 for SQL Server 2017*(KB4527377)*'

$filename = [IO.Path]::GetFileName($url)

Expand Down
3 changes: 2 additions & 1 deletion teamcity/teamcity.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"2019.1": "2019.1.5"
"2019.1": "2019.1.5",
"2019.2": "2019.2"
}
4 changes: 2 additions & 2 deletions teamcity/teamcity.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>teamcity</id>
<version>2019.1.5</version>
<version>2019.2</version>
<title>TeamCity Continuous Integration Server</title>
<authors>JetBrains</authors>
<owners>skyguy94, flcdrg</owners>
Expand Down Expand Up @@ -32,7 +32,7 @@ This package just downloads the TeamCity tar.gz file. Use one of the following r
Earlier versions of this package depended on the Server-JRE8 package, but due to recent Java licensing changes that package is no longer working.
</description>

<releaseNotes>https://confluence.jetbrains.com/display/TW/TeamCity+2019.1.5+(build+66605)+Release+Notes</releaseNotes>
<releaseNotes>https://confluence.jetbrains.com/display/TW/TeamCity+2019.2+Release+Notes</releaseNotes>
<tags>Testing Build Coding Compilation Continuous Integration CI jetbrains admin</tags>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion teamcity/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$filename = "TeamCity-$($env:ChocolateyPackageVersion).tar.gz"
$checksum = 'd9491d46fa8a431fdf46a8471faa28f6ba080f55a4035df0415099105e35040d'
$checksum = '5083304d567c63ec356e5a45317b9d95c3240e6986a23b03fe8492bba4f3414d'

$url = "https://download.jetbrains.com/teamcity/TeamCity-$($env:ChocolateyPackageVersion).tar.gz"
$packagePath = $(Split-Path -parent $toolsDir)
Expand Down

0 comments on commit 9231031

Please sign in to comment.