Skip to content

Commit

Permalink
Revert all debug dumps added for debugging rsync upload.
Browse files Browse the repository at this point in the history
  • Loading branch information
bravegnu committed Apr 21, 2015
1 parent 3a8a15b commit d86e969
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@ env:
secure: jlTIIPdACmZlRUvlT1DMGJjT2cFN0KdS88x7PBNryPzpwlT4Kk45UFhpipnxO4fNIk0c5mjwKBuiXWPDonzSRDjN+IhnL6a68dJ0rWwWcPgmGKLj5ofeunyLFidPm3ZE93cn01nkfeLU+1727Rg58RKsKFdVd2M2UrMFRE3pkXg=
after_success:
- echo -e "Host chennaipy.org\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
- /sbin/ifconfig -a
- 'test "${TRAVIS_PULL_REQUEST}" = "false" -a "${TRAVIS_BRANCH}" = "master" && make rsync_noninteractive_upload || false'
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ rsync_upload: publish
rsync -e "ssh -p $(SSH_PORT)" -P -rvzc --delete $(OUTPUTDIR)/ $(SSH_USER)@$(SSH_HOST):$(SSH_TARGET_DIR) --cvs-exclude

rsync_noninteractive_upload: publish
-rsync -e "sshpass -e ssh -vv -o StrictHostKeyChecking=no -p $(SSH_PORT)" -P -rvzc --delete $(OUTPUTDIR)/ $(SSH_USER)@$(SSH_HOST):$(SSH_TARGET_DIR) --cvs-exclude
rsync -e "sshpass -e ssh -vv -p $(SSH_PORT)" -P -rvzc --delete $(OUTPUTDIR)/ $(SSH_USER)@$(SSH_HOST):$(SSH_TARGET_DIR) --cvs-exclude
-rsync -e "sshpass -e ssh -p $(SSH_PORT)" -P -rvzc --delete $(OUTPUTDIR)/ $(SSH_USER)@$(SSH_HOST):$(SSH_TARGET_DIR) --cvs-exclude
rsync -e "sshpass -e ssh -p $(SSH_PORT)" -P -rvzc --delete $(OUTPUTDIR)/ $(SSH_USER)@$(SSH_HOST):$(SSH_TARGET_DIR) --cvs-exclude

dropbox_upload: publish
cp -r $(OUTPUTDIR)/* $(DROPBOX_DIR)
Expand Down

0 comments on commit d86e969

Please sign in to comment.