-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add bigfix recipe for podcast episode
- Loading branch information
Showing
3 changed files
with
54 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<BES xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="BES.xsd"> | ||
<{{TypeTaskOrFixlet}}{{^TypeTaskOrFixlet}}Task{{/TypeTaskOrFixlet}}> | ||
<Title>BigFix Podcast: Episode {{version}}</Title> | ||
<Description></Description> | ||
<Relevance>TRUE</Relevance> | ||
<Category>Podcast</Category> | ||
<DownloadSize>{{DownloadSize}}{{^DownloadSize}}0{{/DownloadSize}}</DownloadSize> | ||
<Source>https://bigfix.buzzsprout.com/</Source> | ||
<SourceID>jgstew</SourceID> | ||
<SourceReleaseDate>{{SourceReleaseDate}}</SourceReleaseDate> | ||
<SourceSeverity></SourceSeverity> | ||
<MIMEField> | ||
<Name>x-fixlet-modification-time</Name> | ||
<Value>{{x-fixlet-modification-time}}</Value> | ||
</MIMEField> | ||
<DefaultAction ID="Action1"> | ||
<Description> | ||
<PreLink>Click </PreLink> | ||
<Link>here</Link> | ||
<PostLink> to send the Podcast Episode to clients.</PostLink> | ||
</Description> | ||
<ActionScript MIMEType="application/x-Fixlet-Windows-Shell"><![CDATA[ | ||
{{{prefetch}}} | ||
// End]]></ActionScript> | ||
<SuccessCriteria Option="RunToCompletion"></SuccessCriteria> | ||
</DefaultAction> | ||
</{{TypeTaskOrFixlet}}{{^TypeTaskOrFixlet}}Task{{/TypeTaskOrFixlet}}> | ||
</BES> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
Description: Generates a BigFix Task for the latest BigFix Podcast Episode | ||
Identifier: com.github.jgstew.bigfix.BigFix-Podcast | ||
Input: | ||
NAME: BigFix-Podcast | ||
MinimumVersion: '2.3' | ||
ParentRecipe: com.github.jgstew.download.BigFix-Podcast | ||
Process: | ||
- Processor: com.github.jgstew.SharedProcessors/BigFixPrefetchItem | ||
|
||
- Processor: com.github.jgstew.SharedProcessors/BigFixSetupTemplateDictionary | ||
Arguments: | ||
template_version: "%ep_number%" | ||
|
||
- Processor: com.github.jgstew.SharedProcessors/TemplateDictionaryAppend | ||
Arguments: | ||
append_key: "ep_title" | ||
append_value: "%ep_title%" | ||
|
||
- Processor: com.github.jgstew.SharedProcessors/ContentFromTemplate | ||
Arguments: | ||
template_file_path: ./BigFix/%NAME%.bes.mustashe | ||
content_file_pathname: "%RECIPE_CACHE_DIR%/%NAME%.bes" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters