diff options
author | Tim Rozet <trozet@redhat.com> | 2016-09-27 16:14:33 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-09-27 16:14:33 +0000 |
commit | 886c746a1c20e3caae21000e2614e32fb8785256 (patch) | |
tree | 0834c33dbcabdec85201882a18ebe600ad22b1a8 /build/Makefile | |
parent | f3b2d8301059e5144517c5dcdaaba4ea15b1719b (diff) | |
parent | f9a85b5ac2dc5658873a618451b75d4ba64a3169 (diff) |
Merge "Add python ipmi library to iso" into stable/colorado
Diffstat (limited to 'build/Makefile')
-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 |