#8573 F31 ftbfs changes and changing shebangs to py3
Merged 4 years ago by mohanboddu. Opened 4 years ago by mohanboddu.
mohanboddu/releng f31-ftbfs  into  master

file modified
+1 -1
@@ -1,4 +1,4 @@ 

- #!/usr/bin/python

+ #!/usr/bin/python3

  #

  # mass-tag.py - A utility to tag rebuilt packages.

  #

@@ -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 @@ 

  # 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

  

Pull-Request has been merged by mohanboddu

4 years ago