mirror of
https://github.com/openshift/source-to-image.git
synced 2026-02-06 06:44:58 +01:00
- Move code to a separate package, mirroring upstream, and separating code out of the generic util package. - Default to os.Exit(2) instead of os.Exit(0), matching the default behavior of the Go runtime. - Unify list of termination signals across supported platforms.