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! :)

_______________________________________________
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )

Reply via email to