Revision: 695
Author:
au...@google.com
Date: Mon Aug 4 14:36:43 2014 UTC
Log: Edited wiki page ScriptedUploads through web user interface.
http://code.google.com/p/support/source/detail?r=695
Modified:
/wiki/ScriptedUploads.wiki
=======================================
--- /wiki/ScriptedUploads.wiki Tue Mar 15 04:41:43 2011 UTC
+++ /wiki/ScriptedUploads.wiki Mon Aug 4 14:36:43 2014 UTC
@@ -1,34 +1,1 @@
-#summary How to do scripted uploads to your Google Code project
-=Scripted Uploads=
-
-Do I have to use my web browser to upload files? Nope, using a browser is
not the only way.
-
-We want to make it as easy as possible to upload files to your project, so
there are several ways to script uploads:
-
-== Python Script ==
-
-We've dropped a handy script called
[
http://support.googlecode.com/svn/trunk/scripts/googlecode_upload.py
googlecode_upload.py] into the Subversion repository for the Google Code
[
http://code.google.com/p/support Support Project]. Run
`googlecode-upload.py --help` for the details in how to use the script.
-
-== Ant Task ==
-
-Google Code user Jonathan Fuerth has graciously written an ant task to
script uploads to your project at Google Code. You can get it from (where
else?) the [
http://code.google.com/p/ant-googlecode/ ant-googlecode]
project on Google Code. The ant task is available from here:
http://ant-googlecode.googlecode.com/svn/trunk/
-
-== Working behind a proxy? ==
-
-If you are working behind a proxy, you may have to setup your environment
before you can use upload.py. For example:
-
-UNIX
-
-<pre>
-export http_proxy=http://proxy_host:proxy_port
-export https_proxy=http://proxy_host:proxy_port
-</pre>
-
-Windows
-
-<pre>
-set http_proxy=http://proxy_host:proxy_port
-set https_proxy=http://proxy_host:proxy_port
-</pre>
-
-_The content on this page created by Google is licensed under the
[
http://creativecommons.org/licenses/by/3.0/ Creative Commons Attribution
3.0 License]. User-generated content is not included in this license._
+Google Code no longer offers the ability to create project downloads. All
existing downloads in these projects will continue to be accessible for the
foreseeable future.