# HG changeset patch # User Jie Kang # Date 1486134054 18000 # Node ID 08b4353e186a6e36beaf822db6a4ca36c80a6386 # Parent 75cc9213bf7676840aaa37cdb0749536561f65c4 Remove unused files: Makefile, rsync-exclude Merge from thermostat-website repository. Revision: 3465c28a7b2e http://icedtea.classpath.org/hg/thermostat-website/rev/3465c28a7b2e diff -r 75cc9213bf76 -r 08b4353e186a Makefile --- a/Makefile Fri Feb 03 09:59: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 75cc9213bf76 -r 08b4353e186a rsync-exclude --- a/rsync-exclude Fri Feb 03 09:59: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/