Makefile revision 6033
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# CDDL HEADER START
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# The contents of this file are subject to the terms of the
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# Common Development and Distribution License (the "License").
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# You may not use this file except in compliance with the License.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# See the License for the specific language governing permissions
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# and limitations under the License.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# When distributing Covered Code, include this CDDL HEADER in each
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# If applicable, add the following below this CDDL HEADER, with the
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# fields enclosed by brackets "[]" replaced with your own identifying
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# CDDL HEADER END
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync sha256:c51029340c953a7355c48a106eb93407287b26f01bed6a64de695d4bda361c07
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncCOMPONENT_ARCHIVE_URL= http://launchpad.net/$(COMPONENT_NAME)/$(COMPONENT_CODENAME)/$(COMPONENT_VERSION)/+download/$(COMPONENT_ARCHIVE)
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncNUM_EXTRA_ARCHIVES= 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# Starting with Juno, Horizon depends on a number of XStatic modules
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# to deliver the required JavaScript modules. This delivery method
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# may be changing in future releases, so the XStatic modules for now
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# are built as part of Horizon rather than being stand alone
# components/packages. The NUM_EXTRA_ARCHIVES parameter should
collectstatic --noinput; \
# Patch openstack_dashboard/settings.py to remove the xstatic imports
# (manage.py) requires the packages be "installed". Rather than
cd $$xs_archive; \
--force \
test: $(NO_TESTS)
clean::
-exec rm -r {} \;
# Includes packages required by Django's manage.py during the Horizon build