Commit Graph

10 Commits

Author SHA1 Message Date
Sam Dowell 742b941a6d Reapply "consistently use bash shebang for shell scripts"
This reverts commit 9fac204a9c.
2024-06-21 11:24:27 -07:00
Sam Dowell fe77b4e0c6 Revert "Fix build scripts to be strict sh"
This reverts commit 8ed7195384.
2024-06-21 11:24:27 -07:00
Tim Hockin 8ed7195384
Fix build scripts to be strict sh 2024-06-21 08:59:01 -07:00
Tim Hockin 9fac204a9c
Revert "consistently use bash shebang for shell scripts"
This reverts commit 2c0d32b603.
2024-06-21 08:46:00 -07:00
Sam Dowell 2c0d32b603 consistently use bash shebang for shell scripts
This updates the build scripts to use a bash shebang for consistency
with other scripts as well as better portability. If using a non-alpine
BUILDIMAGE (e.g. debian) the build scripts are not valid sh syntax.
2024-06-20 13:23:15 -07:00
Tim Hockin ee27153186 Make 'make test' work 2023-07-11 11:47:12 -07:00
Michael Grosser 57d200fca1 Use vendor and build automatic build cache 2019-03-25 08:54:44 -07:00
Michael Grosser cb9851e1b5 Revert "Update copyright notice"
This reverts commit b647219b69.
2017-03-22 04:25:39 +00:00
Michael Grosser b647219b69 Update copyright notice 2017-03-22 04:23:08 +00:00
Tim Hockin 70feeb5ae1 Use the go-build-template
Faster builds and versions from tags.  Also use alpine as a base image.  We
need alpine for other architectures...

Also change the --wait flag to take a float for sub-second waits.
2016-10-30 17:09:06 -07:00