From 41048f09b545b34ff1ed398b1dd76aad48a98718 Mon Sep 17 00:00:00 2001 From: "Stefan K. Berg" Date: Thu, 12 Feb 2015 12:12:34 +0100 Subject: Simplification and cleanup of build process Docker build image: - Uplift of the base Ubuntu version to 14.04. - Instead of building the Ubuntu image with debootstrap, we use the official Docker repository version of Ubuntu. - Cleanup of the way how runcontext operates - Fix: Make sure that the build system can be run as root Top Makefile: - Building the Fuel ISO on Docker local /tmp directory not to pollute local directory with files owned by root. - Removed unused targets. Change-Id: I684348b2a15546eadf98d810239a84ff9798b1e8 Signed-off-by: Stefan K. Berg --- fuel-build/DOC/BUILD/README.build | 1 - 1 file changed, 1 deletion(-) (limited to 'fuel-build/DOC/BUILD/README.build') diff --git a/fuel-build/DOC/BUILD/README.build b/fuel-build/DOC/BUILD/README.build index 6cd87e7..a5e1112 100644 --- a/fuel-build/DOC/BUILD/README.build +++ b/fuel-build/DOC/BUILD/README.build @@ -21,7 +21,6 @@ How to setup and use the OPNFV/BGS/FUEL build system - work in progress 1.2 Host SW dependencies ------------------------ On the host, the following packages must be installed: -- debootstrap (simply available through apt-get install debootstrap) - docker - see https://docs.docker.com/installation/ubuntulinux/ for installation notes for 12.04 and 14.04 - git (simply available through apt-get install git) -- cgit 1.2.3-korg