summaryrefslogtreecommitdiffstats
path: root/acid/acid-remove (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-11-02Merge data volumesMalfurious1-2/+2
I need something more complicated than just 1 new directory for logs, so let's go to the trouble now of merging the persistent volumes together and use subdirectories/files. The default location is now '/data'. To aid similar changes in the future, the locations of these persistent files are no longer hard-coded in the source, but defined by global shell variables. Additionally, a bug is fixed which impacted our ability to accurately clean old logs and calculate the next job number. Signed-off-by: Malfurious <m@lfurio.us>
2023-10-26acid: Don't use 'cychedelic' in file namesMalfurious1-0/+15
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>