mirror of
https://github.com/clearlinux/mixer-tools.git
synced 2026-09-06 21:51:30 +00:00
There are a couple mixer commands that don't require network and thus skip any network check. This behavior is also intended when the --offline flag is used, but the flag is never checked in that scenario. This patch unifies builder.Offline (which is set by --offline) and networkCheck variable to make sure the network check is also skipped if --offline flag is used. Signed-off-by: Rodrigo Chiossi <rodrigo.chiossi@intel.com>