Add rdo-icehouse element

This element sets the $RDO_RELEASE to be used in the rdo-release
element.

Change-Id: I092f5f2326c424694cf34578b7fca7e2a3f4d4d5
This commit is contained in:
Ryan Brady 2014-08-01 20:21:13 -04:00
parent aeb77417bb
commit 68decca0d9
3 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,3 @@
Set `$RDO_RELEASE` to override the default value of icehouse and use a
different RDO release. This element is used in conjunction with the rdo-release
and enable-packages-install element.

View File

@ -0,0 +1 @@
rdo-release

View File

@ -0,0 +1 @@
export RDO_RELEASE=${RDO_RELEASE:-"icehouse"}