Skip to content

Instantly share code, notes, and snippets.

@rickheil
Created September 3, 2015 15:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rickheil/357d80212ce663a4e3ff to your computer and use it in GitHub Desktop.
Save rickheil/357d80212ce663a4e3ff to your computer and use it in GitHub Desktop.
$ autopkg run graylog-collector.download.recipe -vvvvv
Processing graylog-collector.download.recipe...
{'AUTOPKG_VERSION': u'0.5.1',
u'GIT_PATH': u'/Applications/Xcode.app/Contents/Developer/usr/bin/git',
u'MUNKI_REPO': u'/Volumes/munki_repo',
u'NAME': u'GraylogCollector',
'PARENT_RECIPES': [],
'RECIPE_CACHE_DIR': u'/Users/rickheil/Library/AutoPkg/Cache/com.github.rickheil.psautopkg.download.graylog-collector',
'RECIPE_DIR': '/Users/rickheil/Development/psautopkg/graylog collector',
'RECIPE_OVERRIDE_DIRS': ['~/Library/AutoPkg/RecipeOverrides'],
'RECIPE_PATH': '/Users/rickheil/Development/psautopkg/graylog collector/graylog-collector.download.recipe',
u'RECIPE_REPOS': {u'/Users/rickheil/Library/AutoPkg/RecipeRepos/com.github.autopkg.recipes': {
URL = "https://github.com/autopkg/recipes";
},
u'/Users/rickheil/Library/AutoPkg/RecipeRepos/com.github.rickheil.psautopkg': {
URL = "https://github.com/rickheil/psautopkg";
}},
u'RECIPE_SEARCH_DIRS': [u'.',
u'~/Library/AutoPkg/Recipes',
u'/Library/AutoPkg/Recipes',
u'/Users/rickheil/Library/AutoPkg/RecipeRepos/com.github.autopkg.recipes',
u'/Users/rickheil/Library/AutoPkg/RecipeRepos/com.github.rickheil.psautopkg'],
'verbose': 5}
CURLTextSearcher
{'Input': {'re_pattern': u'(?P<url>https://packages.graylog2.org/releases/graylog-collector/graylog-collector-[0-9\\.]+zip)',
'url': u'https://github.com/Graylog2/collector'}}
CURLTextSearcher: No value supplied for CURL_PATH, setting default value of: /usr/bin/curl
CURLTextSearcher: No value supplied for result_output_var_name, setting default value of: match
CURLTextSearcher: Found matching text (url): https://packages.graylog2.org/releases/graylog-collector/graylog-collector-0.4.0.zip
CURLTextSearcher: Found matching text (match): https://packages.graylog2.org/releases/graylog-collector/graylog-collector-0.4.0.zip
{'Output': {'match': 'https://packages.graylog2.org/releases/graylog-collector/graylog-collector-0.4.0.zip',
u'url': 'https://packages.graylog2.org/releases/graylog-collector/graylog-collector-0.4.0.zip'}}
CURLDownloader
{'Input': {'CURL_PATH': '/usr/bin/curl',
'filename': u'GraylogCollector.zip',
'url': 'https://packages.graylog2.org/releases/graylog-collector/graylog-collector-0.4.0.zip'}}
list index out of range
Failed.
Receipt written to /Users/rickheil/Library/AutoPkg/Cache/com.github.rickheil.psautopkg.download.graylog-collector/receipts/graylog-collector.download-receipt-20150903-113422.plist
The following recipes failed:
graylog-collector.download.recipe
Error in com.github.rickheil.psautopkg.download.graylog-collector: Processor: CURLDownloader: Error: list index out of range
Nothing downloaded, packaged or imported.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment