forked from buildpacks/pack
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request buildpacks#498 from buildpacks/feature/453-expose-…
…create-package Expose `create-package`, rename to `package-buildpack`
- Loading branch information
Showing
20 changed files
with
78 additions
and
236 deletions.
There are no files selected for viewing
This file contains 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
11 changes: 0 additions & 11 deletions
11
acceptance/testdata/mock_buildpacks/0.2/packaged-buildpack/buildpack.toml
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
acceptance/testdata/mock_buildpacks/0.2/packaged-child-buildpack/bin/build
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
acceptance/testdata/mock_buildpacks/0.2/packaged-child-buildpack/bin/detect
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
acceptance/testdata/mock_buildpacks/0.2/packaged-child-buildpack/buildpack.toml
This file was deleted.
Oops, something went wrong.
11 changes: 11 additions & 0 deletions
11
acceptance/testdata/mock_buildpacks/0.2/simple-layers-parent-buildpack/buildpack.toml
This file contains 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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
api = "0.2" | ||
|
||
[buildpack] | ||
id = "simple/layers/parent" | ||
version = "simple-layers-parent-version" | ||
name = "Simple Layers Parent Buildpack" | ||
|
||
[[order]] | ||
[[order.group]] | ||
id = "simple/layers" | ||
version = "simple-layers-version" |
71 changes: 0 additions & 71 deletions
71
acceptance/testdata/pack_fixtures/inspect_0.6.0_builder_output.txt
This file was deleted.
Oops, something went wrong.
This file contains 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,5 +1,5 @@ | ||
[buildpack] | ||
uri = "noop-buildpack.tgz" | ||
uri = "{{ .BuildpackURI }}" | ||
|
||
[[dependencies]] | ||
image = "{{ .PackageName }}" |
This file contains 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,5 +1,5 @@ | ||
[buildpack] | ||
uri = "packaged-buildpack" | ||
uri = "simple-layers-parent-buildpack" | ||
|
||
[[dependencies]] | ||
uri = "packaged-child-buildpack" | ||
uri = "simple-layers-buildpack" |
Empty file.
73 changes: 0 additions & 73 deletions
73
acceptance/testdata/pack_previous_fixtures_overrides/inspect_0.7.0_builder_output.txt
This file was deleted.
Oops, something went wrong.
This file contains 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 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 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.