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

bin/remote: Rename list-gpg-keys to gpg-list-keys #2419

Merged
merged 1 commit into from
Aug 24, 2021

Conversation

dbnicholson
Copy link
Member

As pointed out in the original review, gpg-list-keys fits better
alongside the existing gpg-import.

Changes were done with:

git grep -l list-gpg-keys | xargs sed -i 's/list-gpg-keys/gpg-list-keys/'
for src in $(git ls-files '*list-gpg-keys*'); do
  dst=${src/list-gpg-keys/gpg-list-keys}
  git mv "$src" "$dst"
done

As pointed out in the original review, `gpg-list-keys` fits better
alongside the existing `gpg-import`.

Changes were done with:

```
git grep -l list-gpg-keys | xargs sed -i 's/list-gpg-keys/gpg-list-keys/'
for src in $(git ls-files '*list-gpg-keys*'); do
  dst=${src/list-gpg-keys/gpg-list-keys}
  git mv "$src" "$dst"
done
```
@dbnicholson
Copy link
Member Author

This is a followup to #2401.

@lucab lucab merged commit 89432b2 into ostreedev:main Aug 24, 2021
@dbnicholson dbnicholson deleted the gpg-list-keys branch October 12, 2021 16:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants