# HG changeset patch # User Jie Kang # Date 1485271310 18000 # Node ID 3465c28a7b2e4842f0415588b1cbb97e552f1964 # Parent 2be05d9e2aa9f75081b816b58cb42c81d6b5cf1c Remove unused files: Makefile, rsync-exclude diff -r 2be05d9e2aa9 -r 3465c28a7b2e Makefile --- a/Makefile Tue Jan 24 09:30:46 2017 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,27 +0,0 @@ -# -# This is just a deployment helper. To use, type "make deploy" or even just "make" -# You will get a permission error if you are not a member of the "icedtea" group -# on the server, or possibly if your account's shell does not permit the use of -# rsync, It is assumed that your current user has pubkey set up for accessing the -# server. -# -# If your local user is not the same as the remote user, "REMOTE_USER=myuser make" -# will help you out. -# - -# Files matching this pattern will *not* be synced in either direction. -EXCLUDE_FILE = rsync-exclude -RSYNC = rsync -REMOTE_SERVER = icedtea.classpath.org -REMOTE_PATH = /var/lib/thermostat-web -REMOTE_ARGS = --exclude-from=$(EXCLUDE_FILE) -arvz ./ - -ifndef REMOTE_USER - REMOTE_USER=$(USER) -endif - -all: deploy - -deploy: - $(RSYNC) $(REMOTE_ARGS) $(REMOTE_USER)@$(REMOTE_SERVER):$(REMOTE_PATH) - diff -r 2be05d9e2aa9 -r 3465c28a7b2e rsync-exclude --- a/rsync-exclude Tue Jan 24 09:30:46 2017 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,5 +0,0 @@ -# See man rsync for details on specifying patterns to exclude. -/Makefile -/rsync-exclude -/javadoc/ -/.hg/