зеркало из https://github.com/microsoft/AMBROSIA.git
Script typo fix
This commit is contained in:
Родитель
522bb61cc2
Коммит
ee7e40cb65
|
@ -103,7 +103,7 @@ function start_immortal_coordinator() {
|
||||||
then echo
|
then echo
|
||||||
echo "ERROR [runAmbrosiaService.sh]"
|
echo "ERROR [runAmbrosiaService.sh]"
|
||||||
echo "Coordinator died while we were waiting. Final log ended with:"
|
echo "Coordinator died while we were waiting. Final log ended with:"
|
||||||
echo "--------------------------------------------------------------
|
echo "--------------------------------------------------------------"
|
||||||
tail $COORDLOG
|
tail $COORDLOG
|
||||||
exit 1;
|
exit 1;
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -26,7 +26,7 @@ echo "Building with command: $BUILDIT"
|
||||||
|
|
||||||
echo
|
echo
|
||||||
echo "Building AMBROSIA libraries/binaries"
|
echo "Building AMBROSIA libraries/binaries"
|
||||||
echo "----------------------------------------"
|
echo "------------------------------------"
|
||||||
$BUILDIT Ambrosia/Ambrosia/Ambrosia.csproj
|
$BUILDIT Ambrosia/Ambrosia/Ambrosia.csproj
|
||||||
$BUILDIT ImmortalCoordinator/ImmortalCoordinator.csproj
|
$BUILDIT ImmortalCoordinator/ImmortalCoordinator.csproj
|
||||||
$BUILDIT DevTools/UnsafeDeregisterInstance/UnsafeDeregisterInstance.csproj
|
$BUILDIT DevTools/UnsafeDeregisterInstance/UnsafeDeregisterInstance.csproj
|
||||||
|
@ -39,6 +39,7 @@ $BUILDIT Clients/CSharp/AmbrosiaCS/AmbrosiaCS.csproj
|
||||||
echo
|
echo
|
||||||
echo "Copying deployment script."
|
echo "Copying deployment script."
|
||||||
cp -a Scripts/runAmbrosiaService.sh bin/
|
cp -a Scripts/runAmbrosiaService.sh bin/
|
||||||
|
(cd bin; ln -s Ambrosia ambrosia || echo ok)
|
||||||
|
|
||||||
echo
|
echo
|
||||||
echo "Building Native-code client library"
|
echo "Building Native-code client library"
|
||||||
|
|
Загрузка…
Ссылка в новой задаче