Restore ISO file name to make CI functional again 07/8507/1
authorStefan K. Berg <stefan.k.berg@ericsson.com>
Fri, 22 Jan 2016 11:02:35 +0000 (12:02 +0100)
committerStefan Berg <sfb@consultron.com>
Fri, 29 Jan 2016 12:59:45 +0000 (13:59 +0100)
An overzealous designer :) renamed the ISO output file, which
broke CI. This will put everything right again.

Change-Id: I25dca7ecfaa679872ee3d670b5df56333b3321c4
Signed-off-by: Stefan K. Berg <stefan.k.berg@ericsson.com>
(cherry picked from commit d0d32d0dcde36e4a6a60e5846bfa1204e98b2d10)

build/Makefile

index 6dda79c..5ba8259 100644 (file)
@@ -25,9 +25,9 @@ export REVSTATE = "P0000"
 
 ifdef BUILD_FUEL_PLUGINS
 $(warning Overriding plugin build selection to $(BUILD_FUEL_PLUGINS))
-export NEWISO = $(shell pwd)/release/unofficial-opnfv-fuel-${REVSTATE}.iso
+export NEWISO = $(shell pwd)/release/unofficial-opnfv-${REVSTATE}.iso
 else
-export NEWISO = $(shell pwd)/release/opnfv-fuel-${REVSTATE}.iso
+export NEWISO = $(shell pwd)/release/opnfv-${REVSTATE}.iso
 endif
 
 # Note! Invoke with "make REVSTATE=RXXXX all" to make release build!