[PATCH] Enhanced scripts/build and related Python scripts to support export files that make up an image versus uploading them to an image

2017-08-09 Thread Waldemar Kozaczuk
This patch enhances OSv build scripts to allow exporting files in addition of uploading them to an image. It addresses 3 usage scenarios described in #900 and demostrated by examples below: - ./scripts/build image=empty export=all - export files that are specified is usr.manifest.skel in order

Jenkins build is back to normal : osv-build-nightly #1198

2017-08-09 Thread jenkins
See -- You received this message because you are subscribed to the Google Groups "OSv Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[PATCH] Fixed httpserver module tests

2017-08-09 Thread Waldemar Kozaczuk
This patch fixes httpserver module tests by correcting 2 issues: - tests/basetest.py was incorrectly loading jvm.json file - the format of timestamp returned by os/date API call must have changed at some point to include 'UTC' and corresponding test was not adjusted Signed-off-by: Waldemar