From 81849e7c9dcd7c41df0b309a04fed34429580748 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Sat, 31 Aug 2019 14:24:52 +0200 Subject: Buildbot: support building releases, make non-releases more consistent * Auto detect rc and release version cycle in BKE_blender_version.h. * On Windows, generate zip and installer if a release is detected. * On macOS, always generate a dmg instead of zip. * Use standard package names without hash if a release is detected. * Buildbot package names now match platform names in releases. Ref T67056 Differential Revision: https://developer.blender.org/D5643 --- release/darwin/buildbot/background.tif | Bin 0 -> 20286 bytes release/darwin/bundle.sh | 5 +++++ 2 files changed, 5 insertions(+) create mode 100644 release/darwin/buildbot/background.tif (limited to 'release/darwin') diff --git a/release/darwin/buildbot/background.tif b/release/darwin/buildbot/background.tif new file mode 100644 index 00000000000..5253a6bf439 Binary files /dev/null and b/release/darwin/buildbot/background.tif differ diff --git a/release/darwin/bundle.sh b/release/darwin/bundle.sh index b0f489e6fc2..91ce4f61d37 100755 --- a/release/darwin/bundle.sh +++ b/release/darwin/bundle.sh @@ -54,6 +54,11 @@ while [[ $# -gt 0 ]]; do shift shift ;; + --background-image) + _background_image="$2" + shift + shift + ;; -h|--help) echo "Usage:" echo " $(basename "$0") --source DIR --dmg IMAGENAME " -- cgit v1.2.3