Hi, Ive been successfully finding other things to do other ZPM which is an attempt to make a package manager for Zope ala RPM, PPM etc. A command line interface to it would be cool. http://www.zope.org/Members/andym/ZPM Cheers. -- Andy McKay. ----- Original Message ----- From: "Simon Michael" <simon@joyful.com> To: <zope-dev@zope.org> Sent: Tuesday, June 19, 2001 10:46 AM Subject: [Zope-dev] command-line zope.org product upload ?
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_facto ry/Release_add \
.log
(Oh please! shoot me now! :)
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org 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 )