-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMakefile
31 lines (26 loc) · 1.01 KB
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#==============================================================#
# File : Makefile
# Desc : pgsty/pgsql-rpm repo shortcuts
# Ctime : 2024-07-28
# Mtime : 2024-07-28
# Path : Makefile
# Author : Ruohang Feng ([email protected])
# License : AGPLv3
#==============================================================#
DEVEL_PATH = sv:/data/image
###############################################################
# 2. Syncing #
###############################################################
# push/pull project to/from building host
push:
rsync -avc ./ $(DEVEL_PATH)/
pushd:
rsync -avc --delete ./ $(DEVEL_PATH)/
pull:
rsync -avc $(DEVEL_PATH)/ ./
pulld:
rsync -avc --delete $(DEVEL_PATH)/ ./
###############################################################
# Inventory #
###############################################################
.PHONY: push pushd pull pulld push7 push8 push9 push-el pushss