Skip to content

Commit

Permalink
Merge pull request #21 from sa2ajj/internal-ftp-address
Browse files Browse the repository at this point in the history
use internal address for uploading to ftp
  • Loading branch information
Mikhail Sobolev committed Feb 2, 2015
2 parents 50d383f + eb8c45f commit 6c807f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builders.py
Expand Up @@ -398,7 +398,7 @@ def mkbuildsfactory():
-b ${batchfile} \
-oPort=2200 \
-oIdentityFile=~/.ssh/ftp.key \
buildbot@ftp.buildbot.net
buildbot@ftp.int.buildbot.net
rv=$?
rm ${batchfile} ${readme} ${version}
Expand Down

0 comments on commit 6c807f8

Please sign in to comment.