Update the audit ancestry tool to not affect pushes in progress.

This commit is contained in:
Jake Moshenko 2014-09-03 13:09:17 -04:00
parent 0bd9ba523e
commit 18ec0c3e0a

View file

@ -20,7 +20,7 @@ query = (Image
.join(ImageStorage)
.switch(Image)
.join(Repository)
.where(Repository.name == 'userportal', Repository.namespace == 'crsinc'))
.where(ImageStorage.uploading == False))
bad_count = 0
good_count = 0