Revision 7564
Added by Aaron Marcuse-Kubitza almost 12 years ago
Makefile | ||
---|---|---|
1 |
##### Configuration |
|
2 |
|
|
3 |
remote_host ?= jupiter |
|
4 |
remote_basepath ?= /data/dev/aaronmk/bien |
|
5 |
|
|
6 |
|
|
7 | 1 |
selfDir_NzrNZp := $(dir $(lastword $(MAKEFILE_LIST))) |
8 | 2 |
root := $(selfDir_NzrNZp).. |
9 | 3 |
include $(root)/lib/common.Makefile |
Also available in: Unified diff
lib/common.Makefile: remote server: Use jupiter instead of vegbiendev, to ensure that all files get uploaded there rather than only to vegbiendev. This involves adding an extra database import step to download the uploaded files from jupiter onto vegbiendev.