summaryrefslogtreecommitdiffstats
path: root/openpower/scripts
diff options
context:
space:
mode:
authorSamuel Mendoza-Jonas <sam@mendozajonas.com>2018-10-10 11:00:12 +1100
committerSamuel Mendoza-Jonas <sam@mendozajonas.com>2018-10-10 11:01:07 +1100
commit3ae961afc26c0ffd8238d47bb31f40d60b7d6fd4 (patch)
treeeae10b7f3b1d3267b40ef371353a388becb60a79 /openpower/scripts
parentf01752794b94564a705bbaf5cea7d1479d19c06b (diff)
downloadtalos-op-build-3ae961afc26c0ffd8238d47bb31f40d60b7d6fd4.tar.gz
talos-op-build-3ae961afc26c0ffd8238d47bb31f40d60b7d6fd4.zip
scripts/release-notes: Ignore witherspoon_dev for XML
The XML for witherspoon_dev is the same as for the normal witherspoon platform so ignore it when cloning platform-xml repositories. Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com>
Diffstat (limited to 'openpower/scripts')
-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 74e57db2..6cc966e2 100755
--- a/openpower/scripts/release-notes
+++ b/openpower/scripts/release-notes
@@ -149,6 +149,7 @@ foreach my $p (@common_platforms) {
$p = "witherspoon";
$witherspoon_insanity = 1;
}
+ next if ($p =~ /witherspoon_dev/);
$repos->{"$p-xml"} = { REPO => "https://github.com/open-power/$p-xml" ,
DIR => "openpower/package/$p-xml" };
}
OpenPOWER on IntegriCloud