Downloads:
7,148
Downloads of v 3.22:
582
Last Update:
25 Jun 2019
Package Maintainer(s):
Software Author(s):
- Cosium
Tags:
vet gerrit-review-cli pull-request gerrit pull-requests- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
vet
- 1
- 2
- 3
3.22 | Updated: 25 Jun 2019
- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
7,148
Downloads of v 3.22:
582
Maintainer(s):
Software Author(s):
- Cosium
vet 3.22
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Cosium. The inclusion of Cosium trademark(s), if any, upon this webpage is solely to identify Cosium goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install vet, run the following command from the command line or from PowerShell:
To upgrade vet, run the following command from the command line or from PowerShell:
To uninstall vet, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download gerrit-vet --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade gerrit-vet -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade gerrit-vet -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install gerrit-vet
win_chocolatey:
name: gerrit-vet
version: '3.22'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'gerrit-vet' do
action :install
source 'INTERNAL REPO URL'
version '3.22'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller gerrit-vet
{
Name = "gerrit-vet"
Version = "3.22"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'gerrit-vet':
ensure => '3.22',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 25 Jun 2019.
Gerrit client using pull request review workflow
Uninstall-BinFile "vet"
MIT License
Copyright (c) 2018
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
This is for the package version 3.22
BACKGROUND
The embedded software have been built from source held at <https://github.com/Cosium/vet>
The full build script is hosted here: <https://github.com/Cosium/vet/tree/master/distribution/chocolatey>
The build is executed on a hosted file server in Cosium
The build process created the file vet-windows_x64.zip which is stored as a release on Github https://github.com/Cosium/vet/releases/download/_version_/vet-windows_x64.zip
VERIFICATION PROCESS
1. Download the official released file https://github.com/Cosium/vet/releases/download/_version_/vet-windows_x64.zip
2. Check the file hash is as per this document. This zip file should have a SHA256 checksum of d8514e1d8faffd3d1b491fdb8b70d30121d5ccc3a1edb53e2c5850e5d93a2a86
3. Extract the bundled vet-windows_x64.zip from the chocolatey package, has with get-filehash and compare to the hash _sha256_ and the hash derived from 2 above
4. If all three hashes match (hash from github, hash from chocolatey, hash from build process), the file is verified.
EXAMPLE:
wget https://github.com/Cosium/vet/releases/download/_version_/vet-windows_x64.zip -OutFile .et-windows_x64.zip
(get-filehash .et-windows_x64.zip).Hash -eq "_sha256_"
LICENSE:
The file 'LICENSE.txt' has been obtained from <https://opensource.org/licenses/MIT>
md5: F29CCCB3DB1C2ADA4EF20B38FF213E41 | sha1: C8DD5B6AEFB5A8638DB3DD49726ED8D17CE7382A | sha256: D8514E1D8FAFFD3D1B491FDB8B70D30121D5CCC3A1EDB53E2C5850E5D93A2A86 | sha512: A533A1F100AE34658562F76BD7CBC0ED6DB0F5518A48166E00E3F8AF436991E0B20568F8898D2786DD4A58FDCD24FD60799534720C942394F767B2AB2C228EB6
Log in or click on link to see number of positives.
- msvcp120.dll (2abf0aab5a3c) - ## / 72
- msvcr120.dll (ad32240bb1de) - ## / 72
- java.dll (89938d88ae3c) - ## / 66
- java.exe (4870d57e871a) - ## / 66
- javaw.exe (867579fe1565) - ## / 67
- jimage.dll (6905fe6758ea) - ## / 67
- jli.dll (6ebaf88aaf95) - ## / 67
- keytool.exe (f9c90599e791) - ## / 68
- net.dll (63b787f5ac20) - ## / 67
- nio.dll (a330b0ed5e3d) - ## / 67
- verify.dll (b617704812f7) - ## / 67
- zip.dll (f157d93cd49d) - ## / 66
- jvm.dll (f2ac032e91c9) - ## / 67
- gerrit-vet.3.22.nupkg (138dfb549049) - ## / 59
- vet.zip (d8514e1d8faf) - ## / 63
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
vet 3.22 | 582 | Tuesday, June 25, 2019 | Approved | |
vet 3.19 | 265 | Wednesday, August 1, 2018 | Approved | |
vet 3.18 | 240 | Friday, July 27, 2018 | Approved | |
vet 3.17 | 238 | Tuesday, July 17, 2018 | Approved | |
vet 3.16 | 235 | Saturday, June 30, 2018 | Approved | |
vet 3.15 | 272 | Saturday, June 2, 2018 | Approved | |
vet 3.14 | 280 | Friday, May 25, 2018 | Approved | |
vet 3.13 | 277 | Thursday, May 24, 2018 | Approved | |
vet 3.12 | 258 | Thursday, May 24, 2018 | Approved | |
vet 3.11 | 284 | Thursday, May 24, 2018 | Approved | |
vet 3.10 | 291 | Sunday, May 13, 2018 | Approved | |
vet 3.0 | 276 | Saturday, May 12, 2018 | Approved | |
vet 2.9 | 254 | Saturday, May 12, 2018 | Approved | |
vet 2.8 | 281 | Friday, May 11, 2018 | Approved | |
vet 2.7 | 254 | Friday, May 11, 2018 | Approved | |
vet 2.6 | 267 | Friday, May 11, 2018 | Approved | |
vet 2.4 | 262 | Friday, May 11, 2018 | Approved | |
vet 2.3 | 262 | Thursday, May 10, 2018 | Approved | |
vet 2.2 | 260 | Thursday, May 10, 2018 | Approved | |
vet 1.13 | 310 | Friday, March 23, 2018 | Approved | |
vet 1.12 | 291 | Sunday, March 18, 2018 | Approved | |
vet 1.11 | 293 | Saturday, March 17, 2018 | Approved | |
vet 1.9 | 286 | Saturday, March 17, 2018 | Approved | |
vet 1.1 | 311 | Friday, March 9, 2018 | Approved | |
vet 1.0 | 319 | Friday, March 2, 2018 | Approved |
This package has no dependencies.
Ground Rules:
- This discussion is only about vet and the vet package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or vet, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.