-
Notifications
You must be signed in to change notification settings - Fork 208
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Load previous mixin feed data when generating
- Loading branch information
1 parent
7be3b74
commit 5aeaa67
Showing
6 changed files
with
108 additions
and
12 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
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
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
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
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,32 @@ | ||
<feed xmlns="http://www.w3.org/2005/Atom"> | ||
<id>https://porter.sh/mixins</id> | ||
<title>DeisLabs Mixins</title> | ||
<updated>2013-02-03T00:00:00Z</updated> | ||
<link rel="self" href="https://porter.sh/mixins/atom.xml"/> | ||
<author> | ||
<name>DeisLabs</name> | ||
<uri>https://deislabs.io</uri> | ||
</author> | ||
<category term="exec"/> | ||
<category term="helm"/> | ||
<entry> | ||
<id>https://porter.sh/mixins/v1.2.3/helm</id> | ||
<title>helm @ v1.2.3</title> | ||
<updated>2013-02-03T00:00:00Z</updated> | ||
<category term="helm"/> | ||
<content>v1.2.3</content> | ||
<link rel="download" href="https://porter.sh/mixins/v1.2.3/helm-darwin-amd64" /> | ||
<link rel="download" href="https://porter.sh/mixins/v1.2.3/helm-linux-amd64" /> | ||
<link rel="download" href="https://porter.sh/mixins/v1.2.3/helm-windows-amd64.exe" /> | ||
</entry> | ||
<entry> | ||
<id>https://porter.sh/mixins/v1.2.3/exec</id> | ||
<title>exec @ v1.2.3</title> | ||
<updated>2013-02-02T00:00:00Z</updated> | ||
<category term="exec"/> | ||
<content>v1.2.3</content> | ||
<link rel="download" href="https://porter.sh/mixins/v1.2.3/exec-darwin-amd64" /> | ||
<link rel="download" href="https://porter.sh/mixins/v1.2.3/exec-linux-amd64" /> | ||
<link rel="download" href="https://porter.sh/mixins/v1.2.3/exec-windows-amd64.exe" /> | ||
</entry> | ||
</feed> |
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