Loading Makefile +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading changelog +1 −0 Original line number Diff line number Diff line Loading @@ -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. Loading src/bin/ddclient-http +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
Makefile +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
changelog +1 −0 Original line number Diff line number Diff line Loading @@ -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. Loading
src/bin/ddclient-http +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading