<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/ironic-python-agent.git/imagebuild, branch 2.2.4</title>
<subtitle>opendev.org: openstack/ironic-python-agent.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/ironic-python-agent.git/'/>
<entry>
<title>fix uname mock arguments for get-pip.py</title>
<updated>2018-07-25T08:41:22+00:00</updated>
<author>
<name>Julia Kreger</name>
<email>juliaashleykreger@gmail.com</email>
</author>
<published>2018-07-24T18:19:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/ironic-python-agent.git/commit/?id=dc3cdcd988aa4299cd90374c1c97f50324eeaa64'/>
<id>dc3cdcd988aa4299cd90374c1c97f50324eeaa64</id>
<content type='text'>
Change-Id: I36b3c8c7b0dfca41db54490306f47ddbf8eec836
(cherry picked from commit baa076837d25bf7b2290211b248a0bbe5f48d55c)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I36b3c8c7b0dfca41db54490306f47ddbf8eec836
(cherry picked from commit baa076837d25bf7b2290211b248a0bbe5f48d55c)
</pre>
</div>
</content>
</entry>
<entry>
<title>Switch from sourceforge to github for ipmitool</title>
<updated>2018-06-27T02:30:00+00:00</updated>
<author>
<name>Yolanda Robla</name>
<email>yroblamo@redhat.com</email>
</author>
<published>2018-06-26T10:00:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/ironic-python-agent.git/commit/?id=a4225beda4cf0f0305972e9cba738e8088c8109d'/>
<id>a4225beda4cf0f0305972e9cba738e8088c8109d</id>
<content type='text'>
Currently CI fails on build ipa image on xenial, because downloading
with wget from sourceforce is giving SSL error. Start using the
github mirror, that is not having this problem.

Additionally added autoconf, autogen, automake, and libtool
to the build requirements as the new ipmitool package is based
off of repository commit history tags and did not contain
a pregenerated configure file.

Change-Id: I139679db835b7a87c55f69a4d807ff8ec9099e3a
(cherry picked from commit 80be07ae791980a1c444b3b0d685775c1688ca34)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently CI fails on build ipa image on xenial, because downloading
with wget from sourceforce is giving SSL error. Start using the
github mirror, that is not having this problem.

Additionally added autoconf, autogen, automake, and libtool
to the build requirements as the new ipmitool package is based
off of repository commit history tags and did not contain
a pregenerated configure file.

Change-Id: I139679db835b7a87c55f69a4d807ff8ec9099e3a
(cherry picked from commit 80be07ae791980a1c444b3b0d685775c1688ca34)
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "fix path for ldlinux.c32"</title>
<updated>2017-06-08T07:02:16+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2017-06-08T07:02:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/ironic-python-agent.git/commit/?id=af9caeeaaef96c21bb4ed5166e64a2aa68f26ea6'/>
<id>af9caeeaaef96c21bb4ed5166e64a2aa68f26ea6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "[imagebuild] support requirements referring to /opt/stack/new"</title>
<updated>2017-06-07T15:35:36+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2017-06-07T15:35:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/ironic-python-agent.git/commit/?id=da2ee32a8b2c15a232397e4ed5bc01b695cba00c'/>
<id>da2ee32a8b2c15a232397e4ed5bc01b695cba00c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[imagebuild] support requirements referring to /opt/stack/new</title>
<updated>2017-06-07T11:45:37+00:00</updated>
<author>
<name>Dmitry Tantsur</name>
<email>divius.inside@gmail.com</email>
</author>
<published>2017-06-05T11:09:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/ironic-python-agent.git/commit/?id=381f5073b5d7b15ac848cdbc8dfbb252ff417aba'/>
<id>381f5073b5d7b15ac848cdbc8dfbb252ff417aba</id>
<content type='text'>
Now that ironic-lib builds IPA from source, the IPA building procedure
needs to support requirements referring to /opt/stack/new.

As upper-constraints are not actually needed in the finalise step, they're
no longer used there to avoid dealing with file:/// references. We also
allow pre-release packages to be installed by pip.

Also install git as it's a build requirement for PBR.

Only tinyipa is updated, as it's used in the ironic-lib gate.

Change-Id: Ia942cb710eb3fe1ba56c68f91fa893795c9cb651
Closes-Bug: #1695877
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now that ironic-lib builds IPA from source, the IPA building procedure
needs to support requirements referring to /opt/stack/new.

As upper-constraints are not actually needed in the finalise step, they're
no longer used there to avoid dealing with file:/// references. We also
allow pre-release packages to be installed by pip.

Also install git as it's a build requirement for PBR.

Only tinyipa is updated, as it's used in the ironic-lib gate.

