And googlecode_upload works for google (although I hacked my copy to use the password... it should just fetch it from the local subversion data, anyway.
My local script looks like: $ cat upload.sh VERSION=$1 RELEASE=$2 PROJECT=yourProjectNameGoesHere ACCOUNT="your google account goes here" function upload() { ~/bin/googlecode_upload.py -s "$1" -p $PROJECT -u $ACCOUNT $2 } cd /tmp if test -f $PROJECT-$VERSION.tar.gz ; then upload "Source of $VERSION" $PROJECT-$VERSION.tar.gz gpg --yes -b -a elmdentica-$VERSION.tar.gz upload "Digital signature of source of $VERSION" $PROJECT-$VERSION.tar.gz.asc else echo source not found fi echo ${PROJECT}_$VERSION-${RELEASE}_armv4t.ipk if test -f ${PROJECT}_$VERSION-${RELEASE}_armv4t.ipk ; then upload "Om2009 Package of $VERSION" ${PROJECT}_$VERSION-${RELEASE}_armv4t.ipk gpg --yes -b -a ${PROJECT}_$VERSION-${RELEASE}_armv4t.ipk upload "Digital signature of package of $VERSION" ${PROJECT}_$VERSION-${RELEASE}_armv4t.ipk.asc else echo package not found fi On Thu, Jul 09, 2009 at 01:28:48AM +0200, Marcel wrote: > You mean on opkg.org, right? Going to take a look at it... Seems like I > need to get into HTTP from what I see in googlecode_upload.py *g* > > Am Donnerstag, 9. Juli 2009 01:22:12 schrieb Rui Miguel Silva Seabra: > > Can you write something that would automate the process of uploading > > info about a new package? That would be awesome. > > > > I'm trying to use > > http://pyglet.googlecode.com/svn/trunk/tools/upload/googlecode_upload.p > >y in order to automate releasing software into google code. > > > > On Thu, Jul 09, 2009 at 01:12:58AM +0200, Marcel wrote: > > > May I help you somehow? :) > > > > > > Am Donnerstag, 9. Juli 2009 01:05:15 schrieb Rui Miguel Silva Seabra: > > > > I've been trying to do just that, but it means lots of things to do > > > > :) > > > > > > > > On Thu, Jul 09, 2009 at 12:55:48AM +0200, Marcel wrote: > > > > > What comes to my mind seeing the google code link there: > > > > > Please, everyone who writes code out there: Put your packages up > > > > > on opkg.org so that people like me get new versions of your > > > > > software when you release them. > > > > > This way here each and every package gets downloaded separately > > > > > from gcode or somewhere else and we have to check manually for > > > > > updates (which at least I don't have time and motivation to do). > > > > > > > > > > -- > > > > > Marcel > > > > > > > > > > Am Donnerstag, 9. Juli 2009 00:44:35 schrieb Valery Febvre: > > > > > > Hello, > > > > > > > > > > > > Neote 0.2.0 was released. > > > > > > > > > > > > Changes: > > > > > > * Added "Search" through notes > > > > > > > > > > > > Package: > > > > > > http://neote.googlecode.com/files/neote_0.2.0-r0_all.ipk > > > > > > > ===================================================================== > > > > > > > >== > > > > > > > > > > >= > > > > > > > > > > > > Neote is a note taking application. > > > > > > > > > > > > Its interface aims to be easy and finger friendly. > > > > > > It's written in Python/Elementary and uses SQLite for storing > > > > > > data. Notes can be organized using custom categories that you > > > > > > can add, rename and delete at any time. > > > > > > > > > > > > It should run on any system with a revision of > > > > > > python-elementary equal or greater to 40756. > > > > > > I think that SHR-unstable is the only candidate. > > > > > > > > > > > > Homepage: http://code.google.com/p/neote/ > > > > > > > > > > > > Screenshots: http://code.google.com/p/neote/wiki/Screenshots > > > > > > > > > > _______________________________________________ > > > > > Openmoko community mailing list > > > > > community@lists.openmoko.org > > > > > http://lists.openmoko.org/mailman/listinfo/community > > > > > > _______________________________________________ > > > Openmoko community mailing list > > > community@lists.openmoko.org > > > http://lists.openmoko.org/mailman/listinfo/community > > > _______________________________________________ > Openmoko community mailing list > community@lists.openmoko.org > http://lists.openmoko.org/mailman/listinfo/community -- _______________________________________________ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community