-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added supervisor contract under sw.blob.os-supervisor.
Moved etcher contract under sw.blob.image-writer Change-type: minor
- Loading branch information
Giovanni Garufi
committed
May 28, 2018
1 parent
bb39871
commit e18459c
Showing
5 changed files
with
19 additions
and
4 deletions.
There are no files selected for viewing
File renamed without changes.
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 @@ | ||
[Download {{sw.blob.image-writer.name}} v{{sw.blob.image-writer.version}}]({{sw.blob.image-writer.assets.bin.url}}) |
7 changes: 4 additions & 3 deletions
7
...acts/sw.image-writer/etcher/contract.json → ...sw.blob/image-writer/etcher/contract.json
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,14 @@ | ||
{ | ||
"slug": "supervisor", | ||
"type": "sw.supervisor", | ||
"name": "resin supervisor", | ||
"version": "1", | ||
"componentVersion": "7.5.6", | ||
"assets": { | ||
"bin": { | ||
"url": "https://github.com/resin-io/resin-supervisor/archive/v{{componentVersion}}.tar.gz", | ||
"checksum": "b562c7ff89e0de86003ee1cc14a1ee08ab5988a543b6e22235fe3773a48074a4", | ||
"checksumType": "sha256" | ||
} | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.