Downloads:
7,511
Downloads of v 5.0.1.20200714:
1,805
Last Update:
14 Jul 2020
Package Maintainer(s):
Software Author(s):
- Troupe Technology Ltd
Tags:
gitter admin im messaging messenger chat- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Gitter (Install)
- 1
- 2
- 3
5.0.1.20200714 | Updated: 14 Jul 2020
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
7,511
Downloads of v 5.0.1.20200714:
1,805
Maintainer(s):
Software Author(s):
- Troupe Technology Ltd
Gitter (Install) 5.0.1.20200714
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Troupe Technology Ltd. The inclusion of Troupe Technology Ltd trademark(s), if any, upon this webpage is solely to identify Troupe Technology Ltd 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 Gitter (Install), run the following command from the command line or from PowerShell:
To upgrade Gitter (Install), run the following command from the command line or from PowerShell:
To uninstall Gitter (Install), 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 gitter --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 gitter -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 gitter -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 gitter
win_chocolatey:
name: gitter
version: '5.0.1.20200714'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'gitter' do
action :install
source 'INTERNAL REPO URL'
version '5.0.1.20200714'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller gitter
{
Name = "gitter"
Version = "5.0.1.20200714"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'gitter':
ensure => '5.0.1.20200714',
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 19 Nov 2024.
Gitter is a chat and networking platform that helps to manage, grow and connect communities through messaging, content and discovery.
NOTE: This is an automatically updated package. If you find it is out of date by more than a week, please contact the maintainer(s) and let them know the package is no longer updating correctly.
$ErrorActionPreference = 'Stop'
$toolsDir = "$(Split-Path -Parent $MyInvocation.MyCommand.Definition)"
$installDir = Join-Path -Path $toolsDir -ChildPath 'data'
Write-Verbose "Stopping the 'gitter' process(es) if it is running."
Get-Process -Name 'gitter' -ErrorAction SilentlyContinue | Stop-Process
Start-Sleep -Milliseconds 500
# Older versions installed to the package folder - remove these as new version install elsewhere
if (Test-Path -Path (Join-Path -Path $env:ChocolateyPackageFolder -ChildPath 'gitter.exe')) {
$ignoreFiles = 'tools', '*.nupkg','*.nuspec'
$filesToRemove = Get-ChildItem -Path $env:ChocolateyPackageFolder
ForEach ($f in $filesToRemove) {
ForEach ($ignore in $ignoreFiles) {
if ($f -notlike $ignore) {
Remove-Item $f -Force -Recurse
}
}
}
}
elseif (Test-Path -Path $installDir) {
Remove-Item -Path $installDir -Force -Recurse
}
md5: DF34E2E6E0C8959FC3340DA134820BB6 | sha1: AA83C078D596B8A50E3483F7A7872228AE4E3C0A | sha256: F80AF1656B2B365069FFC5F839DB7B9995B6B6782EA6FBB810C65AED839E2814 | sha512: B2241A9F413DA1CF3C2AD7BC36D385A4D3B2709169E45B288D1EF743B4C167137854BF07F017325C544C4EC65DE81C6766264DC06B23D489F6B2DF1B728AC47A
From: https://gitlab.com/gitlab-org/gitter/desktop/-/blob/master/LICENSE.md
Copyright (c) 2011-2017 GitLab B.V.
With regard to the GitLab Software:
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.
For all third party components incorporated into the GitLab Software, those
components are licensed under the original license provided by the owner of the
applicable component.
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
1. Please go to the project download page at https://update.gitter.im/win/latest;
2. Download the same binary file with the same version as included with the package.
3. From a PowerShell command line run:
Get-FileHash <filename>
against both the binary file included in the package and the one downloaded and they should match;
Log in or click on link to see number of positives.
- GitterSetup-5.0.1_x32.exe (f80af1656b2b) - ## / 68
- gitter.5.0.1.20200714.nupkg (6c0f1640ecc0) - ## / 62
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 |
---|---|---|---|---|
Gitter (Install) 5.0.1.20200714 | 1805 | Tuesday, July 14, 2020 | Approved | |
Gitter (Install) 5.0.1 | 411 | Wednesday, June 17, 2020 | Approved | |
Gitter (Install) 4.1.0 | 2295 | Saturday, June 2, 2018 | Approved | |
Gitter (Install) 4.0.0 | 416 | Wednesday, May 30, 2018 | Approved | |
Gitter (Install) 3.1.0.20170307 | 879 | Tuesday, March 7, 2017 | Approved | |
Gitter 3.1.0 | 599 | Wednesday, August 31, 2016 | Approved | |
Gitter 2.4.0 | 530 | Wednesday, February 3, 2016 | Approved | |
Gitter 2.2.2 | 569 | Monday, February 9, 2015 | Approved |
Copyright 2017 Troupe Technology Ltd
This package has no dependencies.
Ground Rules:
- This discussion is only about Gitter (Install) and the Gitter (Install) 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 Gitter (Install), 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.