summaryrefslogtreecommitdiffstats
path: root/acid/cyche-source (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-08-18acid: Improve git error handlingMalfurious1-9/+11
Exit early from the cyche-source script on key git errors, where previously we would mindlessly continue on to execute a bunch of broken commands. Errors at this stage should be caught to prevent an attempt to build and deploy the code (even --force 'd builds). Signed-off-by: Malfurious <m@lfurio.us>
2023-08-08acid: Update check_sourceMalfurious1-0/+60
Script is renamed to 'cyche-source' and updated to account for a couple of potential edge-cases during a git update. Signed-off-by: Malfurious <m@lfurio.us>