Commit 783c8384 authored by Yuanle Song's avatar Yuanle Song
Browse files

bugfix: 'make deploy' should upload ~/.ddclient-http

parent 44db1550
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@ zip:
	mkdir -p $(BUILD_DIR)
	git archive -o $(ZIP_FILE) --prefix=ddclient-http/ HEAD
deploy: zip
	scp ~/.ddclient-http shen:
	scp $(ZIP_FILE) shen:d/
	ssh shen unzip -o -d ~/fromsource/ ~/d/ddclient-http.zip
	ssh root@shen make -C ~/fromsource/ddclient-http/ install
+1 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@ Time-stamp: <2012-05-27>

* 
* v0.1.3dev
  - bugfix: 'make deploy' should upload ~/.ddclient-http
* v0.1.2
  - bugfix: run time dir changed to $HOME/.config/ddclient-http/
  - fix bug#177: only run dig once at most when it succeed.
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
CONFIG_FILE="$HOME/.ddclient-http"

VERSION="v0.1.1"
VERSION="v0.1.3dev"

# exit codes
GET_MYIP_FAILED=1