Skip to content

Commit

Permalink
Update docs with respect to .zip
Browse files Browse the repository at this point in the history
  • Loading branch information
Trenly committed Jan 23, 2023
1 parent 363d109 commit 1ea943c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 281 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/package_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ body:
value: |
### Important - Please read
> At this time installers must either be MSIX, MSI or .exe application installers.
> Compressed .zip files, and fonts are not currently supported.
> Terminal scripts and fonts are not currently supported.
- type: checkboxes
attributes:
label: Package Requested
options:
- label: I would like someone else to build the manifest.
- label: I would like help so I can submit the manifest.
- label: I have performed a search and couldn't find this package.
- label: I have checked that the installer for this package is not contained in a .zip file
- label: I have checked that the installer for this package is not a script file
- label: I think there is a new version available and I have provided the URL.
- type: textarea
attributes:
Expand Down
274 changes: 0 additions & 274 deletions .github/fabricbot.json
Original file line number Diff line number Diff line change
Expand Up @@ -2606,240 +2606,6 @@
]
}
},
{
"taskType": "trigger",
"capabilityId": "IssueResponder",
"subCapability": "PullRequestCommentResponder",
"version": "1.0",
"config": {
"conditions": {
"operator": "and",
"operands": [
{
"name": "commentContains",
"parameters": {
"bodyPattern": "/zip",
"isRegex": true,
"commentPattern": "@[mM][sS][fF][tT][bB][oO][tT]\\s+\\.?[zZ]ip"
}
},
{
"operator": "or",
"operands": [
{
"name": "activitySenderHasPermissions",
"parameters": {
"permissions": "admin"
}
},
{
"name": "activitySenderHasPermissions",
"parameters": {
"permissions": "write"
}
},
{
"name": "isActivitySender",
"parameters": {
"user": "ImJoakim"
}
},
{
"name": "isActivitySender",
"parameters": {
"user": "ItzLevvie"
}
},
{
"name": "isActivitySender",
"parameters": {
"user": "jedieaston"
}
},
{
"name": "isActivitySender",
"parameters": {
"user": "KaranKad"
}
},
{
"name": "isActivitySender",
"parameters": {
"user": "OfficialEsco"
}
},
{
"name": "isActivitySender",
"parameters": {
"user": "quhxl"
}
},
{
"name": "isActivitySender",
"parameters": {
"user": "Trenly"
}
},
{
"name": "isActivitySender",
"parameters": {
"user": "mdanish-kh"
}
},
{
"name": "isActivitySender",
"parameters": {
"user": "russellbanks"
}
}
]
}
]
},
"eventType": "pull_request",
"eventNames": [
"issue_comment"
],
"taskName": "Helper to add Interactive-Only-Installer to PR",
"actions": [
{
"name": "addLabel",
"parameters": {
"label": "Needs-Author-Feedback"
}
},
{
"name": "removeLabel",
"parameters": {
"label": "Needs-Attention"
}
},
{
"name": "addLabel",
"parameters": {
"label": ".zip"
}
},
{
"name": "addLabel",
"parameters": {
"label": "Blocking-Issue"
}
}
]
}
},
{
"taskType": "trigger",
"capabilityId": "IssueResponder",
"subCapability": "IssueCommentResponder",
"version": "1.0",
"config": {
"conditions": {
"operator": "and",
"operands": [
{
"name": "commentContains",
"parameters": {
"bodyPattern": "/zip",
"isRegex": true,
"commentPattern": "@[mM][sS][fF][tT][bB][oO][tT]\\s+\\.?[zZ]ip"
}
},
{
"operator": "or",
"operands": [
{
"name": "activitySenderHasPermissions",
"parameters": {
"permissions": "admin"
}
},
{
"name": "activitySenderHasPermissions",
"parameters": {
"permissions": "write"
}
},
{
"name": "isActivitySender",
"parameters": {
"user": "ImJoakim"
}
},
{
"name": "isActivitySender",
"parameters": {
"user": "ItzLevvie"
}
},
{
"name": "isActivitySender",
"parameters": {
"user": "jedieaston"
}
},
{
"name": "isActivitySender",
"parameters": {
"user": "KaranKad"
}
},
{
"name": "isActivitySender",
"parameters": {
"user": "OfficialEsco"
}
},
{
"name": "isActivitySender",
"parameters": {
"user": "quhxl"
}
},
{
"name": "isActivitySender",
"parameters": {
"user": "Trenly"
}
},
{
"name": "isActivitySender",
"parameters": {
"user": "mdanish-kh"
}
},
{
"name": "isActivitySender",
"parameters": {
"user": "russellbanks"
}
}
]
}
]
},
"eventType": "issue",
"eventNames": [
"issue_comment"
],
"taskName": "Helper to add .zip to Issue",
"actions": [
{
"name": "addLabel",
"parameters": {
"label": ".zip"
}
},
{
"name": "addLabel",
"parameters": {
"label": "Blocking-Issue"
}
}
]
}
},
{
"taskType": "trigger",
"capabilityId": "IssueResponder",
Expand Down Expand Up @@ -6182,46 +5948,6 @@
]
}
},
{
"taskType": "trigger",
"capabilityId": "IssueResponder",
"subCapability": "PullRequestResponder",
"version": "1.0",
"config": {
"conditions": {
"operator": "and",
"operands": [
{
"name": "labelAdded",
"parameters": {
"label": ".zip"
}
}
]
},
"eventType": "pull_request",
"eventNames": [
"pull_request",
"issues",
"project_card"
],
"taskName": "Blocked by .zip",
"actions": [
{
"name": "addReply",
"parameters": {
"comment": "Hello @${issueAuthor},\n\nThis package appears to reference a compressed .zip archive rather than an installer.\n\nThis PR is blocked until support for .zip is implemented in:\n* microsoft/winget-cli/issues/140\n\nTemplate: msftbot/blockingIssue/zipInstaller"
}
},
{
"name": "addLabel",
"parameters": {
"label": "Blocking-Issue"
}
}
]
}
},
{
"taskType": "trigger",
"capabilityId": "IssueResponder",
Expand Down
3 changes: 1 addition & 2 deletions Moderation.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,4 @@ Moderators are often the first to see and triage new issues, and so they have th
* `Blocking-Issue`
* `Interactive-Only-Installer`
* `Dependencies`
* `.zip`
> Note: Adding `Interactive-Only-Installer`, `Dependencies`, or `.zip` will automatically add `Blocking-Issue`
> Note: Adding `Interactive-Only-Installer` or `Dependencies`, will automatically add `Blocking-Issue`
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![Github Status](https://img.shields.io/endpoint?url=https://api.bittu.eu.org/github-status-badge-endpoint)](https://www.githubstatus.com)

This repository contains the manifest files for the **Windows Package Manager** default source. You are highly encouraged to submit manifests for your favorite application.
> Note: At this time installers must either be MSIX, MSI or .exe application installers. Compressed .zip files and fonts are not currently supported.
> Note: At this time installers must be MSIX, MSI, APPX, or .exe application installers. Terminals script installers and fonts are not currently supported.
The **Windows Package Manager** is an [open source client](https://github.com/microsoft/winget-cli) designed for command-line usage. If you are interested in exploring third-party repositories offering private winget package hosting, see [third-party repositories](THIRD_PARTY.md).

Expand Down
4 changes: 2 additions & 2 deletions Tools/SandboxTest.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -164,14 +164,14 @@ $uiLibsUwp.pathInSandbox = Join-Path -Path $desktopInSandbox -ChildPath (Join-Pa
Write-Host

# Create Bootstrap settings
# dependencies and zipInstall are enabled for forward compatibility with PR's
# Experimental features can be enabled for forward compatibility with PR's
$bootstrapSettingsContent = @{}
$bootstrapSettingsContent['$schema'] = 'https://aka.ms/winget-settings.schema.json'
$bootstrapSettingsContent['logging'] = @{level = 'verbose' }
if ($EnableExperimentalFeatures) {
$bootstrapSettingsContent['experimentalFeatures'] = @{
dependencies = $true
zipInstall = $true
openLogsArgument = $true
}
}

Expand Down

0 comments on commit 1ea943c

Please sign in to comment.