From 84f3d256d51fc1019e025b9a21cd001a8492eac9 Mon Sep 17 00:00:00 2001 From: Samuel Mendoza-Jonas Date: Wed, 12 Jul 2017 13:26:55 +1000 Subject: 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 --- openpower/scripts/release-notes | 1 + 1 file changed, 1 insertion(+) (limited to 'openpower') 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" }; } -- cgit v1.2.1