aboutsummaryrefslogtreecommitdiffstats
path: root/cdt
AgeCommit message (Collapse)AuthorFilesLines
2018-11-16Update artifact pull versionPatrick Brady1-1/+1
Change-Id: I187495782f5e7b711c6b808e911e82174cc154b3 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1212
2018-11-12Increment version numberPatrick Brady1-2/+2
Change to version 1.5.0-SNAPSHOT Change-Id: I7ad12bc4d2745da35199ff37d733776271c23946 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1212
2018-11-06Fix non-existent release versionPatrick Brady1-1/+1
Change-Id: Id8aefe4a2ad9e6d08a7eb40e550c7df616b0a645 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1212
2018-10-11Roll to next version after releasePatrick Brady1-4/+4
Change to version 1.4.1-SNAPSHOT Change-Id: I14e63a41079e66eae3a3aaed0046945992d52a83 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1212
2018-07-25Keep cdt artifact download in folderPatrick Brady1-2/+11
Create a folder in /tmp to keep each version of cdt by itself. Clear this folder before build so that only the newest version will be unzipped and put into the docker image. Change-Id: I9c42699f6de2db04d06316358dbe2bca04346eec Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-1109
2018-06-28Update version of cdtPatrick Brady1-2/+2
The version of cdt being downloaded should be 1.4.0 not 1.3.0. Change-Id: I9084b583fb967f5e2c5417cb88a05e328915c36e Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-1037
2018-05-30Allow cdt port to be setPatrick Brady4-5/+52
Allow the cdt port to be set by the CDT_PORT variable. Defaults to the default oom port. Change-Id: Ib916b0ab2d9267aa01c31372a57738a8c2d6bae6 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-924
2018-05-22Increment versions for new branchPatrick Brady1-2/+2
Going from version 1.3.0-SNAPSHOT to 1.4.0-SNAPSHOT Change-Id: I596ecc3a8e5f27daf2f651b8134a10359277c905 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-916
2018-05-18Update cdt pull versionPatrick Brady1-2/+2
The cdt version we are pulling needs to match the version that is now being built. Change-Id: Icc73e74cdd07ea91c5d60db95ca01735aa865948 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-911
2018-04-06Add timestamp to snapshotPatrick Brady1-1/+1
Added the timestamp to the docker image tags for the snapshot builds. Change-Id: I658b781d22d21e519963b3f8da6da15df411602b Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: CIMAN-132
2018-04-04Update docker tag conventionJessica Wagantall1-1/+1
Update docker tagging convention to use: v0.17.0-SNAPSHOT-YYYYMMDDTHHMMSSZ (for dev images) v0.17.0-STAGING-YYYYMMDDTHHMMSSZ (for staging images) Change-Id: Ief04f3efcd54c896ec71ddef053474dff882c488 Issue-ID: CIMAN-132 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-03-21Add docker build for cdtPatrick Brady3-0/+366
Adding the scripts and docker file to build a docker image for cdt, based on httpd image. Change-Id: I10a99c6776dede642615e3da9654e62f644b3276 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-748