From 3f3ec37b4b98710e579cc3bfc7b5fd89d7490503 Mon Sep 17 00:00:00 2001 From: Tomas Kopecek Date: May 22 2019 14:18:06 +0000 Subject: deprecate BuildRoot.uploadDir method Fixes: https://pagure.io/koji/issue/839 --- diff --git a/builder/kojid b/builder/kojid index fc23e8a..dc63dcd 100755 --- a/builder/kojid +++ b/builder/kojid @@ -525,6 +525,7 @@ class BuildRoot(object): 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()