Project

General

Profile

« Previous | Next » 

Revision 7564

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.

View differences:

backups/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
lib/common.Makefile
1 1
##### Configuration
2 2

  
3
remote_host ?= vegbiendev
4 3
remote_user ?= $(USER)
5
remote_basepath ?= /home/bien/svn
4
remote_host ?= jupiter
5
remote_basepath ?= /data/dev/aaronmk/bien
6 6
test ?=
7 7

  
8 8
##### Vars/functions
README.TXT
36 36
    On vegbiendev:
37 37
    Ensure there are no local modifications: svn st
38 38
    svn up
39
    make inputs/download
39 40
    For each newly-uploaded datasource above: make inputs/<datasrc>/reinstall
40 41
    Update the auxiliary schemas: make schemas/reinstall
41 42
        The public schema will be installed separately by the import process

Also available in: Unified diff