Merge "Use the tag when grabbing the projects list"

This commit is contained in:
Jenkins 2017-08-05 00:31:46 +00:00 committed by Gerrit Code Review
commit 6df0a47a3c

View File

@ -149,7 +149,7 @@ def get_projects(tag=None):
cache_file = '.projects.pkl'
if tag:
url += '?%s' % tag
url += '?h=%s' % tag
cache_file = '.projects.%s.pkl' % tag
# Refresh the cache if it's not there or if it's older than a week