Merge pull request #645 from PowerShell/psrp

Update OMI and PSRP modules
This commit is contained in:
Andy Schwartzmeyer 2016-03-09 11:23:55 -08:00
commit ee3633ec14
4 changed files with 8 additions and 8 deletions

View file

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

View file

@ -1,2 +1,2 @@
export CORE_ROOT=$(pwd)/bin
lldb-3.6 -o "plugin load ./bin/libsosplugin.so" -- ./src/omi/Unix/output/bin/omiserver --ignoreAuthentication -l --loglevel 2
sudo -E ./src/omi/Unix/output/bin/omiserver -l --loglevel 2

@ -1 +1 @@
Subproject commit 6e8fafe1d5cd099fce70979068c3b301ae383b6f
Subproject commit 3b24543f61b42dc47ec3f3eb83ef7e2a48e171f0

@ -1 +1 @@
Subproject commit 68a9f8ae76a8a2dfe530fa4174f717b567e456fd
Subproject commit d9b7fde13e159016f505081603a5f67bcd2b4871