Skip to content

Instantly share code, notes, and snippets.

@bodyakov
Created April 1, 2016 11:36
Show Gist options
  • Save bodyakov/65f25171cf3a2b8d1b43a213e1801f8b to your computer and use it in GitHub Desktop.
Save bodyakov/65f25171cf3a2b8d1b43a213e1801f8b to your computer and use it in GitHub Desktop.
п»ї<?xml version="1.0" encoding="utf-8"?>
<chocolatey xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<cacheLocation />
<containsLegacyPackageInstalls>true</containsLegacyPackageInstalls>
<commandExecutionTimeoutSeconds>2700</commandExecutionTimeoutSeconds>
<sources>
<source id="stable" value="http://<url>:8888/stable" disabled="false" />
<source id="chocolatey" value="https://chocolatey.org/api/v2/" disabled="true" />
</sources>
<features>
<feature name="checksumFiles" enabled="true" setExplicitly="false" />
<feature name="autoUninstaller" enabled="false" setExplicitly="false" />
<feature name="allowGlobalConfirmation" enabled="false" setExplicitly="false" />
<feature name="failOnAutoUninstaller" enabled="false" setExplicitly="false" />
</features>
<apiKeys />
</chocolatey>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment