Bil_K
1
Hi,
Is there an equivalent to the rubyforge release automation package,
http://codeforpeople.rubyforge.org
for code.google.com projects?
All I’ve found so far is an Ant task and huge Python script:
Google Code Archive - Long-term storage for Google Code Project Hosting.
Thanks,
Bil_K
2
Bil K. wrote:
Is there an equivalent to the rubyforge release automation package
for code.google.com projects?
All I’ve found so far is an Ant task and huge Python script:
Google Code Archive - Long-term storage for Google Code Project Hosting.
Update:
I tried the Python script,
http://support.googlecode.com/svn/trunk/scripts/googlecode_upload.py
but was met with,
File "/opt/local/lib/python2.5/httplib.py", line 1131, in connect
ssl = socket.ssl(sock, self.key_file, self.cert_file)
AttributeError: ‘module’ object has no attribute ‘ssl’
Back to the manual route for now…
Later,