git://git.onelab.eu
/
plcapi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8303eac
)
make sync to push php as well
author
parmentelat
<thierry.parmentelat@inria.fr>
Tue, 15 Jan 2019 14:26:08 +0000
(15:26 +0100)
committer
parmentelat
<thierry.parmentelat@inria.fr>
Tue, 15 Jan 2019 14:26:08 +0000
(15:26 +0100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
84be628
..
0c546e3
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-84,7
+84,7
@@
ifeq (,$(SSHURL))
@echo " make sync PLCHOSTLXC=.. GUESTHOSTNAME=.. GUESTNAME=.."
@exit 1
else
- +$(RSYNC) plcsh PLC planetlab5.sql migrations $(SSHURL)/usr/share/plc_api/
+ +$(RSYNC) plcsh PLC planetlab5.sql migrations
php
$(SSHURL)/usr/share/plc_api/
+$(RSYNC) db-config.d/ $(SSHURL)/etc/planetlab/db-config.d/
+$(RSYNC) plc.d/ $(SSHURL)/etc/plc.d/
+$(RSYNC) apache/plc.wsgi $(SSHURL)/usr/share/plc_api/apache/