summaryrefslogtreecommitdiffstats
path: root/openpower/scripts
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.ibm.com>2018-05-09 16:38:43 -0500
committerStewart Smith <stewart@linux.ibm.com>2018-05-09 21:13:41 -0500
commitb7cab66c57c01cf45a14638ed6fbd752b0ac8019 (patch)
tree40c3f5eda72e4892ef242a7e9a382c206472e328 /openpower/scripts
parent429f5d63d010b852c69826d4f8aed4b9b28da270 (diff)
downloadtalos-op-build-b7cab66c57c01cf45a14638ed6fbd752b0ac8019.tar.gz
talos-op-build-b7cab66c57c01cf45a14638ed6fbd752b0ac8019.zip
release-notes: add hcode repository
Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
Diffstat (limited to 'openpower/scripts')
-rwxr-xr-xopenpower/scripts/release-notes2
1 files changed, 2 insertions, 0 deletions
diff --git a/openpower/scripts/release-notes b/openpower/scripts/release-notes
index 483a784b..1bb71fdf 100755
--- a/openpower/scripts/release-notes
+++ b/openpower/scripts/release-notes
@@ -14,6 +14,8 @@ my $dbh = DBI->connect($db,undef,undef, {AutoCommit => 1, RaiseError=>1});
my $repos =
{
'op-build' => { REPO => "https://github.com/open-power/op-build" },
+ 'hcode' => { REPO => "https://github.com/open-power/hcode" ,
+ DIR => "openpower/package/hcode" },
'hostboot' => { REPO => "https://github.com/open-power/hostboot" ,
DIR => "openpower/package/hostboot" },
'sbe' => { REPO => "https://github.com/open-power/sbe" ,
OpenPOWER on IntegriCloud