summaryrefslogtreecommitdiff
path: root/packaging/googlecode_upload.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix wrong description for uploaded distcc-<version>.tar{.gz,.bz2} files.fergus.henderson2008-06-241-1/+5
| | | | Reviewers: Craig Silverstein
* Fix some bugs in the googlecode-upload script, and modify the uploadCraig Silverstein2008-04-191-7/+8
| | | | | | | | | | | target in the Makefile to call it. Also added googlecode_upload.py to the dist tarball. Also update the version number to prerelease2. As part of testing this change, I actually uploaded the tarballs and rpm files to code.google.com. Reviewed by fergus@google.com
* Add distcc-specific code to googlecode_upload. This allows us toCraig Silverstein2008-04-181-28/+139
| | | | | | | | | | | | | | | | | upload all the package files we create in one fell swoop (they must be specified on the commandline). We figure out the summary to give to each file and the label to apply, and then upload each in turn. I've also turned off the feature to figure out the name and password directly from the local svn repository, because that feature is broken (alas), with the current python-subversion bindings. Instead, I prompt for them, but at least it's only once per upload as opposed to once per file! Not yet tested (will do so when I add to the Makefile to actually use it). Reviewed by fergus@google.com
* Add googlecode_upload.py, a script to help upload tarballs and packageCraig Silverstein2008-04-181-0/+312
files to the Google Code location of distcc. This is the version as downloaded from the web, at http://support.googlecode.com/svn-history/r57/trunk/scripts/googlecode_upload.py After this pristine version is checked in, we'll hack on it to add some distcc-specific features (multiple uploads, etc). We'll also add it to the Makefile at that time, both to use ('make upload') and as part of the distribution (hey, why not).