<feed xmlns='http://www.w3.org/2005/Atom'>
<title>talos-op-build/openpower/scripts/release-notes, branch 04-16-2019</title>
<subtitle>Talos™ II OpenPOWER build framework</subtitle>
<id>https://git.raptorcs.com/git/talos-op-build/atom?h=04-16-2019</id>
<link rel='self' href='https://git.raptorcs.com/git/talos-op-build/atom?h=04-16-2019'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-op-build/'/>
<updated>2019-04-05T05:40:43+00:00</updated>
<entry>
<title>op-build v2.3-rc2 release notes</title>
<updated>2019-04-05T05:40:43+00:00</updated>
<author>
<name>Stewart Smith</name>
<email>stewart@linux.ibm.com</email>
</author>
<published>2019-04-05T05:40:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-op-build/commit/?id=234326425e4c5bfd08fdd2e4fbc79fefc38912d7'/>
<id>urn:sha1:234326425e4c5bfd08fdd2e4fbc79fefc38912d7</id>
<content type='text'>
Signed-off-by: Stewart Smith &lt;stewart@linux.ibm.com&gt;
</content>
</entry>
<entry>
<title>scripts/release-notes: Ignore witherspoon_dev for XML</title>
<updated>2018-10-10T00:01:07+00:00</updated>
<author>
<name>Samuel Mendoza-Jonas</name>
<email>sam@mendozajonas.com</email>
</author>
<published>2018-10-10T00:00:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-op-build/commit/?id=3ae961afc26c0ffd8238d47bb31f40d60b7d6fd4'/>
<id>urn:sha1:3ae961afc26c0ffd8238d47bb31f40d60b7d6fd4</id>
<content type='text'>
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 &lt;sam@mendozajonas.com&gt;
</content>
</entry>
<entry>
<title>scripts/release-notes: Use markdown-flavoured line breaks</title>
<updated>2018-10-10T00:00:36+00:00</updated>
<author>
<name>Samuel Mendoza-Jonas</name>
<email>sam@mendozajonas.com</email>
</author>
<published>2018-10-10T00:00:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-op-build/commit/?id=f01752794b94564a705bbaf5cea7d1479d19c06b'/>
<id>urn:sha1:f01752794b94564a705bbaf5cea7d1479d19c06b</id>
<content type='text'>
This way we can easily pass RELEASE.md through markdown without
everything getting squashed into the same line.

Signed-off-by: Samuel Mendoza-Jonas &lt;sam@mendozajonas.com&gt;
</content>
</entry>
<entry>
<title>release-notes: add hcode repository</title>
<updated>2018-05-10T02:13:41+00:00</updated>
<author>
<name>Stewart Smith</name>
<email>stewart@linux.ibm.com</email>
</author>
<published>2018-05-09T21:38:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-op-build/commit/?id=b7cab66c57c01cf45a14638ed6fbd752b0ac8019'/>
<id>urn:sha1:b7cab66c57c01cf45a14638ed6fbd752b0ac8019</id>
<content type='text'>
Signed-off-by: Stewart Smith &lt;stewart@linux.ibm.com&gt;
</content>
</entry>
<entry>
<title>Merge pull request #1920 from sammj/release-notes</title>
<updated>2018-02-28T04:55:42+00:00</updated>
<author>
<name>Stewart Smith</name>
<email>stewart@linux.vnet.ibm.com</email>
</author>
<published>2018-02-28T04:55:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-op-build/commit/?id=198e0496b623559ca6223d488d8c13c699200dc9'/>
<id>urn:sha1:198e0496b623559ca6223d488d8c13c699200dc9</id>
<content type='text'>
release-notes: Update env path</content>
</entry>
<entry>
<title>release-notes: Update env path</title>
<updated>2018-02-27T23:59:02+00:00</updated>
<author>
<name>Samuel Mendoza-Jonas</name>
<email>sam@mendozajonas.com</email>
</author>
<published>2018-02-27T23:59:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-op-build/commit/?id=52bd75b512dc55c748c6b3f4af2db3124ddfb9ae'/>
<id>urn:sha1:52bd75b512dc55c748c6b3f4af2db3124ddfb9ae</id>
<content type='text'>
Signed-off-by: Samuel Mendoza-Jonas &lt;sam@mendozajonas.com&gt;
</content>
</entry>
<entry>
<title>doc: initial sphinx-based documentation support</title>
<updated>2018-02-26T03:30:46+00:00</updated>
<author>
<name>Stewart Smith</name>
<email>stewart@linux.vnet.ibm.com</email>
</author>
<published>2018-02-12T00:52:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-op-build/commit/?id=59d3cb4307b26c063dcdb86b8d42f59e78adaacb'/>
<id>urn:sha1:59d3cb4307b26c063dcdb86b8d42f59e78adaacb</id>
<content type='text'>
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 &lt;stewart@linux.vnet.ibm.com&gt;
</content>
</entry>
<entry>
<title>release-notes: Update to account for single witherspoon platform</title>
<updated>2017-09-21T04:24:31+00:00</updated>
<author>
<name>Samuel Mendoza-Jonas</name>
<email>sam@mendozajonas.com</email>
</author>
<published>2017-09-21T03:55:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-op-build/commit/?id=93c5a54ca13dbd64e0c3db88429c3b571afbd78b'/>
<id>urn:sha1:93c5a54ca13dbd64e0c3db88429c3b571afbd78b</id>
<content type='text'>
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 &lt;sam@mendozajonas.com&gt;
</content>
</entry>
<entry>
<title>release-notes: Clone project repos via HTTPS</title>
<updated>2017-08-17T04:46:02+00:00</updated>
<author>
<name>Samuel Mendoza-Jonas</name>
<email>sam@mendozajonas.com</email>
</author>
<published>2017-08-17T04:46:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-op-build/commit/?id=a6262a0697c2d072dc1cfdc16e9ac984d3cd0eba'/>
<id>urn:sha1:a6262a0697c2d072dc1cfdc16e9ac984d3cd0eba</id>
<content type='text'>
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 &lt;sam@mendozajonas.com&gt;
</content>
</entry>
<entry>
<title>release-notes: Don't try to clone witherspoon-foo-xml</title>
<updated>2017-08-04T04:18:06+00:00</updated>
<author>
<name>Samuel Mendoza-Jonas</name>
<email>sam@mendozajonas.com</email>
</author>
<published>2017-08-04T01:42:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-op-build/commit/?id=264a6cdcc3e8352798ba46074e75185c2284f61f'/>
<id>urn:sha1:264a6cdcc3e8352798ba46074e75185c2284f61f</id>
<content type='text'>
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 &lt;sam@mendozajonas.com&gt;
</content>
</entry>
</feed>
