#1456 deprecate BuildRoot.uploadDir method
Merged 4 years ago by mikem. Opened 4 years ago by tkopecek.
tkopecek/koji issue839  into  master

file modified
+1
@@ -525,6 +525,7 @@ 

          append '.' + suffix to the filenames, so that successive uploads

          of the same directory won't overwrite each other, if the files have

          the same name but different contents."""

+         koji.util.deprecated('BuildRoot.uploadDir method is deprecated and will be removed in 1.19')

          if not os.path.isdir(dirpath):

              return

          uploadpath = self.getUploadPath()