summaryrefslogtreecommitdiffstats
path: root/lib/common/filepath.go
AgeCommit message (Collapse)AuthorFilesLines
2017-06-26Use xds-common go library.Sebastien Douheret1-73/+0
2017-05-18Normalize relativePath projects to support Windows path.Sebastien Douheret1-0/+16
2017-05-18Fix ResolveEnvVar when param is empty.Sebastien Douheret1-1/+4
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-05-18Improved ResolveEnvVar and add support of tilde (~/...)Sebastien Douheret1-1/+40
2017-05-17Add SDKs support.Sebastien Douheret1-0/+15
Don't allow to install SDKs through XDS for now. Only probe existing SDKs that have been manually installed using scripts/agl/install-agl-sdks.sh. Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>