diff options
author | Dan Radez <dradez@redhat.com> | 2016-04-06 14:48:18 -0400 |
---|---|---|
committer | Dan Radez <dradez@redhat.com> | 2016-04-07 22:22:28 -0400 |
commit | d84beb35dfa3a804eef35e1349ffec74ef9bbd87 (patch) | |
tree | 40c994e87ebd6fb2cf084638b9e47fe7491d996c /build/Makefile | |
parent | d1dc7ebd54fd2eba6bbf17a0bc531e5838635206 (diff) |
Updates to the iso build
- refreshing to the Cent 7 1511 version of comps.xml
- adding a graphical desktop install option
- refreshing to the Cent 7 1511 version of isolinux.cfg
- adding package depedencies for Mitaka ISO install
JIRA: APEX-104
Change-Id: I73413270d2da656a4421f78a93504b611d300206
Signed-off-by: Dan Radez <dradez@redhat.com>
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 |