summaryrefslogtreecommitdiffstats
path: root/openpower
diff options
context:
space:
mode:
authorSamuel Mendoza-Jonas <sam@mendozajonas.com>2017-07-12 13:26:55 +1000
committerSamuel Mendoza-Jonas <sam@mendozajonas.com>2017-07-12 13:26:55 +1000
commit84f3d256d51fc1019e025b9a21cd001a8492eac9 (patch)
tree643eb728c65a2dc6e9b98ee68290f3acee5a424a /openpower
parent9b8bf2632d7cbfc244470484afd471c6b8756d38 (diff)
downloadblackbird-op-build-84f3d256d51fc1019e025b9a21cd001a8492eac9.tar.gz
blackbird-op-build-84f3d256d51fc1019e025b9a21cd001a8492eac9.zip
scripts/release-notes: Don't try to clone redbud-xml
The redbud platform uses the witherspoon-xml repository. There is no redbud-xml repository so ignore it when creating a list of -xml repositories. Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com>
Diffstat (limited to 'openpower')
-rwxr-xr-xopenpower/scripts/release-notes1
1 files changed, 1 insertions, 0 deletions
diff --git a/openpower/scripts/release-notes b/openpower/scripts/release-notes
index 4231aa04..da0bc6f4 100755
--- a/openpower/scripts/release-notes
+++ b/openpower/scripts/release-notes
@@ -111,6 +111,7 @@ foreach my $p (@common_platforms) {
next if $p =~ /firenze/;
next if $p =~ /^zz$/;
next if $p =~ /mambo/;
+ next if $p =~ /redbud/;
$repos->{"$p-xml"} = { REPO => "http://github.com/open-power/$p-xml" ,
DIR => "openpower/package/$p-xml" };
}
OpenPOWER on IntegriCloud