config: Rename .yaml to .yml #2

Open
fyrchik wants to merge 4 commits from test-1793821404 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:07:21 +00:00
fyrchik added 3 commits 2023-03-30 16:07:22 +00:00
Signed-off-by: Denis Kirillov <d.kirillov@yadro.com>
Signed-off-by: Denis Kirillov <d.kirillov@yadro.com>
Signed-off-by: Denis Kirillov <d.kirillov@yadro.com>
Author
Owner

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

Oh my god, the commit is not formatted. The PR index is 2, let me force-push to update the message, should not take long.
fyrchik referenced this pull request from a commit 2023-03-30 16:07:26 +00:00
fyrchik force-pushed test-1793821404 from 50795a89aa to 01288cfa76 2023-03-30 16:07:29 +00:00 Compare
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin test-1793821404:test-1793821404
git checkout test-1793821404

Merge

Merge the changes and update on Forgejo.
git checkout master
git merge --no-ff test-1793821404
git checkout master
git merge --ff-only test-1793821404
git checkout test-1793821404
git rebase master
git checkout master
git merge --no-ff test-1793821404
git checkout master
git merge --squash test-1793821404
git checkout master
git merge --ff-only test-1793821404
git checkout master
git merge test-1793821404
git push origin master
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: fyrchik/frostfs-s3-gw#2
No description provided.