diff options
| author | Stewart Smith <stewart@linux.ibm.com> | 2019-04-05 16:40:43 +1100 |
|---|---|---|
| committer | Stewart Smith <stewart@linux.ibm.com> | 2019-04-05 16:40:43 +1100 |
| commit | 234326425e4c5bfd08fdd2e4fbc79fefc38912d7 (patch) | |
| tree | d29bf5c519f3251fe4ee8f8fc8783e03b7f0eb97 /openpower/scripts | |
| parent | dc7af34d2c160fa2144d09d5a7772d367cdce638 (diff) | |
| download | talos-op-build-234326425e4c5bfd08fdd2e4fbc79fefc38912d7.tar.gz talos-op-build-234326425e4c5bfd08fdd2e4fbc79fefc38912d7.zip | |
op-build v2.3-rc2 release notes
Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
Diffstat (limited to 'openpower/scripts')
| -rwxr-xr-x | openpower/scripts/release-notes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openpower/scripts/release-notes b/openpower/scripts/release-notes index 6cc966e2..27c6bcbc 100755 --- a/openpower/scripts/release-notes +++ b/openpower/scripts/release-notes @@ -142,6 +142,7 @@ foreach my $p (@common_platforms) { next if $p =~ /firenze/; next if $p =~ /^zz$/; next if $p =~ /mambo/; + next if $p =~ /opal/; next if $p =~ /redbud/; next if $p =~ /pseries/; next if $p =~ /witherspoon-redbud/; |

