Github user neykov commented on a diff in the pull request:
https://github.com/apache/incubator-brooklyn/pull/744#discussion_r34603774
--- Diff:
software/base/src/main/resources/brooklyn/entity/brooklynnode/brooklyn-node.yaml
---
@@ -22,8 +22,8 @@ name: Example Brooklyn Node
services:
- type: brooklyn.entity.brooklynnode.BrooklynNode
- ## to use a local file, specify something such as the following:
[BROOKLYN_VERSION_BELOW]
- # downloadUrl: file:///tmp/brooklyn-dist-0.8.0-SNAPSHOT-dist.tar.gz
+ ## URL for uploading the brooklyn distro (retrieved locally and pushed
to remote install location)
--- End diff --
`BROOKLYN_VERSION_BELOW` is a marker, pointing out that the version on the
line below should be updated when changing the project version. To avoid having
a stale version you can either get the marker back in or use some generic text
in the url (i.e. `brooklyn-dist-<version>-dist.tar.gz`).
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---