From b1467ea6441581d14b4feaedcc5923db9fd490a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Fri, 31 Dec 2021 17:49:35 +0100 Subject: [PATCH] chore: Repository tweaks [Shovel skip] Preparations for repository move --- .github/CODEOWNERS | 1 + .vscode/Shovel.code-workspace | 6 ++---- .vscode/settings.json | 4 ++-- CHANGELOG.md | 2 ++ PSScriptAnalyzerSettings.psd1 | 2 +- README.md | 6 +++--- buckets.json | 2 +- supporting/shimexe.yml | 10 +++++----- supporting/validator.yml | 8 ++++---- 9 files changed, 21 insertions(+), 20 deletions(-) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000000..0dffe37648 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @shovel-org/Core diff --git a/.vscode/Shovel.code-workspace b/.vscode/Shovel.code-workspace index 0a027a3ea9..1eebc4507d 100644 --- a/.vscode/Shovel.code-workspace +++ b/.vscode/Shovel.code-workspace @@ -1,10 +1,8 @@ { "extensions": { "recommendations": [ - "CoenraadS.bracket-pair-colorizer-2", "DavidAnson.vscode-markdownlint", "EditorConfig.EditorConfig", - "fabiospampinato.vscode-terminals", "ms-dotnettools.csharp", "ms-vscode.powershell-preview", "ms-vscode-remote.remote-ssh", @@ -201,10 +199,10 @@ "yaml.hover": true, "yaml.schemas": { "https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/github-workflow.json": [ - "github/workflows/**/*", + ".github/workflows/**/*", ], "https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/appveyor.json": [ - "*appveyor.y*(a)ml", + "*appveyor.y*ml", ], "https://raw.githubusercontent.com/Ash258/Scoop-Core/NEW/schema.json": [ "bucket/**/*.y*ml", diff --git a/.vscode/settings.json b/.vscode/settings.json index eb09e8a1bc..5d25e311c9 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -118,10 +118,10 @@ "yaml.hover": true, "yaml.schemas": { "https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/github-workflow.json": [ - "github/workflows/**/*", + ".github/workflows/**/*", ], "https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/appveyor.json": [ - "*appveyor.y*(a)ml", + "*appveyor.y*ml", ], "https://raw.githubusercontent.com/Ash258/Scoop-Core/NEW/schema.json": [ "bucket/**/*.y*ml", diff --git a/CHANGELOG.md b/CHANGELOG.md index b406adf42f..65e75059e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [0.6.5](https://github.com/Ash258/Scoop-Core/milestone/5) +### 0.6.5-pre2 + 🎉🎉 YAML typed manifest and archived manifest installation support 🎉🎉 - Prompt for the new issue now has correct version in title in case of archived manifest is being downloaded/installed/... diff --git a/PSScriptAnalyzerSettings.psd1 b/PSScriptAnalyzerSettings.psd1 index d417ed4cb5..52432d11f2 100644 --- a/PSScriptAnalyzerSettings.psd1 +++ b/PSScriptAnalyzerSettings.psd1 @@ -9,7 +9,7 @@ # this command is used by some core functions and hard to be removed. 'PSAvoidUsingInvokeExpression', # PSUseDeclaredVarsMoreThanAssignments doesn't currently work due to: - # https://github.com/PowerShell/PSScriptAnalyzer/issues/636 + # https://github.com/PowerShell/PSScriptAnalyzer/issues/1163 'PSUseDeclaredVarsMoreThanAssignments' ) } diff --git a/README.md b/README.md index 3f39941cdd..b42618e62f 100644 --- a/README.md +++ b/README.md @@ -74,11 +74,11 @@ The following buckets are known to Shovel: - [Base](https://github.com/shovel-org/Base) - Rebuild of main bucket suited for Shovel usage; Archived + arm64 version support - [main](https://github.com/ScoopInstaller/Main) - Default bucket for the most common command line utilities - [extras](https://github.com/ScoopInstaller/Extras) - GUI applications +- [nirsoft](https://github.com/shovel-org/NirSoft-Bucket) - All [Nirsoft](https://nirsoft.net) utilites +- [sysinternals](https://github.com/shovel-org/Sysinternals-Bucket) - All [Sysinternals](https://docs.microsoft.com/en-us/sysinternals/) tools separately +- [jetbrains](https://github.com/Ash258/Scoop-JetBrains) - All [JetBrains](https://www.jetbrains.com/products/) utilities and IDEs - [nerd-fonts](https://github.com/matthewjberger/scoop-nerd-fonts) - Nerd Fonts -- [nirsoft](https://github.com/Ash258/Scoop-NirSoft) - All [Nirsoft](https://nirsoft.net) utilites - [java](https://github.com/ScoopInstaller/Java) - Installers for Oracle Java, OpenJDK, Zulu, ojdkbuild, AdoptOpenJDK, Amazon Corretto, BellSoft Liberica, SapMachine and Microsoft -- [jetbrains](https://github.com/Ash258/Scoop-JetBrains) - All [JetBrains](https://www.jetbrains.com/products/) utilities and IDEs -- [sysinternals](https://github.com/Ash258/Scoop-Sysinternals) - All [Sysinternals](https://docs.microsoft.com/en-us/sysinternals/) tools separately - [nonportable](https://github.com/TheRandomLabs/scoop-nonportable) - Non-portable applications (may require UAC) - [php](https://github.com/ScoopInstaller/PHP) - Installers for various versions of PHP - [versions](https://github.com/ScoopInstaller/Versions) - Alternative versions of applications found in known buckets diff --git a/buckets.json b/buckets.json index 01147f8c2a..d081584947 100644 --- a/buckets.json +++ b/buckets.json @@ -4,7 +4,7 @@ "extras": "https://github.com/ScoopInstaller/Extras", "java": "https://github.com/ScoopInstaller/Java", "nerd-fonts": "https://github.com/matthewjberger/scoop-nerd-fonts", - "sysinternals": "https://github.com/shovel-org/SysInternals-Bucket", + "sysinternals": "https://github.com/shovel-org/Sysinternals-Bucket", "nirsoft": "https://github.com/shovel-org/NirSoft-Bucket", "jetbrains": "https://github.com/Ash258/Scoop-JetBrains", "nonportable": "https://github.com/TheRandomLabs/scoop-nonportable", diff --git a/supporting/shimexe.yml b/supporting/shimexe.yml index 6a14755cf4..1c1fdf523a 100644 --- a/supporting/shimexe.yml +++ b/supporting/shimexe.yml @@ -1,14 +1,14 @@ version: 1.0.2 -description: Scoop shim -homepage: https://github.com/Ash258/Scoop-Shim +description: Shovel shim +homepage: https://github.com/shovel-org/Shim license: identifier: GPL-3.0-only - url: https://github.com/Ash258/Scoop-Shim/blob/main/LICENSE -url: https://github.com/Ash258/Scoop-Shim/releases/download/1.0.2/shim.exe + url: https://github.com/shovel-org/Shim/blob/main/LICENSE +url: https://github.com/shovel-org/Shim/releases/download/1.0.2/shim.exe hash: 9726c3a429009a5b22bd92cb8ab96724c670e164e7240e83f27b7c8b7bd1ca39 pre_install: Copy-Item "$dir\$fname" "$dir\shim.arm64.exe" checkver: github autoupdate: - url: https://github.com/Ash258/Scoop-Shim/releases/download/$version/shim.exe + url: https://github.com/shovel-org/Shim/releases/download/$version/shim.exe hash: url: $url.sha256 diff --git a/supporting/validator.yml b/supporting/validator.yml index e3e8f87e0b..27b7154352 100644 --- a/supporting/validator.yml +++ b/supporting/validator.yml @@ -1,13 +1,13 @@ version: 1.0.4 description: Scoop validator -homepage: https://github.com/Ash258/Scoop-Validator +homepage: https://github.com/shovel-org/Validator license: identifier: GPL-3.0-only - url: https://github.com/Ash258/Scoop-Validator/blob/main/LICENSE -url: https://github.com/Ash258/Scoop-Validator/releases/download/1.0.4/validator.zip + url: https://github.com/shovel-org/Validator/blob/main/LICENSE +url: https://github.com/shovel-org/Validator/releases/download/1.0.4/validator.zip hash: c2e5b0aaa061fbde504a892d45c767fed654be9b218034eae18d047b84240c0a checkver: github autoupdate: - url: https://github.com/Ash258/Scoop-Validator/releases/download/$version/validator.zip + url: https://github.com/shovel-org/Validator/releases/download/$version/validator.zip hash: url: $url.sha256