dripton / Slugathon

Clone of the old Avalon Hill fantasy wargame Titan, using Python / PyGTK / Twisted
https://github.com/dripton/Slugathon/wiki
8 stars 2 forks source link

Fix automated upload of Windows exe file from Jenkins #166

Closed dripton closed 12 years ago

dripton commented 12 years ago

The script to upload the latest Windows exe file from Jenkins to Github's downloads area is putting the metadata on github, but the actual file contents aren't downloadable from S3.

dripton commented 12 years ago

It finally works as of adc8858c2144eed91b315208b59a7059c5d76bce

I couldn't get it working with requests. Ended up needing to install curl and libssl on the Windows build box. And disable certificate checks.