diff options
author | Stefan K. Berg <stefan.k.berg@ericsson.com> | 2016-01-22 12:02:35 +0100 |
---|---|---|
committer | Stefan K. Berg <stefan.k.berg@ericsson.com> | 2016-01-22 12:02:35 +0100 |
commit | d0d32d0dcde36e4a6a60e5846bfa1204e98b2d10 (patch) | |
tree | ebb5ec8d5a70eb9a83b894f9c7329052e9991514 /build | |
parent | 333f8c3f056bc4f38dcafff3fcc46456f5e3bac2 (diff) |
Restore ISO file name to make CI functional again
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>
Diffstat (limited to 'build')
-rw-r--r-- | build/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/Makefile b/build/Makefile index 1d28db329..316d24e07 100644 --- a/build/Makefile +++ b/build/Makefile @@ -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! |