Commit 14d238baf854c07a921f47f5e15d32f3e47c621a
1 parent
e045e5e0
Exists in
dev
cleanup
Showing
1 changed file
with
0 additions
and
13 deletions
Show diff stats
cp_private_dev_to_private.sh deleted
... | ... | @@ -1,13 +0,0 @@ |
1 | - | |
2 | -cp -p src/core/pyros_django/majordome/agent/AgentBasic.py privatedev/plugin/agent/AgentBasic.py | |
3 | -cp -p src/core/pyros_django/majordome/agent/AgentTriton.py privatedev/plugin/agent/AgentTriton.py | |
4 | -cp -p src/core/pyros_django/observation_manager/AgentImagesProcessor.py privatedev/plugin/agent/AgentImagesProcessor.py | |
5 | -cp -p src/core/pyros_django/observation_manager/AgentImagesCalibrator.py privatedev/plugin/agent/AgentImagesCalibrator.py | |
6 | -cp -p src/core/pyros_django/env_monitor/AgentDevicePLC.py privatedev/plugin/agent_devices/AgentDevicePLC.py | |
7 | -cp -p src/core/pyros_django/env_monitor/AgentM.py privatedev/plugin/agent/AgentM.py | |
8 | -cp -p src/core/pyros_django/scp_mgmt/AgentSP.py privatedev/plugin/agent/AgentSP.py | |
9 | -cp -p config/general/default/config_pyros.yml config/general/private/config_pyros.yml | |
10 | -rsync -avh --delete --exclude '.gitignore' --exclude 'plugin/README' --exclude 'config/README' privatedev/ private/ | |
11 | - | |
12 | -#cp -r ./privatedev/* ./private/ | |
13 | - |