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

Closed
fyrchik wants to merge 1 commit from fyrchik/frostfs-s3-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:31 +00:00
Author
Owner

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

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

Pull request closed

Sign in to join this conversation.
No description provided.