Allows domain name to be configured
[genesis.git] / fuel / build / f_isoroot / f_predeployment / Makefile
1 ##############################################################################
2 # Copyright (c) 2015 Ericsson AB and others.
3 # stefan.k.berg@ericsson.com
4 # jonas.bjurel@ericsson.com
5 # All rights reserved. This program and the accompanying materials
6 # are made available under the terms of the Apache License, Version 2.0
7 # which accompanies this distribution, and is available at
8 # http://www.apache.org/licenses/LICENSE-2.0
9 ##############################################################################
10
11 TOP := $(shell pwd)
12
13 .PHONY: all
14 all:
15         @mkdir -p release/opnfv
16         @cp pre-deploy.sh release/opnfv
17         @cp sysinfo.sh release/opnfv
18         @cp transform_yaml.py release/opnfv
19         @chmod 755 release/opnfv/*
20
21 .PHONY: clean
22 clean:
23         @rm -rf release
24
25
26 .PHONY: release
27 release:clean all
28         @cp -Rvp release/* ../release