-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update deb recipes for mos-tool repo
PUBLISHED_FROM=fdd34ee974af4d209233ed8bce019134643f738e
- Loading branch information
1 parent
505598e
commit feba795
Showing
5 changed files
with
11 additions
and
11 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# git-build-recipe format 0.4 deb-version {latest-tag}+{git-commit}~artful0 | ||
|
||
# Build from local repo (volume-mount a clone of https://github.com/cesanta/mongoose-os.git to /src): | ||
# Build from local repo (volume-mount a clone of https://github.com/cesanta/mos-tool.git to /src): | ||
/src 1.11_CHANGE_ME | ||
merge deb-release https://github.com/cesanta/mongoose-os.git deb-release | ||
merge deb-release https://github.com/cesanta/mos-tool.git deb-release | ||
run export GOPATH=$PWD && cd cesanta.com/mos && govendor sync -v |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# git-build-recipe format 0.4 deb-version {revtime}+{git-commit}~artful0 | ||
|
||
# Build from local repo (volume-mount a clone of https://github.com/cesanta/mongoose-os.git to /src): | ||
# Build from local repo (volume-mount a clone of https://github.com/cesanta/mos-tool.git to /src): | ||
/src master | ||
merge deb-latest https://github.com/cesanta/mongoose-os.git deb-latest | ||
merge deb-latest https://github.com/cesanta/mos-tool.git deb-latest | ||
run export GOPATH=$PWD && cd cesanta.com/mos && govendor sync -v |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# git-build-recipe format 0.4 deb-version {revtime}+{git-commit}~xenial0 | ||
|
||
# Build from local repo (volume-mount a clone of https://github.com/cesanta/mongoose-os.git to /src): | ||
# Build from local repo (volume-mount a clone of https://github.com/cesanta/mos-tool.git to /src): | ||
/src master | ||
merge deb-latest https://github.com/cesanta/mongoose-os.git deb-latest | ||
merge deb-latest https://github.com/cesanta/mos-tool.git deb-latest | ||
run export GOPATH=$PWD && cd cesanta.com/mos && govendor sync -v |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# git-build-recipe format 0.4 deb-version {latest-tag}+{git-commit}~xenial0 | ||
|
||
# Build from local repo (volume-mount a clone of https://github.com/cesanta/mongoose-os.git to /src): | ||
# Build from local repo (volume-mount a clone of https://github.com/cesanta/mos-tool.git to /src): | ||
/src 1.11_CHANGE_ME | ||
merge deb-release https://github.com/cesanta/mongoose-os.git deb-release | ||
merge deb-release https://github.com/cesanta/mos-tool.git deb-release | ||
run export GOPATH=$PWD && cd cesanta.com/mos && govendor sync -v |