summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Send an UpdateReport after a DownloadFailed EventShaun Taheri2016-09-081-3/+4
|
* Check for in-flight updatesShaun Taheri2016-09-081-2/+2
|
* Send packages and system info after successful authenticationShaun Taheri2016-09-051-7/+1
|
* Add documentation to public functionsShaun Taheri2016-08-231-2/+6
|
* Fix server environment variables for packagesShaun Taheri2016-08-191-2/+2
|
* Minor log output updatesShaun Taheri2016-08-151-3/+3
|
* Fix CORE_SERVER variable in provisioningShaun Taheri2016-08-111-7/+7
|
* Update toml generation script for ota-plus-demo-provisionShaun Taheri2016-08-111-1/+2
|
* Apply rust-clippy lint suggestionsShaun Taheri2016-08-101-2/+6
|
* Don't hide image builder outputShaun Taheri2016-08-091-1/+1
|
* Re-enable RVI through DBus gatewayShaun Taheri2016-08-031-34/+43
|
* Merge pull request #79 from advancedtelematic/fix/cargo-cacheJerry Trieu2016-07-261-13/+4
|\ | | | | Share Cargo cache with host
| * Share Cargo cache with hostShaun Taheri2016-07-261-13/+4
| |
* | Fix mkdir .cargo in MakefileJerry Trieu2016-07-261-0/+1
|/
* Override rust-openssl paths in .cargo/configJerry Trieu2016-07-251-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 MakefileJerry Trieu2016-07-251-2/+11
|
* Add target 'for-meta-rust' in MakefileJerry Trieu2016-07-251-3/+11
|
* Fix cargo command and make clean in MakefileJerry Trieu2016-07-251-11/+13
|
* Rename binary from ota_plus_client to rvi_sota_clientShaun Taheri2016-07-211-4/+4
|
* Pass OTA_NO_AUTH to remove auth section from templateShaun Taheri2016-07-191-0/+1
|
* Merge remote-tracking branch 'ota-plus-client/master'Shaun Taheri2016-07-141-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 MakefileJerry Trieu2016-07-141-0/+2
| |
| * Add target 'version' in MakefileJerry Trieu2016-07-141-1/+4
| |
* | Merge remote-tracking branch 'ota-plus-client/master'Shaun Taheri2016-07-141-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.shJerry Trieu2016-07-141-10/+7
| |
| * Use monotonically increasing package versionShaun Taheri2016-07-131-5/+6
| |
* | Make authentication optionalShaun Taheri2016-07-081-5/+5
|/
* Use environment variable rather than file for versionShaun Taheri2016-06-291-14/+9
|
* Pass VERSION variable to package scriptShaun Taheri2016-06-271-6/+11
|
* Fix time library on 1.7.0Shaun Taheri2016-06-241-6/+6
|
* Update Makefile targets and add version to logsShaun Taheri2016-06-241-12/+52
|
* Fix panic on startupShaun Taheri2016-06-141-2/+4
|
* Update Makefile with target for building both packagesShaun Taheri2016-06-011-5/+4
|
* Build DEB and RPM packages with configurable versionTxus2016-04-131-3/+1
|
* Use PHONY Makefile targets and update bin pathShaun Taheri2016-04-131-10/+8
|
* Statically link binary and add DEB and RPM targetsShaun Taheri2016-04-051-4/+14
|
* Add AuthConfig, use in OtaClientJerry Trieu2016-02-291-0/+11