Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am squirke1977 on github.
  • I am squirke (https://keybase.io/squirke) on keybase.
  • I have a public key ASCPgGdJ4w3kirWYplxqqpUliKRq9dl5ViteZHzTtnUr0go

To claim this, I am signing this object:

USE_PKGBUILD=1
include /usr/local/share/luggage/luggage.make
TITLE=LuggageExample
PACKAGENAME=LuggageExample
REVERSE_DOMAIN=com.blah
PACKAGE_VERSION=1.0
PAYLOAD=\
pack-steve-script\
USE_PKGBUILD=1
include /usr/local/share/luggage/luggage.make
TITLE=NewCerts
PACKAGENAME=NewCerts
REVERSE_DOMAIN=com.thoughtworks
PACKAGE_VERSION=1.0
PAYLOAD=\
pack-certs \
USE_PKGBUILD=1
include /usr/local/share/luggage/luggage.make
TITLE=Manchester_Printer_Munki_Installer
PACKAGENAME=Manchester_Printer_Munki_Installer
REVERSE_DOMAIN=com.thoughtworks
PAYLOAD=\
pack-script-postinstall
PACKAGE_VERSION=1.0
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Description</key>
<string>Downloads latest Fuze disk image and builds a package.</string>
<key>Identifier</key>
<string>com.github.squirke1977.autopkg.pkg.fuze</string>
<key>Input</key>
<dict>
URLDownloader
{'Input': {'filename': u'Fuze.dmg',
'url': u'https://downloads.fuzemeeting.com/mac/FuzeMeetingMac.dmg'}}
URLDownloader: Item at URL is unchanged.
URLDownloader: Using existing /Users/squirke/Library/AutoPkg/Cache/com.github.squirke1977.autopkg.pkg.fuze/downloads/Fuze.dmg
{'Output': {'download_changed': False,
'etag': '',
'last_modified': '',
'pathname': u'/Users/squirke/Library/AutoPkg/Cache/com.github.squirke1977.autopkg.pkg.fuze/downloads/Fuze.dmg'}}
EndOfCheckPhase
Copier
{'Input': {'destination_path': u'/Users/squirke/Desktop/GoToMeeting (1312).app',
'source_path': u'/Users/squirke/Library/AutoPkg/Cache/com.github.squirke1977.autopkg.pkg.g2m/GoToMeeting (1312).app'}}
Traceback (most recent call last):
File "/usr/local/bin/autopkg", line 1247, in <module>
sys.exit(main(sys.argv))
File "/usr/local/bin/autopkg", line 1241, in main
exit(subcommands[verb]['function'](argv))
File "/usr/local/bin/autopkg", line 1069, in run_recipes
autopackager.process(recipe)