diff options
author | Jonas Bjurel <jonas.bjurel@ericsson.com> | 2015-05-13 09:28:49 +0200 |
---|---|---|
committer | Jonas Bjurel <jonas.bjurel@ericsson.com> | 2015-05-13 10:50:39 +0200 |
commit | 0da5d47830c57ec6cea200f78d8df6a311692857 (patch) | |
tree | 4a250204d60d6cda607ed77c55f8984274cbccc4 /fuel/build/patch-packages/python-nova/Makefile | |
parent | 2e250b3c50723ba2da8c8b4d7a7b1f159a04663e (diff) |
JIRA: -
Removed an old console-log patch wich disabled console logging
and deemed not needed any longer.
Change-Id: Iafb35f9a0a0060c5c7280b3319f48a6a003380c8
Signed-off-by: Jonas Bjurel <jonas.bjurel@ericsson.com>
Diffstat (limited to 'fuel/build/patch-packages/python-nova/Makefile')
-rw-r--r-- | fuel/build/patch-packages/python-nova/Makefile | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/fuel/build/patch-packages/python-nova/Makefile b/fuel/build/patch-packages/python-nova/Makefile deleted file mode 100644 index fbf5fb4..0000000 --- a/fuel/build/patch-packages/python-nova/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -############################################################################## -# Copyright (c) 2015 Ericsson AB and others. -# stefan.k.berg@ericsson.com -# jonas.bjurel@ericsson.com -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Apache License, Version 2.0 -# which accompanies this distribution, and is available at -# http://www.apache.org/licenses/LICENSE-2.0 -############################################################################## - -TOP := $(shell pwd) - -.PHONY: all -all: - -.PHONY: clean -clean: - @rm -rf package - @rm -rf *.deb - @rm -rf patch-replacements - @rm -rf .package - -.PHONY: release -release: - ../tools/deb_unpack python-nova_*.deb $(ORIGISO) - patch -s -p0 < nova-console.patch - ../tools/deb_pack $(REVSTATE) - @cp *.deb ../release/packages - @cat patch-replacements >> ../release/patch-replacements |