Change-Id: Ia942cb710eb3fe1ba56c68f91fa893795c9cb651
Closes-Bug: #1695877
</pre>
</div>
</content>
</entry>
<entry>
<title>fix path for ldlinux.c32</title>
<updated>2017-06-05T15:36:57+00:00</updated>
<author>
<name>Ruby Loo</name>
<email>ruby.loo@intel.com</email>
</author>
<published>2017-06-05T15:36:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/ironic-python-agent.git/commit/?id=a7ffa7db9825260e25da75f5fab68ff29c58ef96'/>
<id>a7ffa7db9825260e25da75f5fab68ff29c58ef96</id>
<content type='text'>
This fixes the path for ldlinux.c32. It should be in the absolute
path /usr/..., not the relative path usr/...

Related-Bug: #1694394

This is a followup to ead3b90655979d0423f409b21a17da9e28a8de1b

Change-Id: I0aaae7e337b1ac631f789c11b3bf6e944e395456
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes the path for ldlinux.c32. It should be in the absolute
path /usr/..., not the relative path usr/...

Related-Bug: #1694394

This is a followup to ead3b90655979d0423f409b21a17da9e28a8de1b

Change-Id: I0aaae7e337b1ac631f789c11b3bf6e944e395456
</pre>
</div>
</content>
</entry>
<entry>
<title>Copy ldlinux.c32 for building ISO image</title>
<updated>2017-05-31T02:07:34+00:00</updated>
<author>
<name>Hironori Shiina</name>
<email>shiina.hironori@jp.fujitsu.com</email>
</author>
<published>2017-05-31T01:57:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/ironic-python-agent.git/commit/?id=ead3b90655979d0423f409b21a17da9e28a8de1b'/>
<id>ead3b90655979d0423f409b21a17da9e28a8de1b</id>
<content type='text'>
This patch copies ldlinux.c32 to isolinux directory when building an
ISO image. ldlinux.c32 is required for syslinux 5.00 or later[1]. The
location of ldlinux.c32 depends on distrubution[2][3].

[1] http://www.syslinux.org/wiki/index.php?title=ISOLINUX#How_Can_I_Make_a_Bootable_CD_With_ISOLINUX.3F
[2] https://packages.ubuntu.com/xenial/all/syslinux-common/filelist
[3] https://www.rpmfind.net/linux/RPM/dag/redhat/el6/x86_64/extras/syslinux-5.10-1.el6.rfx.x86_64.html

Change-Id: I31dfb8423a1fe453740119ebe8b855dc23a4c033
Closes-Bug: #1694394
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch copies ldlinux.c32 to isolinux directory when building an
ISO image. ldlinux.c32 is required for syslinux 5.00 or later[1]. The
location of ldlinux.c32 depends on distrubution[2][3].

[1] http://www.syslinux.org/wiki/index.php?title=ISOLINUX#How_Can_I_Make_a_Bootable_CD_With_ISOLINUX.3F
[2] https://packages.ubuntu.com/xenial/all/syslinux-common/filelist
[3] https://www.rpmfind.net/linux/RPM/dag/redhat/el6/x86_64/extras/syslinux-5.10-1.el6.rfx.x86_64.html

Change-Id: I31dfb8423a1fe453740119ebe8b855dc23a4c033
Closes-Bug: #1694394
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Add option for building IPMItool into TinyIPA"</title>
<updated>2017-05-25T22:30:12+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2017-05-25T22:30:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/ironic-python-agent.git/commit/?id=7dbe9b5bedfe1eca8dd0f0218a186c5b7ebee85d'/>
<id>7dbe9b5bedfe1eca8dd0f0218a186c5b7ebee85d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Add a new location of isolinux.bin for Ubuntu 16.04"</title>
<updated>2017-05-24T14:28:10+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2017-05-24T14:28:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/ironic-python-agent.git/commit/?id=73a884fc41c3d28f56006db6f186bcdb1c2c97df'/>
<id>73a884fc41c3d28f56006db6f186bcdb1c2c97df</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a new location of isolinux.bin for Ubuntu 16.04</title>
<updated>2017-05-24T10:14:03+00:00</updated>
<author>
<name>Hironori Shiina</name>
<email>shiina.hironori@jp.fujitsu.com</email>
</author>
<published>2017-05-24T08:12:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/ironic-python-agent.git/commit/?id=35ea727e6a84706d7a2145c7c551b2479b717ed4'/>
<id>35ea727e6a84706d7a2145c7c551b2479b717ed4</id>
<content type='text'>
This patch adds a new location of isolinux.bin for creating iso. This
file is installed to /usr/lib/ISOLINUX/ in Ubuntu 16.04 or later.

Change-Id: Iae325e3e706859b1df409f23e679d5219dc6f187
Closes-Bug: #1693127
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch adds a new location of isolinux.bin for creating iso. This
file is installed to /usr/lib/ISOLINUX/ in Ubuntu 16.04 or later.

Change-Id: Iae325e3e706859b1df409f23e679d5219dc6f187
Closes-Bug: #1693127
</pre>
</div>
</content>
</entry>
</feed>
