From dab868b20b936add86967eafe32711413b80dd6e Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Wed, 26 Dec 2012 17:16:07 +0000 Subject: Rework logging and output Use the logs for all the commands output. Tail the log if there is an error. Create a link to the latest log so that buildbot can find it easily. --- (limited to 'commands/build') diff --git a/commands/build b/commands/build index 0a8b2d4..38cae6b 100755 --- a/commands/build +++ b/commands/build @@ -13,7 +13,7 @@ parser.add_argument("module", nargs="?", help="name of the module to build") parser.add_argument("--full", action="store_true", help="force a full build") args = parser.parse_args() -common.setup() +common.setup(log_name="build") if not system.check(skip_if_unchanged=True): sys.exit(1) -- cgit v0.9.1