diff options
| author | Stewart Smith <stewart@linux.ibm.com> | 2018-05-09 16:38:43 -0500 |
|---|---|---|
| committer | Stewart Smith <stewart@linux.ibm.com> | 2018-05-09 21:13:41 -0500 |
| commit | b7cab66c57c01cf45a14638ed6fbd752b0ac8019 (patch) | |
| tree | 40c3f5eda72e4892ef242a7e9a382c206472e328 /openpower/scripts | |
| parent | 429f5d63d010b852c69826d4f8aed4b9b28da270 (diff) | |
| download | talos-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-x | openpower/scripts/release-notes | 2 |
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" , |

