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

6 Commits

Author SHA1 Message Date
gabemontero
ada1c5fff8 _workspace -> vendor 2016-08-12 15:42:25 -04:00
Rodolfo Carvalho
cf1d83d612 Fix hack/verify-*.sh and improve other scripts
Summary:
- Add 'make verify' to Travis.
- Fix verify-golint.sh: old invocation would not work unless GOPATH is a
  single directory.
- Fix verify-govet.go: 'go vet' does not take flags, should use 'go tool
  vet'.
- Fix early termination of hack/verify-govet.sh.
- Enable 'go vet' in 'make verify'; will prevent introducing problems
  detected by the vet tool in future PRs.
- Make sure golint is installed in Travis.
- Improve install-tools.sh, parity with the one in openshift/origin.
- s/os::util::sed/s2i::util::sed for consistency.
- Reimplement/simplify find_files, now called s2i::util::find_files, and
  use it in all scripts consistently.
- Suggest autocorrection for gofmt, as seen in openshift/origin.
- Do not check Go version (verify-*.sh should be run no matter the Go
  version?!).
- Do not create directory _output/govet (not used?!).
- Explicitly disable check of composite literals. Vet gives false
  positives on literals using unkeyed fields.
2016-05-19 14:42:56 +02:00
Rodolfo Carvalho
d5a045b5ab Replace 'sti::' with 's2i::' in Bash scripts
Gradually getting rid of 'sti'.
2016-05-15 23:36:07 +02:00
Slava Semushin
ecbce19f69 hack/rebase-to-origin.sh: unbreak under Linux.
- fix sed invocation under Linux
  (by porting os::util::sed function from OpenShift)
- prefer single quotes
- replace find -exec rm with find -delete
- fix typo in comment
- stop after first match when grep-ing for a SHA1 of commit
2016-01-28 18:17:16 +01: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
Maciej Szulik
276652b512 Added govet 2015-08-25 21:56:19 +02:00