aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorAlexandru DAMIAN <alexandru.damian@intel.com>2014-06-06 15:03:32 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-06-11 10:34:56 +0100
commitd095eec6fc958d0aeb514cdc206734617fd7c930 (patch)
tree5f9ffd627bcdc1bf39b3be02db4be4ff51d2bc41 /bin
parent2732dbae67c1945b668c38cc4cc5678c4aafe3d6 (diff)
downloadbitbake-d095eec6fc958d0aeb514cdc206734617fd7c930.tar.gz
toaster: comment out bldcontrol migration command
This fixes toaster startup failing after the preparatory patches for bldcontrol application have been merged. I slipped a bldcontrol-specific line into the toaster startup script and this prevents toaster from starting. We comment out this line until the bldcontrol application have been merged. Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/toaster2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/toaster b/bin/toaster
index 80bda6d67..f469e4fac 100755
--- a/bin/toaster
+++ b/bin/toaster
@@ -63,7 +63,7 @@ function webserverStartAll()
retval=0
python $BBBASEDIR/lib/toaster/manage.py migrate orm || retval=1
fi
- python $BBBASEDIR/lib/toaster/manage.py migrate bldcontrol || retval=1
+ # python $BBBASEDIR/lib/toaster/manage.py migrate bldcontrol || retval=1
if [ $retval -eq 0 ]; then
python $BBBASEDIR/lib/toaster/manage.py runserver 0.0.0.0:8000 </dev/null >${BUILDDIR}/toaster_web.log 2>&1 & echo $! >${BUILDDIR}/.toastermain.pid