cloudkernels / vaccel

A meta repo for gathering all the necessary components for running (and releasing) a vaccel environment
10 stars 2 forks source link

Build scripts fixes & improvements #44

Closed bchalios closed 3 years ago

bchalios commented 3 years ago

Several fixes for the build.sh and co:

  1. Properly build all plugins and link these build functions with the all option of build.sh
  2. Add a build script for vAccel agent and link it with build.sh
  3. Fix ignore file to allow adding build scripts. There was a gitignore rule for leaving out the build directory, which was incorrectly catching the build scripts.

Fixes #36 and #37