Skip to content
Snippets Groups Projects
Commit 45c71073 authored by Mattia Mancini's avatar Mattia Mancini
Browse files

OSB-44: cleaned up fabric file

parent e06cbc89
No related branches found
No related tags found
2 merge requests!89Monitoring maintenance Epic branch merge,!1Resolve OSB-13 "Monitoringmaintenance "
......@@ -6,8 +6,8 @@ import time
import os
BUILD_DIR = '/home/mmancini/svn-tree/MonitoringMaintenance-SW300/build/gnu_debug/'
LOCAL_DIR = '/home/mmancini/svn-tree/MonitoringMaintenance-SW300/build/gnu_debug/installed'
BUILD_DIR = os.getcwd()
LOCAL_DIR = os.path.join(BUILD_DIR, 'installed')
REMOTE_DIR = '/data/mancini/deploy/'
REMOTE_INSTALL_DIR = 'installed'
PATH_SETTINGS_FILE = 'lib64/python3.6/site-packages/lofar/maintenance/django_postgresql/settings.py'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment