summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-10-06Bump to v0.2.0Sebastien Douheret1-1/+1
Change to 0.2.0 due to changes about agent-config.json file search logic (see commit 3f1c6dbe6b6) Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-10-06Disable compiler optimizations and inlining for debugging.Sebastien Douheret1-3/+6
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-10-03Added systemd service fileRomain Forlot1-0/+9
Change-Id: I4e9599ccb620c2a5d1bd78fd76d143c74ce49e92 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2017-09-21Move docs into xds-docs repo (published on http://docs.automotivelinux.org)Sebastien Douheret1-159/+7
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-09-19Rework search directories for agent-config.json files.Sebastien Douheret2-7/+14
Here is the logic to determine which `agent-config.json` file will be used: 1. from command line option: `--config myConfig.json` 2. `$HOME/.xds/agent/agent-config.json` file 3. `/etc/xds-agent/agent-config.json` file 4. `<xds-agent executable dir>/agent-config.json` file
2017-09-18Fix default config values.Sebastien Douheret3-20/+25
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-09-18Improved syncthing binary path detection.Sebastien Douheret2-17/+21
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-09-13Update download methods of none linux platformsSebastien D1-6/+2
2017-08-31Fix install package command for debian in READMESebastien D1-2/+1
2017-08-30Fixed syncthing binDir when set to '.'0.1.0Sebastien Douheret2-2/+11
2017-08-30Used xds-common version 0.1.0 or more recentSebastien Douheret1-1/+1
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-08-30Set default xds-apikey when not set by config.Sebastien Douheret1-0/+6
2017-08-30Update ReadmeSebastien Douheret1-15/+35
2017-08-29Fix subversion settingSebastien Douheret1-1/+2
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-08-25Fixed xds-common version and use last oneSebastien Douheret3-2/+5
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-08-25Reset option to allow synthing restartSebastien Douheret1-1/+0
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-08-09Clarify that xds-agent is client tool.Sebastien D1-1/+1
2017-08-07Added missing quote in helpSebastien Douheret1-1/+1
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-06-30Update README.mdSebastien D1-2/+2
Package name has no longer -bin suffix.
2017-06-27Update documentationRonan Le Martret1-2/+54
* install xds-agent from packaging Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
2017-06-26Use xds-common go library.Sebastien Douheret8-341/+13
2017-06-23Set SUB_VERSION as current commit ID.Sebastien Douheret1-1/+1
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-06-23Add missing vendor dependencySebastien Douheret1-1/+1
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-06-23Add default Syncthing api in config.json example.Sebastien Douheret1-1/+2
2017-06-23Fix glide path for non Linux OSesSebastien Douheret1-4/+4
2017-06-23Support $HOME on Windows host.Sebastien Douheret1-1/+9
2017-06-23Add workaround for Syncthing apikey setting.Sebastien Douheret1-1/+33
2017-06-23Fix glide pathRonan Le Martret1-4/+4
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
2017-06-22Rework READMESebastien Douheret3-50/+58
2017-06-20Only execute vendor rule when building all.Sebastien Douheret1-2/+2
2017-06-16Bump xds-agent and syncthing-inotify versionSebastien Douheret2-12/+17
2017-06-16Fix glide install detectionSebastien Douheret1-3/+6
2017-06-16Used standard DESTDIR variable in make installSebastien Douheret2-5/+14
2017-06-15Fix sub version settingSebastien Douheret1-1/+1
2017-06-15Fix syncthing-inotify build errorSebastien Douheret1-2/+12
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-06-15Add MacOs/darwin package generationSebastien Douheret2-9/+20
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-06-07Add package-all rule support.Sebastien Douheret1-4/+25
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-26Add build release (REL=1 make all)Sebastien Douheret1-2/+12
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-05-26Fix Syncthing package retrieval for WindowsSebastien Douheret3-13/+34
Note that cross compile for Windows required Go version 1.8 or higher. Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-05-24Support Windows cross-build.Sebastien Douheret2-4/+10
Use following command cross build for Windows on a Linux machine: GOOS=windows GOARCH=amd64 make Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-05-23Add API KEY support to allow CORS requests.Sebastien Douheret6-33/+106
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-05-22Fix incorrect importSebastien Douheret1-1/+1
2017-05-19Fix missing tools path creation.Sebastien Douheret1-0/+2
2017-05-18Update Makefile to be smarter with syncthing compilation.Sebastien Douheret1-10/+15
2017-05-18Update config file model.Sebastien Douheret1-3/+2
2017-05-18Added prints on startup.Sebastien Douheret2-2/+7
2017-05-18Fix ResolveEnvVar when path is not set.Sebastien Douheret1-1/+4
2017-05-18Bump to Syncthing 0.14.28 et Syncthing-Inotify master.Sebastien Douheret2-24/+9
2017-05-18Fix ResolveEnvVar function and add support of tilde (~/...)Sebastien Douheret2-23/+44