Closed
Bug 1669983
Opened 5 years ago
Closed 5 years ago
move scripts in scripts/ and docker/ to bin/
Categories
(Socorro :: General, task, P3)
Socorro
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: willkg, Assigned: willkg)
References
(Blocks 1 open bug)
Details
Attachments
(3 files)
Socorro has a bunch of scripts for various things:
- scripts that help build the docker image
- scripts used in the docker image entrypoint
- scripts used in the Makefile
- utility scripts
The story for where those live is a mess and it's unlike all the other projects.
This bug covers reworking that so we have scripts in two places:
- bin/ for utility scripts, scripts used in the Makefile, scripts used by the entrypoint
- docker/ for scripts used to build the docker container
Assignee | ||
Comment 1•5 years ago
|
||
Assignee: nobody → willkg
Assignee | ||
Comment 2•5 years ago
|
||
Assignee | ||
Comment 3•5 years ago
|
||
One note: the deploy code uses scripts/run_migrations.sh
, so we need to update that to bin/run_migration.sh
before removing that file. I'll do that next.
Assignee | ||
Comment 4•5 years ago
|
||
Assignee | ||
Comment 5•5 years ago
|
||
Assignee | ||
Comment 6•5 years ago
|
||
https://github.com/mozilla-services/cloudops-deployment/pull/4182 updates the deploy code.
Assignee | ||
Comment 7•5 years ago
|
||
Assignee | ||
Comment 8•5 years ago
|
||
willkg merged PR #5663: "bug 1669983: remove scripts/run_migrations.sh" in e7fc44b.
This removes the scripts/run_migrations.sh
script which we don't need anymore.
Assignee | ||
Comment 9•5 years ago
|
||
This was deployed just now in bug #1690378. Marking as FIXED.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•