From f5908d8933e157485c6e168c3e3f8b50e9c64927 Mon Sep 17 00:00:00 2001 From: Darren Wallace Date: Fri, 16 Oct 2020 08:45:22 +0100 Subject: [PATCH 1/2] Update TextMate2.munki.recipe As recommended by the vender. See issue #360 --- TextMate/TextMate2.munki.recipe | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/TextMate/TextMate2.munki.recipe b/TextMate/TextMate2.munki.recipe index f59d1fee..318bb56d 100644 --- a/TextMate/TextMate2.munki.recipe +++ b/TextMate/TextMate2.munki.recipe @@ -3,15 +3,15 @@ Description - Downloads the latest TextMate 2 and imports into Munki. + Downloads the latest TextMate 2 from their GitHub repo and imports into Munki. The postinstall script symlinks the 'mate' command-line helper tool from the application bundle to /usr/local/bin/mate, the same path that TextMate2 would install it to. -BRANCH can be one of 'release' or 'beta', which correspond respectively -to the 'Normal' and 'Nightly' options in TextMate 2's Software Update -preferences panel. +Set PRERELEASE to a non-empty string to download prereleases, either +via Input in an override or via the -k option, +i.e.: `-k PRERELEASE=yes` Identifier com.github.autopkg.munki.TextMate2 @@ -21,10 +21,8 @@ preferences panel. apps/TextMate2 NAME TextMate2 - BRANCH - release - MACOS - 10.15 + PRERELEASE + pkginfo catalogs From 6323748fb9a141a5de948a63dd8707e8c28b7697 Mon Sep 17 00:00:00 2001 From: Darren Wallace Date: Fri, 16 Oct 2020 16:48:17 +0100 Subject: [PATCH 2/2] Removed unrequired input --- TextMate/TextMate2.munki.recipe | 2 -- 1 file changed, 2 deletions(-) diff --git a/TextMate/TextMate2.munki.recipe b/TextMate/TextMate2.munki.recipe index 318bb56d..df58504d 100644 --- a/TextMate/TextMate2.munki.recipe +++ b/TextMate/TextMate2.munki.recipe @@ -21,8 +21,6 @@ i.e.: `-k PRERELEASE=yes` apps/TextMate2 NAME TextMate2 - PRERELEASE - pkginfo catalogs