summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Collapse)AuthorFilesLines
2021-06-07Handle duplicate installed versionsDan Timoney1-10/+57
Adjust mkbom.sh to handle the case where multiple versions of a jar comes pre-installed in OpenDaylight by sorting entries by groupId/artifactId/versionId and then using the latest installed version. Issue-ID: CCSDK-3328 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Icd125d65a4a5ca50dd97a877bc85389299ff4fe1
2021-02-02ccsdk parents for alu-sr0Michael DÜrre2-2/+2
migrate parents to aluminium-sr0 Change-Id: Iafc8f9bdefe7fb3593166bb067210cc944d65561 Issue-ID: CCSDK-3012 Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com>
2021-01-29Revert "ccsdk parents for alu-sr0"Dan Timoney2-2/+2
This reverts upgrade to OpenDaylight Aluminum (commit b6288f99fbfcc73f115511696f98111ca32b8d2f.) Change-Id: I194efd26f792328f0ab79848664708715e94e240 Issue-ID: CCSDK-3012 Signed-off-by: Dan Timoney <dtimoney@att.com>
2021-01-27ccsdk parents for alu-sr0Michael DÜrre2-2/+2
migrate parents to aluminium-sr0 Issue-ID: CCSDK-3012 Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com> Change-Id: I8c19abcfa4a0fbac629496835e4caf92aecd2459 Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com>
2020-06-01Add new BOM for preinstalled ODL dependenciesDan Timoney1-0/+57
Add new BOM to reflect dependency versions installed in ODL image. This new BOM is created by a new script - mkbom.sh - based on jar files installed in the OpenDaylight local maven repository. Issue-ID: CCSDK-2397 Change-Id: I70881f1db55a1482ce1d33ee598b69b4ad2661ba Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-04-09Updated script to handle sed issuesDan Timoney1-1/+3
The 'sed' line added to the updParentVersion script introduced 2 problems: 1) sed inline edit (-i option) saves a backup copy unless you pass the empty string ('') as the suffix , which is the arg to the -i option. 2) BSD sed (e.g. the version installed in Mac OSX) does not support \n as newline in replacement strings. The more portable solution is to simply escape a literal newline in the replacement string. Change-Id: Ia3a3b2635b8cc9ce57ec41c2e55c1384587325c7 Issue-ID: CCSDK-2308 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-03-06Fixing updateParentVersion.shSingal, Kapil (ks220y)1-1/+4
1) Add command to keep empty line between header and project tag in pom.xml 2) Adding param to keep CDATA value as is. Issue-ID: CCSDK-2164 Change-Id: Ic4babea86eb6d3f50d3674b7c8c829171cc13465 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
2019-08-14Update parent poms for ODL NeonTimoney, Dan (dt5972)2-0/+67
Update third party package versions to align with ODL Neon SR1. Change-Id: I82da85e6a9581726267be0f9cd64c4eb193ceda3 Issue-ID: CCSDK-1389 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-01-07Prepare for release build1.2.0Timoney, Dan (dt5972)1-0/+41
Create release build of CCSDK Dublin on ODL Oxygen prior to merging Fluorine changes Change-Id: I3fcac4a390712a30d2e51eda63a835a6bdf5055c Issue-ID: CCSDK-861 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>