| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Reviewers: Craig Silverstein
|
| |
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
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).
|