diff options
author | Tim Rozet <trozet@redhat.com> | 2016-04-08 18:59:30 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-04-08 18:59:30 +0000 |
commit | 8a68db21c4780ac22ffe61b27779c9fd729edc4b (patch) | |
tree | 0108ebafa2e8aa05bc4d0181cd52218cee585ab7 /build/Makefile | |
parent | 1b33d33b234cf64833516cd45099c0766a4ab2fd (diff) | |
parent | d84beb35dfa3a804eef35e1349ffec74ef9bbd87 (diff) |
Merge "Updates to the iso build"
Diffstat (limited to 'build/Makefile')
-rw-r--r-- | build/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/Makefile b/build/Makefile index 3746fab5..8a498a66 100644 --- a/build/Makefile +++ b/build/Makefile @@ -239,7 +239,7 @@ iso: iso-clean images rpms $(CENTISO) @ln $(RPMODL) centos/Packages @ln $(RPMONO) centos/Packages @ln $(RPMSFC) centos/Packages - cd centos/Packages && yumdownloader openvswitch && yumdownloader openstack-tripleo + cd centos/Packages && yumdownloader openvswitch && yumdownloader openstack-tripleo && yumdownloader jq # regenerate yum repo data @echo "Generating new yum metadata" createrepo --update -g ../c7-opnfv-x86_64-comps.xml centos |