autopkg / novaksam-recipes

JSS Autopkg recipes
Apache License 2.0
12 stars 23 forks source link

URLTextSearcher: Error: No match found on URL: https://developer.android.com/studio #53

Open Deej-McDeej opened 4 years ago

Deej-McDeej commented 4 years ago

Android Studio download recipe seems to be failing as of this morning. URL does still redirect to a download page for Android Studio...

neilmartin83 commented 4 years ago

The following PR should fix that: https://github.com/autopkg/novaksam-recipes/pull/54

jelockwood commented 4 years ago

Can someone commit the above fix so peoples copies of the recipe update?

@novaksam

neilmartin83 commented 4 years ago

@jelockwood this was merged - are you overriding SEARCH_PATTERN with the old value by any chance?

jelockwood commented 4 years ago

@neilmartin83 I am running AutoPkg via AutoPkgr. I have foigus' recipe which imports it in to Munki, foigus' recipe has novaksam's download recipe as its parent. I do have an override to foigus' Munki recipe but this is standard practice and in no way does it alter the download pattern.

I have just looked at foigus' recipe and yes it does have a search override in it.

<key>VERSION_SEARCH_PATTERN</key>
<string>https\://redirector\.gvt1\.com/edgedl/android/studio/install/([0-9.]+)/android-studio-ide.+\.dmg</string>
<key>VERSION_SEARCH_URL</key>
<string>https://developer.android.com/sdk/index.html</string>

I will contact him. (Now raised an issue against his recipe.)