Remove deprecated omibuild and psrp scripts

This commit is contained in:
Andrew Schwartzmeyer 2016-04-13 15:56:03 -07:00
parent aa1af214bc
commit 38041211b5
2 changed files with 0 additions and 15 deletions

View file

@ -1,13 +0,0 @@
#!/usr/bin/env bash
# Build OMI
pushd src/omi/Unix
./configure --dev
make -j
popd
# Build the OMI Provider
pushd src/omi-provider
cmake -DCMAKE_BUILD_TYPE=Debug .
make -j
popd

View file

@ -1,2 +0,0 @@
export CORE_ROOT=$(pwd)/bin
sudo -E ./src/omi/Unix/output/bin/omiserver -l --loglevel 2