From 39c252512128b2a0b01396fc34ce90330c839291 Mon Sep 17 00:00:00 2001 From: James Ruskin Date: Mon, 12 Aug 2024 15:37:58 +0100 Subject: [PATCH 1/2] (nexus-repository) Temporarily Disables Package Updates Nexus' recently released version causes upgrades to fail, due to the required database migration steps. Until we've fixed that logic, we are disabling the automatic package updates. --- automatic/nexus-repository/{update.ps1 => _update.ps1} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename automatic/nexus-repository/{update.ps1 => _update.ps1} (100%) diff --git a/automatic/nexus-repository/update.ps1 b/automatic/nexus-repository/_update.ps1 similarity index 100% rename from automatic/nexus-repository/update.ps1 rename to automatic/nexus-repository/_update.ps1 From 09b01e914e31b288f8b28bf071eb3273fee30c70 Mon Sep 17 00:00:00 2001 From: AdmiringWorm Date: Mon, 12 Aug 2024 16:51:37 +0200 Subject: [PATCH 2/2] (maint) Explicitly set PS scripts to be CRLF --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index 3fe9255e0be..69aa79d85c7 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,6 +3,9 @@ # Possibly have crlf for this as well (believe AU uses Windows Line Endings and utf-8-bom) *.nuspec text eol=lf +*.ps1 text eol=crlf +*.psm1 text eol=crlf + *.png binary *.jpg binary *.exe binary