Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-01-04 | Improved and fixed local SDK tarball installation. | 7 | -36/+240 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-12-23 | Fixed SDKs management when running in xds VM.v1.0.0-rc2 | 4 | -6/+7 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-12-22 | Added SDKs management support. | 9 | -1/+556 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-12-11 | Standardized XDS config file name and location. | 2 | -0/+0 | ||
- config file name is : server-config.json - xds-server settings under user's home is: $HOME/.xds/server - xds-server settings under etc is: /etc/xds/server Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-11-30 | Added Copyright header. | 6 | -0/+103 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-11-10 | Fix case where ~/.ssh/id_rsa.pub is a softlink | 1 | -1/+1 | ||
Some users may have the default id_rsa/id_rsa.pub be a softlink to one of a set of rsa keys. In this case, the cp would result in a dangling softlink in the container and the startup fails. Adding a -L to the cp command results in copying whatever the softlink points to into the container, which seems like the desired behaviour. Signed-off-by: brian avery <brian.avery@intel.com> | |||||
2017-10-19 | Fix ssh command when execited with a wget pipev0.3.3 | 1 | -3/+3 | ||
2017-10-19 | Support case when .ssh and default key dont exist. | 1 | -5/+6 | ||
2017-10-19 | Fix warnings detected by shellcheck. | 1 | -22/+18 | ||
2017-10-19 | Fix: piped execution of script failed | 1 | -1/+1 | ||
2017-10-19 | Fixed auto detection of version | 1 | -5/+5 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-10-19 | Fix docker images detection on Redhat like distro. | 1 | -2/+3 | ||
2017-10-17 | Improved docker creation script. | 1 | -18/+55 | ||
- detect uid/gid conflict - add -id option - improved help - cleanup invalid container on error (unless -nc option is set) | |||||
2017-10-16 | Fixed xds systemd user service | 1 | -9/+28 | ||
2017-10-12 | xds-server is now start as user systemd service. | 1 | -5/+4 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-10-12 | Add --volume option support. | 1 | -9/+23 | ||
Also removed useless volume (residual settings of AGL SDK container) | |||||
2017-10-12 | Fix ssh credential copy where hostname cannot be resolved | 1 | -3/+3 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-09-14 | Allow to install sdks from local file when iot download site is not available | 1 | -1/+2 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-09-14 | Dynamically retrieve docker image name/version | 1 | -11/+23 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-09-13 | Set same uid and gid inside and outside docker | 1 | -16/+34 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-09-13 | Auto retrieve docker image tag | 1 | -0/+10 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-09-13 | Set install dir to /opt/AGL and move conf to $HOME/.xds-server | 3 | -83/+15 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-08-30 | Bump docker container version to 4.0 and update doc. | 1 | -2/+6 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-08-30 | Fixed again freeze when iot.bzh website is not accessiblev0.2.2 | 1 | -7/+7 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-08-30 | Prevent script freeze when iot.bzh website is not accessible. | 1 | -0/+7 | ||
2017-07-24 | Support SDK directory with spaces | 1 | -5/+5 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-07-09 | Set exit code | 2 | -0/+3 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-06-27 | Update Readme file | 2 | -0/+23 | ||
* 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-26 | Fix FILE decoding when --file option is set with a full path. | 1 | -0/+1 | ||
2017-06-26 | Intel SDK is now named corei7-64. | 1 | -3/+9 | ||
2017-06-22 | Fix invalid file parameter. | 1 | -2/+2 | ||
2017-06-22 | Fix args decoding and improve error detection. | 1 | -7/+12 | ||
2017-06-20 | Update xds-agent tarballs by default. | 1 | -1/+1 | ||
2017-06-20 | Create XDT_SDK dir when not existing. | 1 | -0/+2 | ||
2017-06-20 | Add script to start AGL worker XDS docker container. | 1 | -0/+102 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-06-16 | Bump syncthing-inotify version to 0.8.6 | 1 | -14/+40 | ||
2017-06-16 | Improved script and add -file option. | 1 | -16/+37 | ||
2017-06-07 | Allow to not update xds-agent tarball on startup. | 1 | -14/+17 | ||
Also set debug loglevel to info | |||||
2017-06-07 | Add windows and packaging build support. | 1 | -9/+22 | ||
2017-05-28 | Add script to get xds-agent tarballs. | 5 | -0/+76 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-05-28 | Set script as executable | 1 | -0/+0 | ||
2017-05-27 | Add doc to create & start XDS AGL docker container. | 2 | -1/+19 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-05-26 | Fix webapp location for install and startup. | 1 | -7/+11 | ||
2017-05-26 | Retrieve dynamically SDKs files list (more generic) | 1 | -8/+27 | ||
2017-05-18 | Bump to Syncthing 0.14.28 | 1 | -1/+1 | ||
2017-05-18 | Update script now that #164 fix has been merged. | 1 | -22/+6 | ||
2017-05-17 | Add AGL specfic scripts | 3 | -38/+111 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-05-16 | Use patched version of syncthing-inotify. | 1 | -1/+35 | ||
Bug #164 has not been properly merged yet. So patch this bug manually. See also https://github.com/syncthing/syncthing-inotify/pull/165 | |||||
2017-05-13 | Allow to not start server (useful for debugging). | 1 | -6/+12 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-05-12 | Add target to get Syncthing and start server script. | 2 | -0/+90 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> |