summaryrefslogtreecommitdiffstats
path: root/main.go
AgeCommit message (Collapse)AuthorFilesLines
2017-08-16Add folder interface and support native pathmap folder type.Sebastien Douheret1-54/+29
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-08-08Added -logfile option.Sebastien Douheret1-2/+26
2017-06-20Remove duplicate fields and set default SDK dir.Sebastien Douheret1-2/+6
- Removed duplicate fields between Config and FileConfig - set /xdt/sdk as default SDK directory
2017-05-31Increase timeout for Syncthing startup.v0.0.1-alphaSebastien Douheret1-2/+3
Syncthing may take more time to start for example on slow network connection.
2017-05-25Rework development page: Pre-build, Build, Populate.Sebastien Douheret1-1/+1
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-05-18Added prints on startupSebastien Douheret1-2/+3
2017-05-18Add Cross SDKs support (part 2)Sebastien Douheret1-1/+6
2017-05-17Add SDKs support.Sebastien Douheret1-13/+31
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>
2017-05-17Auto start Syncthing and Syncthing-inotify.Sebastien Douheret1-10/+148
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-05-15Rework Version and Sub-version setup.Sebastien Douheret1-7/+9
2017-05-11Initial main commit.Sebastien Douheret1-0/+87
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>