Commit f277c37
committed
Default repository root
Previously, all of the repository_root declarations in the component
configurations used the common
http://download.pivotal.io.s3.amazonaws.com domain for their
repositories. Since any user wanting to move the repositories to a
different location (e.g. replication behind a firewall) would have to
change many files, this change abstracts the repository root
declaration. It does this by introducing a {default.repository.root}
substitution variable for repository_roots. This placeholder is
substituted with a value configured in config/repository.yml. The use
of this placeholder is not required.
[#57585912]1 parent 7b15293 commit f277c37
File tree
39 files changed
+271
-194
lines changed- .idea
- dictionaries
- runConfigurations
- config
- docs
- lib/java_buildpack
- diagnostics
- repository
- util
- spec/java_buildpack
- diagnostics
- repository
- util
39 files changed
+271
-194
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
0 commit comments