WIP: config: Rename .yaml to .yml #28

Closed
fyrchik wants to merge 1 commit from fyrchik/frostfs-http-gw:test-2261352199 into master
Owner

Fasten your seatbelts.
The following script was applied:

#!/bin/sh

# s3, http
mv config/config.y{a,}ml && \
    fd . | xargs -n1 sed -i 's|config\.yaml|config.yml|g'

mv config/example/cli.y{a,}ml && \
    fd . | xargs -n1 sed -i 's|cli\.yaml|cli.yml|g'

mv config/example/ir-control.y{a,}ml && \
    fd . | xargs -n1 sed -i 's|ir-control\.yaml|ir-control.yml|g'

mv config/example/node-control.y{a,}ml && \
    fd . | xargs -n1 sed -i 's|node-control\.yaml|node-control.yml|g'

mv config/example/node.y{a,}ml && \
    fd . | xargs -n1 sed -i 's|node\.yaml|node.yml|g'

git add **/*.yml

exit 0
Fasten your seatbelts. The following script was applied: ``` #!/bin/sh # s3, http mv config/config.y{a,}ml && \ fd . | xargs -n1 sed -i 's|config\.yaml|config.yml|g' mv config/example/cli.y{a,}ml && \ fd . | xargs -n1 sed -i 's|cli\.yaml|cli.yml|g' mv config/example/ir-control.y{a,}ml && \ fd . | xargs -n1 sed -i 's|ir-control\.yaml|ir-control.yml|g' mv config/example/node-control.y{a,}ml && \ fd . | xargs -n1 sed -i 's|node-control\.yaml|node-control.yml|g' mv config/example/node.y{a,}ml && \ fd . | xargs -n1 sed -i 's|node\.yaml|node.yml|g' git add **/*.yml exit 0 ```
fyrchik self-assigned this 2023-03-30 16:08:37 +00:00
Author
Owner

Oh my god, the commit is not formatted. The PR index is 28, let me force-push to update the message, should not take long.

Oh my god, the commit is not formatted. The PR index is 28, let me force-push to update the message, should not take long.
fyrchik force-pushed test-2261352199 from 1f73727c1f to 3a35f35ef5 2023-03-30 16:08:46 +00:00 Compare
fyrchik changed title from config: Rename `.yaml` to `.yml` to WIP: config: Rename `.yaml` to `.yml` 2023-03-31 07:38:16 +00:00
fyrchik closed this pull request 2023-03-31 08:43:33 +00:00

Pull request closed

Sign in to join this conversation.
No description provided.