[osv-dev] Re: Docker Hub account

2019-12-21 Thread Mason Davis
Yep! We can just start with the image we are currently using to test OSv. I'm not 100% positive on best practices going forward, but I believe we could possibly split out the different processes we want into separate images, if enough differences warrant it. I think for now we can work to get

[osv-dev] Re: [PATCH] Fix a file-path typo in the primary README

2019-12-09 Thread Mason Davis
My apologizes, not sure why this sent on this thread. On Monday, December 9, 2019 at 10:59:56 PM UTC-6, Mason Davis wrote: > > The path is slightly incorrect and can cause issues if someone where to > copy and paste this code. > > Signed-off-by: Mason Davis > >

[osv-dev] [PATCH] Fix a file-path typo in the primary README

2019-12-09 Thread Mason Davis
The path is slightly incorrect and can cause issues if someone where to copy and paste this code. Signed-off-by: Mason Davis --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d51c5e08..a4708c4e 100644 --- a/README.md +++ b

[osv-dev] [PATCH] Add bare .travis.yml for testing build

2019-12-09 Thread Mason Davis
major regressions. Refs #1044 Signed-off-by: Mason Davis --- .travis.yml | 9 + 1 file changed, 9 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index ..fcaf5bce --- /dev/null +++ b/.travis.yml @@ -0,0 +1,9 @@ +sudo

[osv-dev] Re: [PATCH] Add bare .travis.yml for testing build

2019-12-05 Thread Mason Davis
ravis-ci.org/Mason-D/osv>and on GitHub <https://github.com/Mason-D/osv>. I just used this fork to test different iterations of the travis file to ensure the one I send in the patch actually works. > > On Tuesday, December 3, 2019 at 2:02:56 PM UTC-5, Mason Davis wrote: >> >> Aft

[osv-dev] Re: [PATCH] Added base travis to test build

2019-12-02 Thread Mason Davis
Davis wrote: > > Signed-off-by: Mason Davis > > --- > .travis.yml | 9 + > 1 file changed, 9 insertions(+) > create mode 100644 .travis.yml > > diff --git a/.travis.yml b/.travis.yml > new file mode 100644 > index ..d38a69f3 > --- /dev/null

[osv-dev] [PATCH] Added base travis to test build

2019-12-02 Thread Mason Davis
Signed-off-by: Mason Davis --- .travis.yml | 9 + 1 file changed, 9 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index ..d38a69f3 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,9 @@ +sudo: required +language: c +services