Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Send an UpdateReport after a DownloadFailed Event | Shaun Taheri | 2016-09-08 | 1 | -3/+4 |
| | |||||
* | Check for in-flight updates | Shaun Taheri | 2016-09-08 | 1 | -2/+2 |
| | |||||
* | Send packages and system info after successful authentication | Shaun Taheri | 2016-09-05 | 1 | -7/+1 |
| | |||||
* | Add documentation to public functions | Shaun Taheri | 2016-08-23 | 1 | -2/+6 |
| | |||||
* | Fix server environment variables for packages | Shaun Taheri | 2016-08-19 | 1 | -2/+2 |
| | |||||
* | Minor log output updates | Shaun Taheri | 2016-08-15 | 1 | -3/+3 |
| | |||||
* | Fix CORE_SERVER variable in provisioning | Shaun Taheri | 2016-08-11 | 1 | -7/+7 |
| | |||||
* | Update toml generation script for ota-plus-demo-provision | Shaun Taheri | 2016-08-11 | 1 | -1/+2 |
| | |||||
* | Apply rust-clippy lint suggestions | Shaun Taheri | 2016-08-10 | 1 | -2/+6 |
| | |||||
* | Don't hide image builder output | Shaun Taheri | 2016-08-09 | 1 | -1/+1 |
| | |||||
* | Re-enable RVI through DBus gateway | Shaun Taheri | 2016-08-03 | 1 | -34/+43 |
| | |||||
* | Merge pull request #79 from advancedtelematic/fix/cargo-cache | Jerry Trieu | 2016-07-26 | 1 | -13/+4 |
|\ | | | | | Share Cargo cache with host | ||||
| * | Share Cargo cache with host | Shaun Taheri | 2016-07-26 | 1 | -13/+4 |
| | | |||||
* | | Fix mkdir .cargo in Makefile | Jerry Trieu | 2016-07-26 | 1 | -0/+1 |
|/ | |||||
* | Override rust-openssl paths in .cargo/config | Jerry Trieu | 2016-07-25 | 1 | -1/+6 |
| | | | | | | | Use .cargo/config to build patched openssl (compatible with rust 1.7.0 for meta-rust on yocto). Use 'replace' in Cargo.toml when meta-rust is updated. | ||||
* | Add cargo-cache container in Makefile | Jerry Trieu | 2016-07-25 | 1 | -2/+11 |
| | |||||
* | Add target 'for-meta-rust' in Makefile | Jerry Trieu | 2016-07-25 | 1 | -3/+11 |
| | |||||
* | Fix cargo command and make clean in Makefile | Jerry Trieu | 2016-07-25 | 1 | -11/+13 |
| | |||||
* | Rename binary from ota_plus_client to rvi_sota_client | Shaun Taheri | 2016-07-21 | 1 | -4/+4 |
| | |||||
* | Pass OTA_NO_AUTH to remove auth section from template | Shaun Taheri | 2016-07-19 | 1 | -0/+1 |
| | |||||
* | Merge remote-tracking branch 'ota-plus-client/master' | Shaun Taheri | 2016-07-14 | 1 | -1/+6 |
|\ | | | | | | | | | | | | | * ota-plus-client/master: Set owner permissions on credentials files Add OTA_AUTH_URL,OTA_CORE_URL vars in Makefile Add target 'version' in Makefile | ||||
| * | Add OTA_AUTH_URL,OTA_CORE_URL vars in Makefile | Jerry Trieu | 2016-07-14 | 1 | -0/+2 |
| | | |||||
| * | Add target 'version' in Makefile | Jerry Trieu | 2016-07-14 | 1 | -1/+4 |
| | | |||||
* | | Merge remote-tracking branch 'ota-plus-client/master' | Shaun Taheri | 2016-07-14 | 1 | -14/+12 |
|\ \ | |/ | | | | | | | | | | | | | | | | | | | * ota-plus-client/master: Simplify make deb/rpm in Makefile,pkg.sh Use monotonically increasing package version Add provision of already created devices adds env var OTA_CONSUL_URL Add OSTree basic package manager Fix default number of clients var Make it possible to opt out of adding the device via web. | ||||
| * | Simplify make deb/rpm in Makefile,pkg.sh | Jerry Trieu | 2016-07-14 | 1 | -10/+7 |
| | | |||||
| * | Use monotonically increasing package version | Shaun Taheri | 2016-07-13 | 1 | -5/+6 |
| | | |||||
* | | Make authentication optional | Shaun Taheri | 2016-07-08 | 1 | -5/+5 |
|/ | |||||
* | Use environment variable rather than file for version | Shaun Taheri | 2016-06-29 | 1 | -14/+9 |
| | |||||
* | Pass VERSION variable to package script | Shaun Taheri | 2016-06-27 | 1 | -6/+11 |
| | |||||
* | Fix time library on 1.7.0 | Shaun Taheri | 2016-06-24 | 1 | -6/+6 |
| | |||||
* | Update Makefile targets and add version to logs | Shaun Taheri | 2016-06-24 | 1 | -12/+52 |
| | |||||
* | Fix panic on startup | Shaun Taheri | 2016-06-14 | 1 | -2/+4 |
| | |||||
* | Update Makefile with target for building both packages | Shaun Taheri | 2016-06-01 | 1 | -5/+4 |
| | |||||
* | Build DEB and RPM packages with configurable version | Txus | 2016-04-13 | 1 | -3/+1 |
| | |||||
* | Use PHONY Makefile targets and update bin path | Shaun Taheri | 2016-04-13 | 1 | -10/+8 |
| | |||||
* | Statically link binary and add DEB and RPM targets | Shaun Taheri | 2016-04-05 | 1 | -4/+14 |
| | |||||
* | Add AuthConfig, use in OtaClient | Jerry Trieu | 2016-02-29 | 1 | -0/+11 |