Merge "Using cp insteald ln for zaqar-ui"
This commit is contained in:
commit
fa09db3537
@ -221,9 +221,8 @@ function install_zaqarui {
|
|||||||
# Remove following two 'mv' commands when mentioned bug is fixed.
|
# Remove following two 'mv' commands when mentioned bug is fixed.
|
||||||
mv $ZAQARUI_DIR/test-requirements.txt $ZAQARUI_DIR/_test-requirements.txt
|
mv $ZAQARUI_DIR/test-requirements.txt $ZAQARUI_DIR/_test-requirements.txt
|
||||||
setup_develop $ZAQARUI_DIR
|
setup_develop $ZAQARUI_DIR
|
||||||
mv $ZAQARUI_DIR/_test-requirements.txt $ZAQARUI_DIR/test-requirements.txt
|
mv $ZAQARUI_DIR/_test-requirements.txt $ZAQARUI_DIR/test-requirements.txt
|
||||||
ln -fs $ZAQARUI_DIR/zaqar_ui/enabled/_1510_project_messaging_group.py $HORIZON_DIR/openstack_dashboard/local/enabled/_1510_project_messaging_group.py
|
cp -a $ZAQARUI_DIR/zaqar_ui/enabled/* $HORIZON_DIR/openstack_dashboard/local/enabled/
|
||||||
ln -fs $ZAQARUI_DIR/zaqar_ui/enabled/_1520_project_queues.py $HORIZON_DIR/openstack_dashboard/local/enabled/_1520_project_queues.py
|
|
||||||
if [ -d $ZAQARUI_DIR/zaqar-ui/locale ]; then
|
if [ -d $ZAQARUI_DIR/zaqar-ui/locale ]; then
|
||||||
(cd $ZAQARUI_DIR/zaqar-ui; DJANGO_SETTINGS_MODULE=openstack_dashboard.settings ../manage.py compilemessages)
|
(cd $ZAQARUI_DIR/zaqar-ui; DJANGO_SETTINGS_MODULE=openstack_dashboard.settings ../manage.py compilemessages)
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user