summary |
shortlog | log |
commit |
commitdiff |
review |
tree
first ⋅ prev ⋅ next
Sebastien Douheret [Wed, 17 May 2017 09:28:57 +0000 (11:28 +0200)]
Add SDKs support.
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>
Sebastien Douheret [Tue, 16 May 2017 20:51:32 +0000 (22:51 +0200)]
Auto start Syncthing and Syncthing-inotify.
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Sebastien Douheret [Mon, 15 May 2017 22:05:18 +0000 (00:05 +0200)]
Use patched version of syncthing-inotify.
Bug #164 has not been properly merged yet.
So patch this bug manually.
See also https://github.com/syncthing/syncthing-inotify/pull/165
Sebastien Douheret [Mon, 15 May 2017 21:44:01 +0000 (23:44 +0200)]
Update doc: add current dir in config.json discovery logic.
Sebastien Douheret [Mon, 15 May 2017 21:42:46 +0000 (23:42 +0200)]
Rework Version and Sub-version setup.
Sebastien Douheret [Mon, 15 May 2017 09:00:42 +0000 (11:00 +0200)]
Cleanup
Sebastien Douheret [Mon, 15 May 2017 08:57:25 +0000 (10:57 +0200)]
Fix invalid json encoding definition
Sebastien Douheret [Sat, 13 May 2017 21:25:38 +0000 (23:25 +0200)]
Document script directory
Sebastien Douheret [Sat, 13 May 2017 21:23:42 +0000 (23:23 +0200)]
Allow to not start server (useful for debugging).
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Sebastien Douheret [Sat, 13 May 2017 21:13:42 +0000 (23:13 +0200)]
Fix invalid rootPath when creating a new project.
Sebastien Douheret [Sat, 13 May 2017 20:38:03 +0000 (22:38 +0200)]
Detect undefined env variables used in config.json
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Sebastien Douheret [Fri, 12 May 2017 16:33:05 +0000 (18:33 +0200)]
Add target to get Syncthing and start server script.
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Sebastien Douheret [Fri, 12 May 2017 10:01:45 +0000 (12:01 +0200)]
Add install rule
Installation directory can be changed using INSTALL_DIR and INSTALL_WEBAPP_DIR
env variables
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Sebastien Douheret [Fri, 12 May 2017 08:14:12 +0000 (10:14 +0200)]
Fix distclean
Sebastien Douheret [Fri, 12 May 2017 07:40:42 +0000 (09:40 +0200)]
Ignored private directory or file
Handle directories or files prefixed by two underscores (eg. __xxx ) as private.
Sebastien Douheret [Fri, 12 May 2017 07:30:01 +0000 (09:30 +0200)]
Fix doc and repo url
Sebastien Douheret [Thu, 11 May 2017 21:27:38 +0000 (23:27 +0200)]
Fixed connection retry to local Syncthing.
Sebastien Douheret [Thu, 11 May 2017 17:42:00 +0000 (19:42 +0200)]
Initial main commit.
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Sebastien D [Thu, 11 May 2017 10:28:49 +0000 (12:28 +0200)]
Initial commit