Downloads:
43,810
Downloads of v 2.4.0-unstable0026:
457
Last Update:
25 Jul 2016
Package Maintainer(s):
Software Author(s):
- GeertvanHorrik
Tags:
gitlink githublinksource symbol symbols server sourcelink github bitbucket git stepping debugging- Software Specific:
- Software Site
- Software License
- Package Specific:
- Possible Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
GitLink
This is a prerelease version of GitLink.
- 1
- 2
- 3
2.4.0-unstable0026 | Updated: 25 Jul 2016
- Software Specific:
- Software Site
- Software License
- Package Specific:
- Possible Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
43,810
Downloads of v 2.4.0-unstable0026:
457
Maintainer(s):
Software Author(s):
- GeertvanHorrik
GitLink 2.4.0-unstable0026
This is a prerelease version of GitLink.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by GeertvanHorrik. The inclusion of GeertvanHorrik trademark(s), if any, upon this webpage is solely to identify GeertvanHorrik goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Validation Testing Passed
Verification Testing Passed
DetailsScan Testing Resulted in Flagged:
This package was submitted (and approved) prior to automated virus scanning integration into the package moderation processs.
We recommend clicking the "Details" link to make your own decision on installing this package.
Deployment Method: Individual Install, Upgrade, & Uninstall
To install GitLink, run the following command from the command line or from PowerShell:
To upgrade GitLink, run the following command from the command line or from PowerShell:
To uninstall GitLink, 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 gitlink --internalize --version=2.4.0-unstable0026 --pre --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 gitlink -y --source="'INTERNAL REPO URL'" --version="'2.4.0-unstable0026'" --prerelease [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 gitlink -y --source="'INTERNAL REPO URL'" --version="'2.4.0-unstable0026'" --prerelease
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install gitlink
win_chocolatey:
name: gitlink
version: '2.4.0-unstable0026'
source: INTERNAL REPO URL
state: present
allow_prerelease: yes
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'gitlink' do
action :install
source 'INTERNAL REPO URL'
version '2.4.0-unstable0026'
options '--prerelease'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller gitlink
{
Name = "gitlink"
Version = "2.4.0-unstable0026"
Source = "INTERNAL REPO URL"
chocoParams = "--prerelease"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'gitlink':
ensure => '2.4.0-unstable0026',
install_options => ['--prerelease'],
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 Jul 2016.
GitLink let's users step through your code hosted on any Git hosting service! This makes symbol servers obsolete which saves you both time
with uploading source files with symbols and the user no longer has to specify custom symbol servers (such as symbolsource.org).
md5: B834E3D48342998E21FFF07FB4F0E989 | sha1: B2DECFC9D8E75F0BAFE470976D4CC017C831639A | sha256: FC32A93E661FA28F344E7C5C8B82A8656970F1D7746E78DED327CBC78EB8ABE5 | sha512: ACDA62A1CE8E122DEE03DC77AE67B596F34F31A5A1750991B5D6E9F6C2272DBDDB4FBE3C6F85E90E858C830F768896AE601A01D8122F29A7C90B2B2F5ABF2CB1
The MIT License (MIT)
Copyright (c) 2014 - 2016 CatenaLogic
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.
Log in or click on link to see number of positives.
- gitlink.2.4.0-unstable0026.nupkg (d5e8c1277b79) - ## / 55
- GitLink.exe (fc32a93e661f) - ## / 55
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 |
---|---|---|---|---|
gitlink 3.2.0-unstable0040 | 474 | Tuesday, May 22, 2018 | Exempted | |
gitlink 3.2.0-unstable0038 | 311 | Saturday, April 7, 2018 | Exempted | |
gitlink 3.2.0-unstable0036 | 327 | Thursday, April 5, 2018 | Exempted | |
gitlink 3.2.0-unstable0032 | 346 | Tuesday, March 20, 2018 | Exempted | |
gitlink 3.2.0-unstable0027 | 351 | Sunday, February 18, 2018 | Exempted | |
gitlink 3.2.0-unstable0025 | 349 | Sunday, January 28, 2018 | Exempted | |
gitlink 3.2.0-unstable0021 | 364 | Friday, January 19, 2018 | Exempted | |
gitlink 3.2.0-unstable0018 | 363 | Monday, January 15, 2018 | Exempted | |
gitlink 3.2.0-unstable0014 | 400 | Tuesday, December 12, 2017 | Exempted | |
GitLink 3.1.0-unstable0017 | 2290 | Tuesday, September 5, 2017 | Exempted | |
GitLink 3.1.0-unstable0009 | 413 | Thursday, August 3, 2017 | Approved | |
GitLink 3.0.0 | 1883 | Saturday, July 29, 2017 | Approved | |
GitLink 3.0.0-unstable0099 | 410 | Thursday, July 6, 2017 | Approved | |
GitLink 3.0.0-unstable0096 | 447 | Monday, June 26, 2017 | Approved | |
GitLink 3.0.0-unstable0092 | 438 | Wednesday, May 24, 2017 | Approved | |
GitLink 3.0.0-unstable0090 | 422 | Monday, March 27, 2017 | Approved | |
GitLink 3.0.0-unstable0085 | 498 | Sunday, February 19, 2017 | Approved | |
GitLink 2.4.1 | 5064 | Sunday, January 15, 2017 | Approved | |
GitLink 2.4.0 | 2159 | Tuesday, January 10, 2017 | Approved | |
GitLink 2.4.0-unstable0064 | 470 | Sunday, November 27, 2016 | Approved | |
GitLink 2.4.0-unstable0063 | 445 | Sunday, November 27, 2016 | Approved | |
GitLink 2.4.0-unstable0062 | 457 | Wednesday, November 23, 2016 | Approved | |
GitLink 2.4.0-unstable0052 | 484 | Saturday, October 8, 2016 | Approved | |
GitLink 2.4.0-unstable0038 | 516 | Monday, October 3, 2016 | Approved | |
GitLink 2.4.0-unstable0034 | 457 | Sunday, October 2, 2016 | Approved | |
GitLink 2.4.0-unstable0032 | 458 | Tuesday, September 27, 2016 | Approved | |
GitLink 2.4.0-unstable0026 | 457 | Monday, July 25, 2016 | Approved | |
GitLink 2.4.0-unstable0009 | 483 | Friday, July 22, 2016 | Approved | |
GitLink 2.4.0-unstable0008 | 498 | Tuesday, July 19, 2016 | Approved | |
GitLink 2.4.0-unstable0007 | 454 | Tuesday, July 19, 2016 | Approved | |
GitLink 2.3.0 | 2425 | Monday, May 30, 2016 | Approved | |
GitLink 2.3.0-unstable0022 | 787 | Thursday, January 7, 2016 | Approved | |
GitLink 2.3.0-unstable0019 | 537 | Monday, January 4, 2016 | Approved | |
GitLink 2.3.0-unstable0013 | 593 | Tuesday, December 15, 2015 | Exempted | |
GitLink 2.3.0-unstable0009 | 505 | Monday, November 30, 2015 | Exempted | |
GitLink 2.3.0-unstable0005 | 504 | Wednesday, November 25, 2015 | Exempted | |
GitLink 2.3.0-unstable0003 | 544 | Thursday, November 12, 2015 | Exempted | |
GitLink 2.2.0 | 2646 | Wednesday, October 28, 2015 | Approved | |
GitLink 2.2.0-unstable0035 | 517 | Wednesday, October 28, 2015 | Exempted | |
GitLink 2.2.0-unstable0030 | 475 | Sunday, October 25, 2015 | Exempted | |
GitLink 2.2.0-unstable0027 | 502 | Saturday, October 24, 2015 | Exempted | |
GitLink 2.2.0-unstable0016 | 935 | Monday, April 20, 2015 | Exempted | |
GitLink 2.2.0-unstable0008 | 754 | Tuesday, January 27, 2015 | Exempted | |
GitLink 2.2.0-unstable0002 | 600 | Wednesday, January 7, 2015 | Exempted | |
GitLink 2.1.0 | 625 | Friday, December 19, 2014 | Approved | |
GitLink 2.1.0-unstable0028 | 519 | Friday, December 19, 2014 | Exempted | |
GitLink 2.1.0-unstable0027 | 490 | Saturday, December 13, 2014 | Exempted | |
GitLink 2.1.0-unstable0024 | 501 | Thursday, December 11, 2014 | Exempted | |
GitLink 2.1.0-unstable0022 | 504 | Monday, December 8, 2014 | Exempted | |
GitLink 2.1.0-unstable0021 | 477 | Monday, December 8, 2014 | Exempted | |
GitLink 2.1.0-unstable0019 | 505 | Tuesday, December 2, 2014 | Exempted | |
GitLink 2.1.0-unstable0018 | 498 | Tuesday, December 2, 2014 | Exempted | |
GitLink 2.1.0-unstable0016 | 434 | Monday, December 1, 2014 | Exempted | |
GitLink 2.1.0-unstable0014 | 507 | Monday, November 10, 2014 | Exempted | |
GitLink 2.1.0-unstable0013 | 526 | Sunday, November 9, 2014 | Exempted | |
GitLink 2.1.0-unstable0011 | 558 | Thursday, November 6, 2014 | Exempted | |
GitLink 2.0.0 | 702 | Wednesday, September 17, 2014 | Approved | |
GitLink 2.0.0-unstable0049 | 514 | Friday, September 5, 2014 | Approved | |
GitLink 2.0.0-unstable0033 | 552 | Tuesday, September 2, 2014 | Approved | |
GitLink 1.6.0-unstable0024 | 525 | Tuesday, September 2, 2014 | Approved | |
GitLink 1.0.0 | 417 | Tuesday, February 14, 2017 | Approved |
This package has no dependencies.
Ground Rules:
- This discussion is only about GitLink and the GitLink 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 GitLink, 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.