Switch to port 80.

This commit is contained in:
Jon Ciesla 2012-09-28 16:38:29 -05:00
parent 5e13684e5d
commit 5ca2c7caf3

View file

@ -768,7 +768,7 @@ if __name__ == '__main__':
print "Making sure " + options.pkghost + " is available..." print "Making sure " + options.pkghost + " is available..."
try: try:
sshsock = socket.create_connection((options.pkghost, 22)) sshsock = socket.create_connection((options.pkghost, 80))
sshsock.close() sshsock.close()
except Exception, e: except Exception, e:
print options.pkghost + " unavailable." print options.pkghost + " unavailable."