Page MenuHomePhabricator

[keyserver] Clean up `setup.sh` using ShellCheck
AbandonedPublic

Authored by abosh on Aug 2 2022, 9:14 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Sep 25, 12:55 AM
Unknown Object (File)
Thu, Sep 12, 12:44 PM
Unknown Object (File)
Aug 27 2024, 5:34 PM
Unknown Object (File)
Aug 25 2024, 4:33 PM
Unknown Object (File)
Aug 25 2024, 4:33 PM
Unknown Object (File)
Aug 25 2024, 4:29 PM
Unknown Object (File)
Aug 6 2024, 11:02 AM
Unknown Object (File)
Jul 19 2024, 5:16 AM
Subscribers

Details

Summary

Related Linear issue here. This is part of a set of diffs that will allow ShellCheck to be added to the CI. See inline comments for specific details of the ShellCheck error/warning output.

Not even sure if this script is used anywhere, since I searched the entire codebase and didn't find a usage of setup.sh. But it's blocking adding ShellCheck to the CI, so it was updated.

Test Plan

Diff Detail

Repository
rCOMM Comm
Branch
master
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

abosh retitled this revision from [web] Clean up `setup.sh` using ShellCheck to [keyserver] Clean up `setup.sh` using ShellCheck.Aug 2 2022, 9:15 AM
abosh added inline comments.
abosh edited the test plan for this revision. (Show Details)

Cool, looks like the same deal as run-prod.sh

This revision is now accepted and ready to land.Aug 2 2022, 10:30 AM
ashoat requested changes to this revision.Aug 2 2022, 11:04 AM

I don't think we use this script anymore. I think it was only used in deploy.sh, which was deleted in D4484. I don't see any results with git grep setup.sh, anyways.

I think we can just delete it

This revision now requires changes to proceed.Aug 2 2022, 11:04 AM

I don't think we use this script anymore. I think it was only used in deploy.sh, which was deleted in D4484. I don't see any results with git grep setup.sh, anyways.

I think we can just delete it

Ok! Abandoning this, deleted setup.sh in D4726.