Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2020-02-03 19:03:51 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2020-02-03 19:03:51 +0300
commit3125cfceec35ef14374ae98f9a400e7a678287a2 (patch)
tree419b2e4743c5c642186d2e2904b4c8f543894e4b /build_files/buildbot/slave_codesign.py
parent59e1c2f6296e38ab21f2650e32089c22b80777f6 (diff)
Codesign: Add codesign for macOS worker
Works similarly to Windows configuration where buildbot worker and codesign machines are communicating with each other using network drive.
Diffstat (limited to 'build_files/buildbot/slave_codesign.py')
-rwxr-xr-xbuild_files/buildbot/slave_codesign.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/buildbot/slave_codesign.py b/build_files/buildbot/slave_codesign.py
index 8dedf5ffcd3..a82ee98b1b5 100755
--- a/build_files/buildbot/slave_codesign.py
+++ b/build_files/buildbot/slave_codesign.py
@@ -45,7 +45,7 @@ def create_argument_parser():
def main():
parser = create_argument_parser()
args = parser.parse_args()
- path_to_sign = args.path_to_sign
+ path_to_sign = args.path_to_sign.absolute()
if sys.platform == 'win32':
# When WIX packed is used to generate .msi on Windows the CPack will