forked from earthly/earthly
-
Notifications
You must be signed in to change notification settings - Fork 10
fork tested examples #38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| Hosted on [earthly-emacs repo](https://github.com/earthly/earthly-emacs) | ||
| Hosted on [earthly-emacs repo](https://github.com/EarthBuild/earthly-emacs) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| Hosted on [earthly-intellij-plugin repo](https://github.com/earthly/earthly-intellij-plugin). | ||
| Hosted on [earthly-intellij-plugin repo](https://github.com/EarthBuild/earthly-intellij-plugin). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| Hosted on [earthfile-grammar repo](https://github.com/earthly/earthfile-grammar). | ||
| Hosted on [earthfile-grammar repo](https://github.com/EarthBuild/earthfile-grammar). | ||
|
|
||
| The grammar in this repo is shared by the vscode, github, and intellij syntax highlighting releases. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -99,23 +99,23 @@ As a distinct example of a complete build, you can take a look at Earthly's own | |
|
|
||
| GitBook currently has a bug where any references to an "Earthfile" gets confused with "docs/Earthfile" and somehow appends a /README.md | ||
|
|
||
| e.g. https://github.com/earthly/earthly/blob/main/Earthfile is changed to https://github.com/earthly/earthly/blob/main/Earthfile/README.md | ||
| e.g. https://github.com/EarthBuild/earthbuild/blob/main/Earthfile is changed to https://github.com/EarthBuild/earthbuidl/blob/main/Earthfile/README.md | ||
|
|
||
| Here's a snip from an support request with gitbook: | ||
|
|
||
| On Thu, Dec 23, 2021 at 7:15:12 UTC, GitBook Support <[email protected]> wrote: | ||
|
|
||
| There is a file: | ||
|
|
||
| https://github.com/earthly/earthly/blob/main/Earthfile | ||
| https://github.com/EarthBuild/earthbuild/blob/main/Earthfile | ||
|
|
||
| And you want to reference it directly in your GitBook space as a link. | ||
|
|
||
| The problem here is that GitBook is thrown off by the fact it has a folder under the docs root. Remember you documentation root is set to /docs. | ||
|
|
||
| So when it sees that reference, it assumes you are referencing a default README.md file under that folder. The folder I am talking about is this one: | ||
|
|
||
| https://github.com/earthly/earthly/tree/main/docs/earthfile | ||
| https://github.com/EarthBuild/earthbuild/tree/main/docs/earthfile | ||
|
|
||
| Now, the question is, if there's an easy way out of this. | ||
|
|
||
|
|
@@ -126,11 +126,11 @@ Here's a snip from an support request with gitbook: | |
| One not very ideal workaround I thought of is to temporarily switch to shortened URLs for those that fail because of this scenario. | ||
|
|
||
|
|
||
| * [Earthfile](https://github.com/earthly/earthly/blob/main/Earthfile) - the root build file | ||
| * [buildkitd/Earthfile](https://github.com/earthly/earthly/blob/main/buildkitd/Earthfile) - the build of the BuildKit daemon | ||
| * [AST/parser/Earthfile](https://github.com/earthly/earthly/blob/main/ast/parser/Earthfile) - the build of the parser, which generates .go files | ||
| * [tests/Earthfile](https://github.com/earthly/earthly/blob/main/tests/Earthfile) - system and smoke tests | ||
| * [earthfile-grammar/Earthfile](https://github.com/earthly/earthfile-grammar/blob/main/Earthfile) - the build of the VS Code extension | ||
| * [Earthfile](https://github.com/EarthBuild/earthbuild/blob/main/Earthfile) - the root build file | ||
| * [buildkitd/Earthfile](https://github.com/EarthBuild/earthbuild/blob/main/buildkitd/Earthfile) - the build of the BuildKit daemon | ||
| * [AST/parser/Earthfile](https://github.com/EarthBuild/earthbuild/blob/main/ast/parser/Earthfile) - the build of the parser, which generates .go files | ||
| * [tests/Earthfile](https://github.com/EarthBuild/earthbuild/blob/main/tests/Earthfile) - system and smoke tests | ||
| * [earthfile-grammar/Earthfile](https://github.com/EarthBuild/earthfile-grammar/blob/main/Earthfile) - the build of the VS Code extension | ||
| --> | ||
|
|
||
| * [Earthfile](https://tinyurl.com/yt3d3cx6) - the root build file | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.