This repository was archived by the owner on May 4, 2018. It is now read-only.
This repository was archived by the owner on May 4, 2018. It is now read-only.
users should be able to override "sources" elements #12
Open
Description
For example if a user wants to use a one-off build, etc. for a specific source element.
This might be accomplished by using an external file to describe the sources.
Also, given the tight integration between the file names in the sources and the scripts which manipulate them, it might be a good idea to use variables to specify the file names in the scripts, which would probably also entail adding a fileName field to the source element.
For example:
source.name=KUBE_PING
source.fileName=openshift-ping-kube-1.0.0.Beta9-redhat-1.jar
source.url=
source.hash=
The downloaded file would be saved as openshift-ping-kube-1.0.0.Beta9-redhat-1.jar and referenced by ${KUBE_PING}.