summaryrefslogtreecommitdiffstats
path: root/acid/acid-source (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-11-02acid: source: Return null hash on errorMalfurious1-6/+11
This seems like a more consistent behavior. Also, I would like to embed the git hash into the build log record somehow. Returning all zeroes in an error case allows the main script to simply pass along the result instead of worrying about an edge case. Signed-off-by: Malfurious <m@lfurio.us>
2023-11-02Merge data volumesMalfurious1-1/+1
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/+71
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>