summaryrefslogtreecommitdiffstats
path: root/openpower/scripts/release-notes
Commit message (Collapse)AuthorAgeFilesLines
* op-build v2.3-rc2 release notesv2.3-rc2Stewart Smith2019-04-051-0/+1
| | | | Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
* scripts/release-notes: Ignore witherspoon_dev for XMLSamuel Mendoza-Jonas2018-10-101-0/+1
| | | | | | | 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>
* scripts/release-notes: Use markdown-flavoured line breaksSamuel Mendoza-Jonas2018-10-101-24/+24
| | | | | | | This way we can easily pass RELEASE.md through markdown without everything getting squashed into the same line. Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com>
* release-notes: add hcode repositoryStewart Smith2018-05-091-0/+2
| | | | Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
* Merge pull request #1920 from sammj/release-notesStewart Smith2018-02-281-1/+1
|\ | | | | release-notes: Update env path
| * release-notes: Update env pathSamuel Mendoza-Jonas2018-02-281-1/+1
| | | | | | | | Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com>
* | doc: initial sphinx-based documentation supportStewart Smith2018-02-261-9/+19
|/ | | | | | | | | | | | | | The release-notes script now produces Markdown compatible with pandoc to help convert it into RST for sphinx. Actual documentation is fairly limited currently. We use intersphinx to link to various sub-projects' docs. A .travis.yml file is added to build+publish documentation when new code is pushed to github. Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
* release-notes: Update to account for single witherspoon platformSamuel Mendoza-Jonas2017-09-211-0/+17
| | | | | | | | | The release-notes script gets confused by the existence of both witherspoon_sequoia_defconfig and witherspoon_defconfig. In this scenario witherspoon_sequoia_defconfig only exists to placate the CI process, so treat it as if it does not exist. Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com>
* release-notes: Clone project repos via HTTPSSamuel Mendoza-Jonas2017-08-171-8/+8
| | | | | | | | | | | The release-notes script currently specifies HTTP URLs for each project repository. These are all Github URLs and recently there's been a 50/50 chance of Github either a) redirecting to HTTPS or b) timing out. Update all URLs to use HTTPS so that the release-notes script can actually clone them. Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com>
* release-notes: Don't try to clone witherspoon-foo-xmlSamuel Mendoza-Jonas2017-08-041-0/+9
| | | | | | | | | | | The proliferation of witherspoon flavours has confused the release-notes script again, causing it to attempt to clone the nonexistent witherspoon-{redbud,sequoia}-xml repo. Handle these extra variants to make sure we only clone the actual witherspoon-xml repository. Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com>
* scripts/release-notes: half-treat sequoia as witherspoon for package changes.Stewart Smith2017-07-141-0/+10
| | | | | | | | | URGH. We kind of treat sequoia as witherspoon so we can show updated packages in release notes. Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
* scripts/release-notes: quoting is funStewart Smith2017-07-141-2/+5
| | | | | | | On a similar level to .,' - table name quoting is odd and on the surface makes no sense. Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
* scripts/release-notes: fixes around witherspoon-(sequoia|redbud)Stewart Smith2017-07-141-13/+25
| | | | | | | | Include some added/removed platform bug fixes, as well as fixes to do with a temporary bug in the op-build repo that was introduced and fixed 2 commits either side of the v1.17 tag Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
* scripts/release-notes: Don't try to clone redbud-xmlSamuel Mendoza-Jonas2017-07-121-0/+1
| | | | | | | | 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>
* scripts/release-notes: Update for machine-xml changes, diff package listStewart Smith2017-05-251-92/+220
| | | | | | | | | | | | | | | A bit of a decent rework to the release-notes tool, coping with the machine-xml rework (to be one package with different repos/versions per platform, see cd986e4cf84a526ee9653f1282e7889a9312f658) We also do a legal-info build for each platform, as the resulting manifest.csv allows us to work out what packages have been updated/added/removed for each platform. Also add the '--platform' option, to produce release notes for only one platform. Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
* Add romulus to release-notes scriptStewart Smith2017-04-271-0/+3
| | | | Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
* Update SBE code for P9Sachin Gupta2017-04-071-0/+3
|
* release-notes: Add support for Witherspoon and ZaiusPatrick Williams2017-01-161-0/+6
| | | | Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* release-notes: Support P9 branch variable namesPatrick Williams2017-01-161-0/+11
| | | | Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* Release notes tool.Patrick Williams2016-08-011-0/+180
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
OpenPOWER on IntegriCloud