Skip to content

Commit

Permalink
[dist] Use fixed hostname for development backend
Browse files Browse the repository at this point in the history
  • Loading branch information
hennevogel committed Dec 15, 2016
1 parent 7235942 commit 5195eb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/start_development_backend
Expand Up @@ -101,6 +101,7 @@ if [ ! -f $GIT_HOME/src/backend/BSConfig.pm ]; then
cp $GIT_HOME/src/backend/BSConfig.pm.template $GIT_HOME/src/backend/BSConfig.pm
fi
perl -pi -e 's/our \$bsserviceuser.*/our \$bsserviceuser="obsrun";/' $GIT_HOME/src/backend/BSConfig.pm
perl -pi -e 's/my \$hostname.*/my \$hostname="localhost";/' $GIT_HOME/src/backend/BSConfig.pm


#start backend services (the minimum needed) with two arch(i586/x86_64) schedulers and one worker
Expand Down

0 comments on commit 5195eb3

Please sign in to comment.