You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/en-us/community-repository/moderation/package-verifier.mdx
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,14 +22,14 @@ The verifier is a service that checks the correctness (that the package actually
22
22
## Specifications
23
23
24
24
<Callouttype="info">
25
-
We currently run against only one system. This was chosen as it will install almost all Chocolatey packages. We will be adding multiple systems in the future.
25
+
We currently run against only one system. This was chosen as it will install almost all Chocolatey packages.
26
26
</Callout>
27
27
28
28
The systems we run against:
29
-
* Windows Server 2012 R2 x64
30
-
*It's a completely stock machine, no Windows updates applied. No hotfixes. Imagine that you took the image and ran it without applying any Windows updates.
31
-
*Has very limited things installed (bitvise sshd, git, notepad++, 7zip)
32
-
*The Printer Spooler Service is stopped and disabled. This can cause problems for packages that deal with software that relates to anything to do with printing, i.e. printing of PDF files.
29
+
* Windows Server 2019
30
+
* Windows Subsystem for Linux (WSL) enabled
31
+
*.NET 3.5 and 4.8 preinstalled
32
+
*Windows Updates installed through to 2024-05-28
33
33
34
34
35
35
## How can I bypass the verifier?
@@ -42,10 +42,10 @@ If your package needs to be exempted, please contact the site admins on the pack
42
42
43
43
The verifier has the following prerequisites for it to work:
44
44
45
-
* VirtualBox installed (4.3.x series - the verifier box has 4.3.28 installed)
46
-
* Vagrant installed (right now 1.7.4 is recommended)
45
+
* VirtualBox installed (The verifier box has 6.1.18 installed)
46
+
* Vagrant installed (right now 2.3.1 is recommended)
47
47
* Vagrant sahara plugin installed
48
-
* Vagrant box `win2012r2x64` available
48
+
* Vagrant box [`chocolatey/test-environment`](https://app.vagrantup.com/chocolatey/boxes/test-environment) available
49
49
* A Windows machine that can run 64bit virtual boxes. Usually a physical machine can do this. Others require vt-x
0 commit comments