aboutsummaryrefslogtreecommitdiffstats
path: root/.gitattributes
AgeCommit message (Collapse)AuthorFilesLines
2020-01-22Unset 'text' attribute for *.csar files explicitlyBartek Grzybowski1-0/+1
*.csar files should have "-text" attribute assigned to avoid end of line substitution on checkouts and other git operations. Csar files (zip file) being binary files may not be detected as such in older versions of git (i.e. in CI Ubuntu 16.04 minions), so explicit git attribute needs to be set. Change-Id: Ib8f9e5291091075a369387d3f87b2def7e9dac51 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com> Issue-ID: INT-1418
2018-09-27Move CSIT to integration/csit repoGary Wu1-0/+1
To facilite branching of CSIT tests, all CSIT test code and scripts are relocated to the integration/csit repo. Change-Id: I1e4c0eff44691f73f8098b3c52764107f6b8b8df Issue-ID: INT-671 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>