posted by GearGoblin on 20th Jun 2014, 11:45 AM.
A few boring helper scripts made the release checklist much less scary. The build still fought us, but at least it fought us in the same order every time. ![]()
I am a firm believer that the least glamorous tools save the most Fridays. Here is what earned its keep this week:
The pre-flight script is nothing fancy, and that is the whole point:
CODE #!/bin/sh
set -e
php -l public/index.php
test -w database.sqlite || { echo "db not writable"; exit 1; }
echo "pre-flight ok, go break something"Automate the boring checks so you have energy left for the interesting disasters.
If you have a favorite tiny tool, share it on https://madsplash.net/community. I collect them like shiny rocks.
Friday was almost peaceful. Almost. ![]()
Please keep the checklist. Friday was almost peaceful.