[Zope-dev] command-line zope.org product upload ?

Simon Michael simon@joyful.com
19 Jun 2001 10:46:02 -0700


If you have a recipe or script or ideas for this, I'd appreciate it. I
have a non-functional makefile recipe that currently looks like this -

echo id=$(PRODUCT)-$(VERSION).tgz\nfile=`cat releases/$(PRODUCT)-$(VERSION).tgz | \
  python -c "import sys,urllib; print urllib.quote_plus(sys.stdin.read())"` \
  | TERM=vt100 lynx -post_data -auth=$(USERZOPEORG):$(PASSZOPEORG) -term=vt100 \
  -dump http://zope.org/Members/simon/ZWiki/manage_addProduct/ZopeSite/Release_factory/Release_add \
  >.log

(Oh please! shoot me now! :)