Skip to content

Commit

Permalink
Another
Browse files Browse the repository at this point in the history
Signed-off-by: Itxaka <[email protected]>
  • Loading branch information
Itxaka committed Jun 10, 2021
1 parent 4b40949 commit a442b3d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/cos/definition.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "cos"
category: "system"
version: 0.5.1+6
version: 0.5.1+8
brand_name: "cOS"
6 changes: 3 additions & 3 deletions packages/toolchain/luet-mtree/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ prelude:
{{end}}
- |
PACKAGE_VERSION=${PACKAGE_VERSION%\+*} && \
mkdir -p /luetbuild/go/src/github.com/rancher-sandbox && cd /luetbuild/go/src/github.com/rancher-sandbox && \
git clone https://github.com/rancher-sandbox/luet-mtree && cd luet-mtree && git checkout "v${PACKAGE_VERSION}" -b build
mkdir -p /luetbuild/go/src/github.com/{{ ( index .Values.labels "github.owner" ) }} && cd /luetbuild/go/src/github.com/{{ ( index .Values.labels "github.owner" ) }} && \
git clone https://github.com/{{ ( index .Values.labels "github.owner" ) }}/luet-mtree && cd luet-mtree && git checkout "v${PACKAGE_VERSION}" -b build
steps:
- |
PACKAGE_VERSION=${PACKAGE_VERSION%\+*} && \
cd /luetbuild/go/src/github.com/rancher-sandbox/luet-mtree && make build && mv bin/luet-mtree /usr/bin/luet-mtree
cd /luetbuild/go/src/github.com/{{ ( index .Values.labels "github.owner" ) }}/luet-mtree && make build && mv bin/luet-mtree /usr/bin/luet-mtree
includes:
- /usr/bin/luet-mtree
2 changes: 1 addition & 1 deletion packages/toolchain/luet-mtree/definition.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "luet-mtree"
category: "toolchain"
version: 0.0.5
version: 0.0.6
labels:
github.repo: "luet-mtree"
github.owner: "rancher-sandbox"
Expand Down

0 comments on commit a442b3d

Please sign in to comment.