Blame view

cp_private_dev_to_private.sh 327 Bytes
55831fe5   Etienne Pallier   ajout copie Agent...
1
2

cp -p src/core/pyros_django/agent/AgentBasic.py privatedev/plugin/agent/AgentBasic.py
baada9d5   Etienne Pallier   New PRIO CMD mana...
3
cp -p src/core/pyros_django/agent/AgentTriton.py privatedev/plugin/agent/AgentTriton.py
55831fe5   Etienne Pallier   ajout copie Agent...
4

8902a770   Etienne Pallier   ctrl-c available ...
5
6
rsync -avh --delete --exclude '.gitignore' --exclude 'plugin/README' --exclude 'config/README' privatedev/ private/

781d7514   Etienne Pallier   rsync privatedev ...
7
#cp -r ./privatedev/* ./private/