Commit Graph

13 Commits (da3eefe2378e878de1801ac5912c031ae172dfef)

Author SHA1 Message Date
Vitaliy Gulyy 21318aeec8
build.sh become working on Ubuntu / Linux Mint (#12004)
* Use bash instead sh

* Revert .gitignore
2018-11-21 12:37:27 +02:00
Florent BENOIT f163ab2e87 Fix unison build
Fixes #11287

Change-Id: If6bd18a97384cdc3d83bab0da5d362ae5fda050f
Signed-off-by: Florent BENOIT <fbenoit@redhat.com>
2018-09-20 10:20:16 +02:00
Mykhailo Kuznietsov dcb00c53d0
Fix remaining files with licenses (#10746) 2018-08-21 10:25:45 +03:00
Mykhailo Kuznietsov 69d5148385 Changed copyright owner to "Red Hat, Inc." in license headers (#5964)
Change license header contributor to Red Hat, Inc.
2017-08-11 10:46:58 +03:00
Tyler Jewell 2d3e371c45 Customize image names during image build (#4336)
The build scripts have been modified to generate images of the format $ORGANIZATION/$PREFIX-$NAME:$TAG. The default organization is eclipse, the default tag is nightly, and the default prefix is che. You can proivde --organization:<org>, --prefix:<prefix>, or --tag:<tag> on the command line to customize the images that are generated.

There is a new build-che.sh script which builds the minimum set of images to generate a new Che server, the CLI, and unit tests for these custom image names. If you build the CLI image, we overwrite /dockerfiles/cli/version/$TAG/images file to include the customized names that have been provided before this image is built, so the registry within the Docker image is accurate.

Signed-off-by: Florent BENOIT <fbenoit@codenvy.com>
2017-03-10 13:41:45 +01:00
Florent BENOIT cd1e74f70d Fix #4171 use fat option to allow to work on FAT filesystems (like Windows) (#4182)
Change-Id: I6ded03a2591150f6b1cfc5fa6f86eb07db8c3462
Signed-off-by: Florent BENOIT <fbenoit@codenvy.com>
2017-02-20 17:46:22 +01:00
Florent BENOIT ab5c41c7a9 Add debug output for issue #3840 : --unison-verbose flag is enabled on the background sync option of che-mount as well (#4001)
Change-Id: I143e68b698c6a608ac4878f25fb5f5671134186d
Signed-off-by: Florent BENOIT <fbenoit@codenvy.com>
2017-02-02 15:29:28 +01:00
Florent BENOIT 5554345aae [cli] Fix cli tests by reworking how integration tests are launched (#3991)
* Fix #3980 by reworking how integration tests are launched
- We used OS path mounted into container path (it makes issues as on Windows we don’t have these paths)
- Now use /dockerfiles path inside the container
- add skip check for nightlies or it was downloading new images while testing the current nightly
- add —rm for cleaning containers at the end of docker run
- introduce of some asserts instead of custom checks
- Fix windows issue (like path with spaces)
- Fix teardown of che start tests

Change-Id: I352d7c475796df641c1e34f461c55a76c897922d
Signed-off-by: Florent BENOIT <fbenoit@codenvy.com>
2017-02-02 09:43:48 +01:00
Florent BENOIT ba1377e4d5 Helper for #3840 : add --unison-verbose flag to get verbose log when performing sync command
Change-Id: Iab5abb0766de2cb91d8f552195763ed97eef4dde
Signed-off-by: Florent BENOIT <fbenoit@codenvy.com>
2017-01-25 16:21:58 +01:00
Florent BENOIT 2a33198a87 Check if file exists before copying the file (avoid an error)
Change-Id: I1ac3be9e930f0ecef503a44d90f336aee830dc2b
Signed-off-by: Florent BENOIT <fbenoit@codenvy.com>
2017-01-25 16:21:58 +01:00
Mario Loriedo 39416e19a0 Minor dockerfiles build fixes
Signed-off-by: Mario Loriedo <mloriedo@redhat.com>
2017-01-04 10:13:51 +01:00
Florent BENOIT 940b0bc7bd [dockerfiles] Fix scripts to be compliant with sh (and not only bash) (#3397) 2016-12-15 03:21:12 -07:00
Florent BENOIT 56ddd58481 Move eclipse/che-dockerfiles che-* images to this repository in /dockerfiles folder
Change-Id: I4c258775a4a67a87cba3b3dbfbc1af2cc2f8416f
Signed-off-by: Florent BENOIT <fbenoit@codenvy.com>
2016-12-01 06:10:34 -07:00