summaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2017-11-06Bump Syncthing 0.14.38Sebastien Douheret1-2/+2
2017-11-06Moved web Dashboard to xds-agentSebastien Douheret1-7/+5
Xds-Server now only provides a minimal page to get basic instructions. Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-10-17Bump v0.3.2v0.3.2Sebastien Douheret1-1/+1
2017-10-16Bump v0.3.1v0.3.1Sebastien Douheret1-1/+1
2017-09-25Cosmetic fixSebastien Douheret1-0/+2
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-09-21Disable compiler optimizations and inlining for debugging.Sebastien Douheret1-3/+6
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-09-13Bump to 0.3.0Sebastien Douheret1-1/+1
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-09-13Set install dir to /opt/AGL and move conf to $HOME/.xds-serverSebastien Douheret1-8/+12
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-09-13Add packaging files used by OBS.Sebastien Douheret1-3/+4
xds-server is now packaging in OBS: https://build.opensuse.org/package/show/isv:LinuxAutomotive:app-Development/agl-xds-server Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-08-30Remove Windows package generation (not supported)Sebastien Douheret1-3/+3
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-08-29Bump version v0.2.1Sebastien Douheret1-2/+3
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-08-16Add folder interface and support native pathmap folder type.Sebastien Douheret1-1/+1
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-08-07Improved /exec to support gdb execution.Sebastien Douheret1-0/+4
/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-06-23Set SUB_VERSION as current commit ID.Sebastien Douheret1-2/+1
2017-06-20Only call vendor when building all.Sebastien Douheret1-2/+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-16Bump syncthing-inotify version to 0.8.6Sebastien Douheret1-3/+1
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 Douheret1-11/+19
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-06-07Fix version / sub-version retrieval.Sebastien Douheret1-1/+1
2017-06-07Bump versionSebastien Douheret1-1/+1
2017-06-07Add windows and packaging build support.Sebastien Douheret1-12/+61
2017-05-28Add script to get xds-agent tarballs.Sebastien Douheret1-3/+3
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-05-26Fix webapp location for install and startup.Sebastien Douheret1-1/+1
2017-05-19Fix Makefile install commandsSebastien Douheret1-1/+2
2017-05-18Update Makefile to be smarter with syncthing compilation.Sebastien Douheret1-8/+12
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-05-18Bump to Syncthing 0.14.28Sebastien Douheret1-1/+1
2017-05-18Fix copy of agl directory in make installSebastien Douheret1-1/+1
2017-05-18Fix syncthing-inotify version and install rule.Sebastien Douheret1-6/+10
2017-05-17Add AGL specfic scriptsSebastien Douheret1-1/+1
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-05-17Auto start Syncthing and Syncthing-inotify.Sebastien Douheret1-12/+17
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-05-16Use patched version of syncthing-inotify.Sebastien Douheret1-1/+2
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-15Rework Version and Sub-version setup.Sebastien Douheret1-9/+14
2017-05-15CleanupSebastien Douheret1-10/+5
2017-05-12Add target to get Syncthing and start server script.Sebastien Douheret1-24/+31
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-05-12Add install ruleSebastien Douheret1-15/+10
Installation directory can be changed using INSTALL_DIR and INSTALL_WEBAPP_DIR env variables Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-05-12Fix distcleanSebastien Douheret1-1/+1
2017-05-11Initial main commit.Sebastien Douheret1-0/+118
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>