From 5a63bba43d5e8b610e46188440c89b1b5692f610 Mon Sep 17 00:00:00 2001 From: Brian C. Lane Date: Oct 15 2014 22:14:05 +0000 Subject: Log when using updates from /tmp/updates/ Also log the source of the updates. --- diff --git a/anaconda b/anaconda index ff779a3..a723962 100755 --- a/anaconda +++ b/anaconda @@ -789,6 +789,8 @@ if __name__ == "__main__": sys.exit(0) log.info("%s %s", sys.argv[0], getAnacondaVersionString()) + if os.path.exists("/tmp/updates"): + log.info("Using updates in /tmp/updates/ from %s", opts.updateSrc) # TODO: uncomment this when we're sure that we're doing the right thing # with flags.cmdline *everywhere* it appears...