~ubuntu-qa-website-devel/ubuntu-qa-website/drupal7-rewrite

« back to all changes in this revision

Viewing changes to scripts/check-urls

  • Committer: Stéphane Graber
  • Date: 2017-03-28 21:54:13 UTC
  • Revision ID: stgraber@ubuntu.com-20170328215413-rsjg1mp66adjz1p0
Update scripts from production

Show diffs side-by-side

added added

removed removed

Lines of Context:
104
104
        print("Skipping build with invalid milestone: %s" % entry.id)
105
105
        continue
106
106
 
107
 
    if entry.build.available != 1 or entry.build.id not in (26923, 26924):
 
107
    if entry.build.available != 1:
108
108
        continue
109
109
 
110
110
    update = False