From 03190d6eedca64b2441a3cb93c8c0a7b25ce562a Mon Sep 17 00:00:00 2001 From: Jingwen Owen Ou Date: Mon, 25 Nov 2013 11:24:55 -0800 Subject: [PATCH] Exclude Godeps from build --- .goxc.json | 55 +++++++++++++++++++++++++++--------------------------- 1 file changed, 27 insertions(+), 28 deletions(-) diff --git a/.goxc.json b/.goxc.json index 28a78198..b739214e 100644 --- a/.goxc.json +++ b/.goxc.json @@ -1,29 +1,28 @@ { - "ConfigVersion": "0.9", - "ArtifactsDest": "target", - "Arch": "386,amd64", - "Os": "darwin,linux,windows", - "PackageVersion": "0.25.0", - "PrereleaseInfo": "snapshot", - "Verbosity": "v", - "Resources": { - "Include": "INSTALL*,README*,LICENSE*", - "Exclude": "*.go" - }, - "TaskSettings": { - "downloads-page": { - "fileheader": "", - "filename": "" - }, - "pkg-build": { - "metadata": { - "description": "Fast GitHub command line client", - "maintainer": "Jingwen Owen Ou (http://owenou.com)" - }, - "metadata-deb": { - "Depends": "", - "Homepage": "http://owenou.com/gh" - } - } - } -} + "ArtifactsDest": "target", + "Arch": "386,amd64", + "Os": "darwin,linux,windows", + "ResourcesInclude": "INSTALL*,README*,LICENSE*", + "ResourcesExclude": "*.go", + "MainDirsExclude": "Godeps", + "PackageVersion": "0.25.0", + "PrereleaseInfo": "snapshot", + "Verbosity": "v", + "TaskSettings": { + "downloads-page": { + "fileheader": "", + "filename": "" + }, + "pkg-build": { + "metadata": { + "description": "Fast GitHub command line client", + "maintainer": "Jingwen Owen Ou (http://owenou.com)" + }, + "metadata-deb": { + "Depends": "", + "Homepage": "http://owenou.com/gh" + } + } + }, + "ConfigVersion": "0.9" +} \ No newline at end of file -- GitLab