Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change underscore field names to their corresponding aliases #487

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/how-to/code/install-slice/rockcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: custom-openssl-rock
base: bare
build_base: "ubuntu@22.04"
build-base: "ubuntu@22.04"
version: '0.0.1'
summary: A chiselled rock with a custom OpenSSL slice
description: |
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/code/chisel/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ license: Apache-2.0

version: "0.0.1"
base: bare
build_base: "ubuntu@22.04"
build-base: "ubuntu@22.04"
platforms:
amd64:

Expand Down
2 changes: 1 addition & 1 deletion tests/spread/general/chisel/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ license: Apache-2.0

version: "0.0.1"
base: bare
build_base: ubuntu@22.04
build-base: ubuntu@22.04
run-user: _daemon_
services:
dotnet:
Expand Down
2 changes: 1 addition & 1 deletion tests/spread/general/plugin-go/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ license: Apache-2.0

version: "0.0.1"
base: bare
build_base: ubuntu@22.04
build-base: ubuntu@22.04
platforms:
amd64:

Expand Down
Loading