Coder Social home page Coder Social logo

rderewianko-recipes's Introduction

autopkg-recipes

Auto Package Recipes

rderewianko-recipes's People

Contributors

homebysix avatar macmule avatar paul-cossey avatar peshay avatar rderewianko avatar smashism avatar weswhet avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

rderewianko-recipes's Issues

DmgCreator error with SpringToolSuite.munki.recipe

I get the following error with this recipe. First time running it so not sure if it worked before. Any idea what the cause might be? Download recipe seems to work as expected.

Processing SpringToolSuite.munki.recipe...
creation of /Users/username/Library/AutoPkg/Cache/local.munki.SpringToolSuite/Spring Tool Suite.dmg failed: hdiutil: create failed - No such file or directory

Failed.

The following recipes failed:
SpringToolSuite.munki.recipe
Error in local.munki.SpringToolSuite: Processor: DmgCreator: Error: creation of /Users/username/Library/AutoPkg/Cache/local.munki.SpringToolSuite/Spring Tool Suite.dmg failed: hdiutil: create failed - No such file or directory

The following new items were downloaded:
Download Path
-------------
/Users/username/Library/AutoPkg/Cache/local.munki.SpringToolSuite/downloads/Spring Tool Suite.dmg

No match found

The download URL no longer matches
No match found on URL: https://github.com//yakyak/yakyak/releases

I've had a look but I can't see what has changed.

Having trouble with DEPNotify.munki

Thanks for the DEPNotify recipes! DEPNotify.pkg is exactly what I needed - thanks for the heads-up on Slack last week! I'll sign that and put it in our installapplications JSON.

I realized that I should probably have DEPNotify in Munki, too - to keep it updated, or uninstall it after a Mac has been configured. So, I made an override for DEPNotify.munki, too. I'm getting this output, though:

$ autopkg run -v local.munki.DEPNotify
Processing local.munki.DEPNotify...
URLTextSearcher
URLTextSearcher: Found matching text (MATCH): /Mactroll/DEPNotify/uploads/88b4b8117cdbaf936bcb9b3a75bb6c15/DEPNotify-1.1.0.zip
URLDownloader
URLDownloader: Downloaded /Users/macadmin/Library/AutoPkg/Cache/local.munki.DEPNotify/downloads/DEPNotify-1.1.0.zip
EndOfCheckPhase
Unarchiver
Unarchiver: Guessed archive format 'zip' from filename DEPNotify-1.1.0.zip
Unarchiver: Unarchived /Users/macadmin/Library/AutoPkg/Cache/local.munki.DEPNotify/downloads/DEPNotify-1.1.0.zip to /Users/macadmin/Library/AutoPkg/Cache/local.munki.DEPNotify/DEPNotify/Applications/Utilities
CodeSignatureVerifier
CodeSignatureVerifier: Verifying code signature...
CodeSignatureVerifier: Deep verification enabled...
CodeSignatureVerifier: Strict verification not defined. Using codesign defaults...
CodeSignatureVerifier: /Users/macadmin/Library/AutoPkg/Cache/local.munki.DEPNotify/DEPNotify/Applications/Utilities/DEPNotify.app: valid on disk
CodeSignatureVerifier: /Users/macadmin/Library/AutoPkg/Cache/local.munki.DEPNotify/DEPNotify/Applications/Utilities/DEPNotify.app: satisfies its Designated Requirement
CodeSignatureVerifier: /Users/macadmin/Library/AutoPkg/Cache/local.munki.DEPNotify/DEPNotify/Applications/Utilities/DEPNotify.app: explicit requirement satisfied
CodeSignatureVerifier: Signature is valid
Versioner
Versioner: Found version 1.1.0 in file /Users/macadmin/Library/AutoPkg/Cache/local.munki.DEPNotify/DEPNotify/Applications/Utilities/DEPNotify.app/Contents/Info.plist
MunkiImporter
MunkiImporter: /Users/macadmin/Library/AutoPkg/Cache/local.munki.DEPNotify/downloads/DEPNotify-1.1.0.zip is not a valid installer item!
creating pkginfo for /Users/macadmin/Library/AutoPkg/Cache/local.munki.DEPNotify/downloads/DEPNotify-1.1.0.zip failed: /Users/macadmin/Library/AutoPkg/Cache/local.munki.DEPNotify/downloads/DEPNotify-1.1.0.zip is not a valid installer item!

Failed.
Receipt written to /Users/macadmin/Library/AutoPkg/Cache/local.munki.DEPNotify/receipts/local.munki-receipt-20180524-124446.plist

The following recipes failed:
    local.munki.DEPNotify
        Error in local.munki.DEPNotify: Processor: MunkiImporter: Error: creating pkginfo for /Users/macadmin/Library/AutoPkg/Cache/local.munki.DEPNotify/downloads/DEPNotify-1.1.0.zip failed: /Users/macadmin/Library/AutoPkg/Cache/local.munki.DEPNotify/downloads/DEPNotify-1.1.0.zip is not a valid installer item!

The following new items were downloaded:
    Download Path
    -------------
    /Users/macadmin/Library/AutoPkg/Cache/local.munki.DEPNotify/downloads/DEPNotify-1.1.0.zip

Since I was able to make a pkg using DEPNotify.pkg, I tried supplying that to DEPNotify.munki, but that didn't work either:

$ autopkg run -v local.munki.DEPNotify -p /Users/macadmin/Library/AutoPkg/Cache/local.pkg.DEPNotify/DEPNotify-1.1.0.pkg
Processing local.munki.DEPNotify...
URLTextSearcher
URLTextSearcher: Found matching text (MATCH): /Mactroll/DEPNotify/uploads/88b4b8117cdbaf936bcb9b3a75bb6c15/DEPNotify-1.1.0.zip
URLDownloader
URLDownloader: Given /Users/macadmin/Library/AutoPkg/Cache/local.pkg.DEPNotify/DEPNotify-1.1.0.pkg, no download needed.
EndOfCheckPhase
Unarchiver
Can't guess archive format for filename DEPNotify-1.1.0.pkg
Failed.
Receipt written to /Users/macadmin/Library/AutoPkg/Cache/local.munki.DEPNotify/receipts/local.munki-receipt-20180524-125135.plist

The following recipes failed:
    local.munki.DEPNotify
        Error in local.munki.DEPNotify: Processor: Unarchiver: Error: Can't guess archive format for filename DEPNotify-1.1.0.pkg

Nothing downloaded, packaged or imported.

Any idea what I'm doing wrong?

Spring Tool Suite app name change

Clearly these people are yolo but the app appears to be called either Spring Tool Suite 4 or SpringToolSuite4, not STS.app. So the recipes for this are failing. I'm unsure about the actual app name and am hesitating to do a PR because it seems to download as either the name without spaces or the name with spaces and I'm unsure which they're actually going to go with.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.