From 72d4c7511a1da5b4f2290d21882524f17f89d473 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Jul 31 2019 14:07:30 +0000 Subject: F31 ftbfs changes and changing shebangs to py3 Signed-off-by: Mohan Boddu --- diff --git a/scripts/mass-tag.py b/scripts/mass-tag.py index cf984c8..d6e7b2e 100755 --- a/scripts/mass-tag.py +++ b/scripts/mass-tag.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 # # mass-tag.py - A utility to tag rebuilt packages. # diff --git a/scripts/mass_rebuild_file_bugs.py b/scripts/mass_rebuild_file_bugs.py index b63e56f..6b71532 100755 --- a/scripts/mass_rebuild_file_bugs.py +++ b/scripts/mass_rebuild_file_bugs.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 # # mass_rebuild_file_bugs.py - A utility to discover failed builds in a # given tag and file bugs in bugzilla for these failed builds @@ -23,7 +23,7 @@ from find_failures import get_failed_builds # here from massrebuildsinfo import MASSREBUILDS -rebuildid = 'f30' +rebuildid = 'f31' failures = {} # dict of owners to lists of packages that failed. failed = [] # raw list of failed packages