aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/magefile
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2017-12-13 10:43:58 -0800
committerChristine Dodrill <me@christine.website>2017-12-13 11:42:37 -0800
commit3a21ef192628f6952eaa981bcdf718a35a4b43c7 (patch)
tree9c88a3ddc57ab5014f436ec2c08c96280872632e /vendor/github.com/magefile
parent3b4b6cede9bc30008b0f40989a1564b26e64fd05 (diff)
downloadxesite-3a21ef192628f6952eaa981bcdf718a35a4b43c7.tar.xz
xesite-3a21ef192628f6952eaa981bcdf718a35a4b43c7.zip
convert to go buildpack
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.icobin0 -> 1150 bytes
-rw-r--r--vendor/github.com/magefile/mage/site/static/images/favicon.pngbin0 -> 312944 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.pngbin0 -> 26767 bytes
-rw-r--r--vendor/github.com/magefile/mage/site/static/images/hugo.pngbin0 -> 24748 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.pngbin0 -> 389127 bytes
-rw-r--r--vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/basics/configuration/images/green-variant.pngbin0 -> 390899 bytes
-rw-r--r--vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/basics/configuration/images/red-variant.pngbin0 -> 389964 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.pngbin0 -> 87764 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.gifbin0 -> 1458653 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.gifbin0 -> 24315 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.pngbin0 -> 5811 bytes
-rw-r--r--vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/cont/pages/images/pages-chapter.pngbin0 -> 249169 bytes
-rw-r--r--vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/cont/pages/images/pages-default.pngbin0 -> 318250 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.mp3bin0 -> 366464 bytes
-rw-r--r--vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/shortcodes/attachments.en.files/Carroll_AliceAuPaysDesMerveilles.pdfbin0 -> 179272 bytes
-rw-r--r--vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/shortcodes/attachments.en.files/adivorciarsetoca00cape.pdfbin0 -> 370183 bytes
-rw-r--r--vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/shortcodes/attachments.en.files/hugo.pngbin