summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-08-08Added -logfile option.Sebastien Douheret2-10/+36
2017-08-08Define all packages versionSebastien Douheret1-0/+4
2017-08-07Update vsc launcher.Sebastien Douheret1-2/+18
2017-08-07Needs super user rights using install-agl-sdks.shRomain Forlot1-2/+2
Change-Id: I18b767e7e1cba943f7ab293e4a4acc7de1fa1027 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2017-08-07Improved /exec to support gdb execution.Sebastien Douheret4-99/+226
/exec now supports stdin and stdout/stderr tunneling over an websocket (socketio). This also supports redirection of inferior process output (stdout only) in particular case of gdb command (set gdb --tty option).
2017-08-07Add stdin support to /execSebastien Douheret3-15/+63
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-07-24Support SDK directory with spacesSebastien Douheret1-5/+5
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-07-09Set exit codeSebastien Douheret2-0/+3
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-07-07Add httpPort value to config example.Sebastien Douheret1-1/+2
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-07-04Report an error when sdkid not found.Sebastien Douheret1-0/+6
2017-07-04Needs super user rights using install-agl-sdks.shv0.1.0-betaRomain Forlot1-2/+2
Change-Id: I18b767e7e1cba943f7ab293e4a4acc7de1fa1027 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2017-06-28Update README.mdSebastien D1-21/+5
Update again doc.
2017-06-28Update README.mdSebastien D1-51/+28
Update start instructions in README
2017-06-28Doc: move docker image build in build part.Sebastien D1-14/+18
2017-06-27Update Readme fileRonan Le Martret4-57/+145
* Add systemd service file * Add autoconfig for ssh contener * Add http port conf to xds-server-start.sh script Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
2017-06-26Use xds-common go library.Sebastien Douheret16-508/+18
2017-06-26Refer xds-exec in doc instead of xds-make.Sebastien Douheret1-4/+4
xds-exec must be used instead of xds-make that is now deprecated.
2017-06-26Add more comments in doc.Sebastien Douheret1-0/+4
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-06-26Fix FILE decoding when --file option is set with a full path.Sebastien Douheret1-0/+1
2017-06-26Document usage of --file option with Intel SDK exampleSebastien Douheret1-5/+21
2017-06-26Intel SDK is now named corei7-64.Sebastien Douheret1-3/+9
2017-06-23Set SUB_VERSION as current commit ID.Sebastien Douheret1-2/+1
2017-06-23Prevent Syncthing auto-upgrade and restart.Sebastien Douheret1-0/+2
2017-06-23Display arch and version in download packages list.Sebastien Douheret3-2/+12
2017-06-23Fix the way to download xds-agent packagesSebastien Douheret8-35/+123
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-06-22Fix format for json file.Sebastien D1-1/+1
2017-06-22Fix invalid file parameter.Sebastien Douheret1-2/+2
2017-06-22Fix args decoding and improve error detection.Sebastien Douheret1-7/+12
2017-06-22Minor doc fix about wget command.Sebastien Douheret1-3/+3
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-06-21Add SDK install instructions in docSebastien Douheret1-12/+28
2017-06-20Only call vendor when building all.Sebastien Douheret1-2/+2
2017-06-20Remove duplicate fields and set default SDK dir.Sebastien Douheret7-41/+47
- Removed duplicate fields between Config and FileConfig - set /xdt/sdk as default SDK directory
2017-06-20Update xds-agent tarballs by default.Sebastien Douheret1-1/+1
2017-06-20Create XDT_SDK dir when not existing.Sebastien Douheret1-0/+2
2017-06-20Fiw webapp/install rule.Sebastien Douheret1-1/+1
test xxx && yyy doesn't work because "&&" characters seems interpreted by make. Workaround is to write test statement with if syntax.
2017-06-20Add script to start AGL worker XDS docker container.Sebastien Douheret1-0/+102
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-06-20Rework doc / READMESebastien Douheret1-87/+105
2017-06-16Bump syncthing-inotify version to 0.8.6Sebastien Douheret2-17/+41
2017-06-16Fix package generation.Sebastien Douheret1-5/+6
2017-06-16Fix glide install detectionSebastien Douheret1-3/+6
2017-06-16Used standard DESTDIR variable for make installSebastien Douheret2-12/+26
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-06-16Improved script and add -file option.Sebastien Douheret1-16/+37
2017-06-15Auto add var named CLIENT_PROJECT_DIR to environment.Sebastien Douheret1-0/+3
2017-06-07Fix version / sub-version retrieval.Sebastien Douheret1-1/+1
2017-06-07Use bundle version of Rxjs.Sebastien Douheret3-6/+19
2017-06-07Allow to not update xds-agent tarball on startup.Sebastien Douheret1-14/+17
Also set debug loglevel to info
2017-06-07Bump versionSebastien Douheret1-1/+1
2017-06-07Add windows and packaging build support.Sebastien Douheret3-22/+84
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-31Fix navbar menu when width is smallSebastien Douheret2-5/+14
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>