diff options
author | Malfurious <m@lfurio.us> | 2023-10-24 22:05:05 -0400 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2023-10-26 20:41:40 -0400 |
commit | fe1abd055998e171b92d0e42df8063cab83a40ed (patch) | |
tree | f6c117db24b71a8cfbbe4cc5518b1cf5678f0ac4 /acid/acid-build | |
parent | f87fb62563b34e34505021ee3f25fe53cbc5beb1 (diff) | |
download | cychedelic-fe1abd055998e171b92d0e42df8063cab83a40ed.tar.gz cychedelic-fe1abd055998e171b92d0e42df8063cab83a40ed.zip |
acid: Don't use 'cychedelic' in file names
As I add new components to the cychedelic system, it would be best to
use more specific naming. 'cychedelic' is the name of the project,
whereas 'acid' is the name of this program.
Signed-off-by: Malfurious <m@lfurio.us>
Diffstat (limited to '')
-rwxr-xr-x | acid/acid-build (renamed from acid/cyche-build) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/acid/cyche-build b/acid/acid-build index 6468276..fd5b69d 100755 --- a/acid/cyche-build +++ b/acid/acid-build @@ -1,6 +1,6 @@ #!/bin/bash -e -# cyche-build <name> <file> <hash> [--self] +# acid-build <name> <file> <hash> [--self] # # (Re)build and deploy the service <name> using the docker-compose configuration # in <file> (usually, docker-compose.yml). @@ -17,7 +17,7 @@ # interrupts the `compose up` process before it can start the replacements. # Normally, `docker compose down` is then not needed. # -# We take <hash> (from cyche-source) so we may commit it to the cache iff the +# We take <hash> (from acid-source) so we may commit it to the cache iff the # deployment is successful. # # This file exits early on any failure (non-zero). On a successful run in |