Add the first part of the build worker that runs on quay.

This commit is contained in:
yackob03 2013-10-24 16:37:03 -04:00
parent 9dc9e0c940
commit 847e91b696
10 changed files with 196 additions and 11 deletions

View file

@ -10,7 +10,6 @@ from data.queue import image_diff_queue
from endpoints.registry import process_image_changes
root_logger = logging.getLogger('')
root_logger.setLevel(logging.DEBUG)
@ -59,11 +58,6 @@ parser.add_argument('--log', default='diffsworker.log',
args = parser.parse_args()
# if not args.D:
# else:
# logging.basicConfig(format=FORMAT, level=logging.DEBUG)
# start_worker(args)
if args.D:
handler = logging.FileHandler(args.log)
handler.setFormatter(formatter)