diff options
author | Patrick Williams <patrick@stwcx.xyz> | 2017-01-16 15:40:11 -0600 |
---|---|---|
committer | Patrick Williams <patrick@stwcx.xyz> | 2017-01-16 15:40:25 -0600 |
commit | 4ac4919974caf5dd5ef1fd0958f5b568d1da0e07 (patch) | |
tree | 3d721ec96e39ee087c78bcc1dd7b0a2027b478bd /openpower | |
parent | f4d24eea37935d1dd769243e555b35228dc265bf (diff) | |
download | talos-op-build-4ac4919974caf5dd5ef1fd0958f5b568d1da0e07.tar.gz talos-op-build-4ac4919974caf5dd5ef1fd0958f5b568d1da0e07.zip |
release-notes: Add support for Witherspoon and Zaius
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Diffstat (limited to 'openpower')
-rwxr-xr-x | openpower/scripts/release-notes | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/openpower/scripts/release-notes b/openpower/scripts/release-notes index eb32d5c3..2bf1b902 100755 --- a/openpower/scripts/release-notes +++ b/openpower/scripts/release-notes @@ -31,6 +31,12 @@ my $repos = 'barreleye-xml' => { REPO => "http://github.com/open-power/barreleye-xml" , DIR => "openpower/package/barreleye-xml", PACKAGE => "BARRELEYE_XML" }, + 'witherspoon-xml' => { REPO => "http://github.com/open-power/witherspoon-xml" , + DIR => "openpower/package/witherspoon-xml", + PACKAGE => "WITHERSPOON_XML" }, + 'zaius-xml' => { REPO => "http://github.com/open-power/zaius-xml" , + DIR => "openpower/package/zaius-xml", + PACKAGE => "ZAIUS_XML" }, 'petitboot' => { REPO => "http://github.com/open-power/petitboot" , DIR => "openpower/package/petitboot", PACKAGE => "PETITBOOT" }, |