aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/magefile
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2018-07-01 20:38:18 +0000
committerChristine Dodrill <me@christine.website>2018-07-01 20:38:18 +0000
commit6197f455f695eb959a932e15dc417c1b50a2255b (patch)
treeeb90c08ea8e688894b033668587635c6e350f13d /vendor/github.com/magefile
parentb0e0b108231f9b71eebe68d8e9b99ca2846b4534 (diff)
downloadxesite-6197f455f695eb959a932e15dc417c1b50a2255b.tar.xz
xesite-6197f455f695eb959a932e15dc417c1b50a2255b.zip
vgo
Diffstat (limited to 'vendor/github.com/magefile')
-rw-r--r--vendor/github.com/magefile/mage/.gitattributes2
-rw-r--r--vendor/github.com/magefile/mage/.gitignore23
-rw-r--r--vendor/github.com/magefile/mage/.goreleaser.yml53
-rw-r--r--vendor/github.com/magefile/mage/.travis.yml28
-rw-r--r--vendor/github.com/magefile/mage/CONTRIBUTING.md41
-rw-r--r--vendor/github.com/magefile/mage/Gopkg.lock9
-rw-r--r--vendor/github.com/magefile/mage/Gopkg.toml22
-rw-r--r--vendor/github.com/magefile/mage/LICENSE201
-rw-r--r--vendor/github.com/magefile/mage/README.md35
-rw-r--r--vendor/github.com/magefile/mage/build/build.go1654
-rw-r--r--vendor/github.com/magefile/mage/build/build_test.go446
-rw-r--r--vendor/github.com/magefile/mage/build/deps_test.go556
-rw-r--r--vendor/github.com/magefile/mage/build/doc.go166
-rw-r--r--vendor/github.com/magefile/mage/build/read.go247
-rw-r--r--vendor/github.com/magefile/mage/build/read_test.go226
-rw-r--r--vendor/github.com/magefile/mage/build/syslist.go8
-rw-r--r--vendor/github.com/magefile/mage/build/syslist_test.go62
-rw-r--r--vendor/github.com/magefile/mage/build/testdata/empty/dummy0
-rw-r--r--vendor/github.com/magefile/mage/build/testdata/multi/file.go5
-rw-r--r--vendor/github.com/magefile/mage/build/testdata/multi/file_appengine.go5
-rw-r--r--vendor/github.com/magefile/mage/build/testdata/other/file/file.go5
-rw-r--r--vendor/github.com/magefile/mage/build/testdata/other/main.go11
-rw-r--r--vendor/github.com/magefile/mage/build/zcgo.go37
-rw-r--r--vendor/github.com/magefile/mage/contrib_test.go34
-rw-r--r--vendor/github.com/magefile/mage/mage/magefile_tmpl.go46
-rw-r--r--vendor/github.com/magefile/mage/mage/main.go399
-rw-r--r--vendor/github.com/magefile/mage/mage/main_test.go479
-rw-r--r--vendor/github.com/magefile/mage/mage/template.go180
-rw-r--r--vendor/github.com/magefile/mage/mage/testdata/command.go29
-rw-r--r--vendor/github.com/magefile/mage/mage/testdata/context/context.go30
-rw-r--r--vendor/github.com/magefile/mage/mage/testdata/error.go10
-rw-r--r--vendor/github.com/magefile/mage/mage/testdata/func.go23
-rw-r--r--vendor/github.com/magefile/mage/mage/testdata/keep_flag/magefile.go5
-rw-r--r--vendor/github.com/magefile/mage/mage/testdata/list/command.go29
-rw-r--r--vendor/github.com/magefile/mage/mage/testdata/main.go13
-rw-r--r--vendor/github.com/magefile/mage/mage/testdata/no_default/magefile.go19
-rw-r--r--vendor/github.com/magefile/mage/mage/testdata/onlyStdLib/command.go29
-rw-r--r--vendor/github.com/magefile/mage/mage/testdata/panic.go15
-rw-r--r--vendor/github.com/magefile/mage/magefile.go72
-rw-r--r--vendor/github.com/magefile/mage/main.go11
-rw-r--r--vendor/github.com/magefile/mage/mg/deps.go166
-rw-r--r--vendor/github.com/magefile/mage/mg/deps_test.go147
-rw-r--r--vendor/github.com/magefile/mage/mg/errors.go51
-rw-r--r--vendor/github.com/magefile/mage/mg/errors_test.go19
-rw-r--r--vendor/github.com/magefile/mage/mg/runtime.go36
-rw-r--r--vendor/github.com/magefile/mage/parse/import_go1.9.go13
-rw-r--r--vendor/github.com/magefile/mage/parse/import_not_go1.9.go15
-rw-r--r--vendor/github.com/magefile/mage/parse/parse.go271
-rw-r--r--vendor/github.com/magefile/mage/parse/parse_test.go58
-rw-r--r--vendor/github.com/magefile/mage/parse/srcimporter/sizes.go40
-rw-r--r--vendor/github.com/magefile/mage/parse/srcimporter/srcimporter.go213
-rw-r--r--vendor/github.com/magefile/mage/parse/testdata/command.go33
-rw-r--r--vendor/github.com/magefile/mage/parse/testdata/func.go14
-rw-r--r--vendor/github.com/magefile/mage/sh/cmd.go165
-rw-r--r--vendor/github.com/magefile/mage/sh/cmd_test.go72
-rw-r--r--vendor/github.com/magefile/mage/sh/helpers.go16
-rw-r--r--vendor/github.com/magefile/mage/sh/testmain_test.go46
-rw-r--r--vendor/github.com/magefile/mage/site/archetypes/default.md6
-rw-r--r--vendor/github.com/magefile/mage/site/config.toml34
-rw-r--r--vendor/github.com/magefile/mage/site/content/dependencies/_index.en.md74
-rw-r--r--vendor/github.com/magefile/mage/site/content/filesources/_index.en.md18
-rw-r--r--vendor/github.com/magefile/mage/site/content/howitworks/_index.en.md23
-rw-r--r--vendor/github.com/magefile/mage/site/content/index.md72
-rw-r--r--vendor/github.com/magefile/mage/site/content/libraries/_index.en.md20
-rw-r--r--vendor/github.com/magefile/mage/site/content/magefiles/_index.en.md85
-rw-r--r--vendor/github.com/magefile/mage/site/content/targets/_index.en.md50
-rw-r--r--vendor/github.com/magefile/mage/site/content/zeroInstall/_index.en.md42
-rw-r--r--vendor/github.com/magefile/mage/site/layouts/partials/favicon.html2
-rw-r--r--vendor/github.com/magefile/mage/site/layouts/partials/logo.html2
-rw-r--r--vendor/github.com/magefile/mage/site/static/images/favicon.icobin1150 -> 0 bytes
-rw-r--r--vendor/github.com/magefile/mage/site/static/images/favicon.pngbin312944 -> 0 bytes
-rw-r--r--vendor/github.com/magefile/mage/site/static/images/gary.svg342
-rw-r--r--vendor/github.com/magefile/mage/site/static/images/gnorm.pngbin26767 -> 0 bytes
-rw-r--r--vendor/github.com/magefile/mage/site/static/images/hugo.pngbin24748 -> 0 bytes
-rw-r--r--vendor/github.com/magefile/mage/site/themes/learn/.gitignore3
-rw-r--r--vendor/github.com/magefile/mage/site/themes/learn/LICENSE.md21
-rw-r--r--vendor/github.com/magefile/mage/site/themes/learn/README.md49
-rw-r--r--vendor/github.com/magefile/mage/site/themes/learn/archetypes/chapter.md13
-rw-r--r--vendor/github.com/magefile/mage/site/themes/learn/archetypes/default.md7
-rw-r--r--vendor/github.com/magefile/mage/site/themes/learn/exampleSite/LICENSE.md20
-rw-r--r--vendor/github.com/magefile/mage/site/themes/learn/exampleSite/README.md39
-rw-r--r--vendor/github.com/magefile/mage/site/themes/learn/exampleSite/config.toml73
-rw-r--r--vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/_index.en.md41
-rw-r--r--vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/_index.fr.md43
-rwxr-xr-xvendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/basics/_index.en.md12
-rw-r--r--vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/basics/_index.fr.md12
-rw-r--r--vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/basics/configuration/_index.en.md246
-rw-r--r--vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/basics/configuration/_index.fr.md245
-rw-r--r--vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/basics/configuration/images/blue-variant.pngbin389127 -> 0 bytes
-rw-r--r--vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/basics/configuration/images/green-variant.pngbin390899 -> 0 bytes
-rw-r--r--vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/basics/configuration/images/red-variant.pngbin389964 -> 0 bytes
-rw-r--r--vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/basics/installation/_index.en.md100
-rw-r--r--vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/basics/installation/_index.fr.md100
-rw-r--r--vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/basics/installation/images/chapter.pngbin87764 -> 0 bytes
-rwxr-xr-xvendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/basics/requirements/_index.en.md11
-rwxr-xr-xvendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/basics/requirements/_index.fr.md11
-rw-r--r--vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/basics/requirements/images/magic.gifbin1458653 -> 0 bytes
-rwxr-xr-xvendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/cont/_index.en.md12
-rwxr-xr-xvendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/cont/_index.fr.md12
-rw-r--r--vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/cont/archetypes.en.md57
-rw-r--r--vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/cont/archetypes.fr.md57
-rw-r--r--vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/cont/i18n/_index.en.md78
-rw-r--r--vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/cont/i18n/_index.fr.md78
-rw-r--r--vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/cont/i18n/images/i18n-menu.gifbin24315 -> 0 bytes
-rw-r--r--vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/cont/markdown.en.md663
-rw-r--r--vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/cont/markdown.fr.md665
-rw-r--r--vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/cont/menushortcuts.en.md109
-rw-r--r--vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/cont/menushortcuts.fr.md109
-rw-r--r--vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/cont/pages/_index.en.md148
-rw-r--r--vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/cont/pages/_index.fr.md146
-rw-r--r--vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/cont/pages/images/frontmatter-icon.pngbin5811 -> 0 bytes
-rw-r--r--vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/cont/pages/images/pages-chapter.pngbin249169 -> 0 bytes
-rw-r--r--vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/cont/pages/images/pages-default.pngbin318250 -> 0 bytes
-rw-r--r--vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/credits.en.md28
-rw-r--r--vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/credits.fr.md28
-rw-r--r--vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/shortcodes/_index.en.md16
-rw-r--r--vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/shortcodes/_index.fr.md16
-rw-r--r--vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/shortcodes/attachments.en.files/BachGavotteShort.mp3bin366464 -> 0 bytes
-rw-r--r--vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/shortcodes/attachments.en.files/Carroll_AliceAuPaysDesMerveilles.pdfbin179272 -> 0 bytes
-rw-r--r--vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/shortcodes/attachments.en.files/adivorciarsetoca00cape.pdfbin370183 -> 0 bytes
-rw-r--r--vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/shortcodes/attachments.en.files/hugo.pngbin