1
0
mirror of https://github.com/openshift/source-to-image.git synced 2026-02-05 12:44:54 +01:00
Commit Graph

10 Commits

Author SHA1 Message Date
Ben Parees
b6ead43a86 update contributing guide to replace godep with glide 2018-04-02 13:36:49 -04:00
Rodolfo Carvalho
782a626bce Make test environment variables work as advertised
`FOO=${FOO:-value}` sets FOO to 'value' if it is null (empty) or unset,
whereas `FOO=${FOO-value}` (without the colon) sets FOO only when FOO is
unset.

Let the go tool pick the default cover mode.

Since -coverprofile implies -cover, we don't need to test S2I_COVER when
OUTPUT_COVERAGE is given.
2016-12-06 23:01:33 +01:00
Jim Minter
1a0ef1eb7e miscellaneous changes associated with s2i windows work
- add missing function documentation
- fix govet shadow warnings
- fix spelling errors
- add .atom-build.yml to .gitignore
- don't mess up bash completions if build fails
- re-enable test-go.sh race checker as documented
- remove extraneous goroutines in tests
- use ExcludeRegExp in integration tests
- remove finished containers in integration tests
2016-11-28 15:13:50 +00:00
Rodolfo Carvalho
68c96a9fbc Replace STI_* env vars with S2I_*
This is a careful replacement of `STI_([A-Z_]+)` with `S2I_$1` in all
*.sh files, plus references to those env vars in other files.
2016-05-16 12:16:38 +02:00
Michal Fojtik
d10b716f3d Follow up for bash completion 2016-04-05 16:14:04 +02:00
OpenShift Bot
63cbb53aa8 Merge pull request #331 from soltysh/update_build
Merged by openshift-bot
2015-11-09 16:27:07 -05:00
Maciej Szulik
cc8a3e7657 Updating build process to match orign.
1. Added make release
2. Builds are placed in _output/local/bin/$(platform) directory
3. Added i386 binaries in release
2015-11-09 13:53:39 +01:00
Dan McPherson
c280f03ee2 Bumping go version 2015-11-07 11:17:35 -05:00
Maciej Szulik
20160b963a sti -> s2i rebranding 2015-08-24 17:22:00 +02:00
Maciej Szulik
6ead1cbacb Updated hacking.md with a description of local development 2015-05-26 12:00:43 +02:00