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

4 Commits

Author SHA1 Message Date
Slava Semushin
138e6924ca Minor code improvements.
- sti -> s2i
- fix a couple of typos
- remove useless fmt.Sprintf() usage
- use api.Assemble constant
- UploadToContainer: rename argument
- docs/cli.md: correct the number of log levels
- docs/debugging-s2i.md: fix a typo
2016-06-23 17:50:08 +02:00
Rodolfo Carvalho
8621b172b5 Apply several small fixes from go vet and others
Includes:
- Changes to commentaries to follow godoc conventions;
- Fix shadowing of identifiers;
- Missing error checks;
- Fix incorrect usages of fmt.Print* functions;
- Initialize struct literals from other packages using explicit field
  names;
- Rename variables to follow Go conventions.
2016-05-18 12:06:08 +02:00
Maciej Szulik
a212f4e00f Bug 1196967 - fixed version information 2015-03-11 11:37:51 +01:00
Michal Fojtik
4a6c21f0cb Refactor to support more build strategies 2015-02-10 15:51:12 +01:00