diff options
author | Michael Chapman <woppin@gmail.com> | 2016-09-27 14:58:52 +1000 |
---|---|---|
committer | Michael Chapman <woppin@gmail.com> | 2016-09-27 15:01:20 +1000 |
commit | f9a85b5ac2dc5658873a618451b75d4ba64a3169 (patch) | |
tree | 028405724ae0a44749e69f84ac28098b3dcdad80 | |
parent | 4282687699d38e4be4b39f8397f78768899ac17c (diff) |
Add python ipmi library to iso
JIRA: APEX-282
Change-Id: Ib63735049689eb9e2778d71f803f2bdb7a55c9eb
Signed-off-by: Michael Chapman <woppin@gmail.com>
(cherry picked from commit 523c9cb5bea77f19c909ebce4fa23c9676c4dd6d)
-rw-r--r-- | build/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/Makefile b/build/Makefile index de369c7d..90eeea54 100644 --- a/build/Makefile +++ b/build/Makefile @@ -400,6 +400,7 @@ iso: iso-clean images rpms $(CENTISO) cd centos/Packages && yumdownloader ipxe-roms-qemu cd centos/Packages && curl -O https://radez.fedorapeople.org/python34-markupsafe-0.23-9.el7.centos.x86_64.rpm cd centos/Packages && curl -O https://radez.fedorapeople.org/python3-jinja2-2.8-5.el7.centos.noarch.rpm + cd centos/Packages && curl -O http://artifacts.opnfv.org/apex/dependencies/python3-ipmi-0.3.0-1.noarch.rpm # regenerate yum repo data @echo "Generating new yum metadata" createrepo --update -g ../c7-opnfv-x86_64-comps.xml centos |