diff options
author | Stefan Berg <sfb@consultron.com> | 2016-01-29 14:44:43 +0100 |
---|---|---|
committer | Stefan Berg <sfb@consultron.com> | 2016-01-29 14:44:43 +0100 |
commit | 1a560c19021ff232b7869b3057af4bcc46145b40 (patch) | |
tree | 14cd014dac38ffca567b3e2611a20fc05754f998 /build/f_isoroot/Makefile | |
parent | 65c164021cb356b3d4e6888488fb62c3395da4f5 (diff) |
Brahmaputra master sync
Signed-off-by: Stefan Berg <sfb@consultron.com>
Diffstat (limited to 'build/f_isoroot/Makefile')
-rw-r--r-- | build/f_isoroot/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/f_isoroot/Makefile b/build/f_isoroot/Makefile index c14c09649..ee27adb49 100644 --- a/build/f_isoroot/Makefile +++ b/build/f_isoroot/Makefile @@ -15,6 +15,8 @@ export PLUGINS # If the BUILD_FUEL_PLUGINS environment variable is set, only build the plugins # indicated therein. +# Temporarilu disabling f_repobuild that currently have some issues on +# Fuel 8. ifdef BUILD_FUEL_PLUGINS export BUILD_FUEL_PLUGINS SUBDIRS = f_kscfg f_bootstrap f_isolinux f_repobuild $(BUILD_FUEL_PLUGINS) |