Downloads:
9,039
Downloads of v 0.2.0:
469
Last Update:
13 Feb 2017
Package Maintainer(s):
Software Author(s):
- kjjuno and Contributors
Tags:
git submodules subtree gitversion dependency repository repo- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
GitDepend
This is not the latest version of GitDepend available.
- 1
- 2
- 3
0.2.0 | Updated: 13 Feb 2017
- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
9,039
Downloads of v 0.2.0:
469
Maintainer(s):
Software Author(s):
- kjjuno and Contributors
GitDepend 0.2.0
This is not the latest version of GitDepend available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by kjjuno and Contributors. The inclusion of kjjuno and Contributors trademark(s), if any, upon this webpage is solely to identify kjjuno and Contributors 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 GitDepend, run the following command from the command line or from PowerShell:
To upgrade GitDepend, run the following command from the command line or from PowerShell:
To uninstall GitDepend, 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 gitdepend.portable --internalize --version=0.2.0 --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 gitdepend.portable -y --source="'INTERNAL REPO URL'" --version="'0.2.0'" [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 gitdepend.portable -y --source="'INTERNAL REPO URL'" --version="'0.2.0'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install gitdepend.portable
win_chocolatey:
name: gitdepend.portable
version: '0.2.0'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'gitdepend.portable' do
action :install
source 'INTERNAL REPO URL'
version '0.2.0'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller gitdepend.portable
{
Name = "gitdepend.portable"
Version = "0.2.0"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'gitdepend.portable':
ensure => '0.2.0',
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 is likely a meta/virtual (*) or an installer (*.install) or portable (*.portable) application package.
- Meta/virtual (*) - has a dependency on the *.install or the *.portable package - it is provided for discoverability and for other packages to take a dependency on.
- Portable (*.portable/*.commandline (deprecated naming convention)/*.tool (deprecated naming convention)) - usually zips or archives that require no administrative access to install.
- Install (*.install/*.app (deprecated naming convention)) - uses native installers, usually requires administrative access to install.
Learn more about chocolatey's distinction of installed versus portable apps and/or learn about this kind of package.
This package was approved by moderator AdmiringWorm on 18 Feb 2017.
A tool to handle dependency trees with multiple git repositories without using submodules.
Remove-BinFile "gdep" "$packageFolder\tools\GitDepend.exe"
Remove-BinFile "GitDepend" "$packageFolder\tools\GitDepend.exe"
md5: EC0E2DD54144D6F6A317B7DAA715D418 | sha1: 62C2E04BBA8436912D9BCEC1EC4D4C7AFC843A47 | sha256: 4923528D3D18689D58FA30B3D822AB72A13BE21A57F13E0BC59B55B864424F7A | sha512: CCAF01F89FAB001EF2DED15B352E1DD2AB3967584A8720ACB7C6B7203240F9C896F7D46600B12E0E86B25B30779B1E5ED59CE97FB3F295AFB11D6391670265EF
md5: 3A9C14F3B94A405E87B65AD77B8C672A | sha1: F756D275741F21801313CB2CEE0BC228E24EC097 | sha256: 1B10E48E8A129E0A54B5195AAF714775E630731787F1A7D871B464BEA145AD8B | sha512: 2CF37ED03686D4A922958D14C65FB40DF84A973B14FA9C22F65793184CA4EC15C1918F0116E3D2F8C5437A0C0F8A6D4E5232497CFB612356899B9678B68C559A
md5: C53737821B861D454D5248034C3C097C | sha1: 6B0DA75617A2269493DC1A685D7A0B07F2E48C75 | sha256: 575E30F98E4EA42C9E516EDC8BBB29AD8B50B173A3E6B36B5BA39E133CCE9406 | sha512: 289543F5EEA472E9027030E24011BEA1E49E91059241FE6EB732E78F51822313E47D1E4769FA1C9C7D6139F6A97DCFEF2946836B3383E8643988BF8908162FB9
md5: B1F2D9795ED0D64D814A2B1C0DFB5BBD | sha1: 3BAE1A656052FABA3BCCCB33F6C756996DDE0248 | sha256: BD27993BC149BCA63BF0EF8E0A051B22B7EB2E82DEB7965BCDAEEB23734164F0 | sha512: 99F0B274901A0ACB9F28E181A74400BFA9084950F45790A3BED07B84133AB31F0277293AC1E6A8F733E7623160573525DD469021006C3E717E9FD0DEC349FB49
Log in or click on link to see number of positives.
- CommandLine.dll (4923528d3d18) - ## / 69
- Newtonsoft.Json.dll (575e30f98e4e) - ## / 65
- NuGet.exe (bd27993bc149) - ## / 61
- GitDepend.Portable.0.2.0.nupkg (c02ae9e69464) - ## / 58
- GitDepend.exe (1b10e48e8a12) - ## / 58
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 |
---|---|---|---|---|
GitDepend 0.5.0 | 1124 | Thursday, March 30, 2017 | Approved | |
GitDepend 0.5.0-beta0039 | 461 | Thursday, March 30, 2017 | Approved | |
GitDepend 0.5.0-beta0030 | 414 | Thursday, March 30, 2017 | Approved | |
GitDepend 0.5.0-beta0026 | 411 | Thursday, March 30, 2017 | Approved | |
GitDepend 0.5.0-beta0009 | 409 | Thursday, March 23, 2017 | Approved | |
GitDepend 0.5.0-beta0004 | 415 | Wednesday, March 22, 2017 | Approved | |
GitDepend 0.5.0-beta0001 | 425 | Tuesday, March 21, 2017 | Approved | |
GitDepend 0.5.0-alpha0062 | 439 | Monday, March 13, 2017 | Approved | |
GitDepend 0.4.3 | 406 | Saturday, March 4, 2017 | Approved | |
GitDepend 0.4.2 | 383 | Friday, March 3, 2017 | Approved | |
GitDepend 0.4.1 | 426 | Friday, March 3, 2017 | Approved | |
GitDepend 0.4.0 | 380 | Friday, March 3, 2017 | Approved | |
GitDepend 0.4.0-beta0010 | 409 | Friday, March 3, 2017 | Exempted | |
GitDepend 0.3.2 | 434 | Friday, March 3, 2017 | Approved | |
GitDepend 0.3.1 | 386 | Wednesday, February 22, 2017 | Approved | |
GitDepend 0.3.0 | 387 | Wednesday, February 22, 2017 | Approved | |
GitDepend 0.3.0-alpha0071 | 436 | Wednesday, February 22, 2017 | Exempted | |
GitDepend 0.3.0-alpha0068 | 415 | Wednesday, February 22, 2017 | Exempted | |
GitDepend 0.2.1 | 410 | Monday, February 13, 2017 | Approved | |
GitDepend 0.2.0 | 469 | Monday, February 13, 2017 | Approved |
Copyright 2017
This package has no dependencies.
Ground Rules:
- This discussion is only about GitDepend and the GitDepend 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 GitDepend, 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.