Closed Bug 1669983 Opened 5 years ago Closed 5 years ago

move scripts in scripts/ and docker/ to bin/

Categories

(Socorro :: General, task, P3)

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:

  1. scripts that help build the docker image
  2. scripts used in the docker image entrypoint
  3. scripts used in the Makefile
  4. 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:

  1. bin/ for utility scripts, scripts used in the Makefile, scripts used by the entrypoint
  2. docker/ for scripts used to build the docker container
Assignee: nobody → willkg

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.

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.

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.

Attachment

General

Created:
Updated:
Size: