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

2001-06-19 Thread Simon Michael

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 )



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

2001-06-19 Thread Andy McKay

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 [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
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  -  [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 )



___
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 )



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

2001-06-19 Thread Morten W. Petersen

On Tue, 19 Jun 2001, Andy McKay wrote:

 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.

Cool.  And maybe some apt-get functionality?  Like 'zope-apt-get
dist-upgrade'?  :-)

Cheers,

Morten


___
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 )



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

2001-06-19 Thread Andy McKay

Yeah sure :) Lets get products and zexp's working first :)

Cheers.
--
  Andy McKay.


- Original Message -
From: Morten W. Petersen [EMAIL PROTECTED]
To: Andy McKay [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]; Simon Michael [EMAIL PROTECTED]
Sent: Tuesday, June 19, 2001 11:13 AM
Subject: Re: [Zope-dev] command-line zope.org product upload ?


 On Tue, 19 Jun 2001, Andy McKay wrote:

  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.

 Cool.  And maybe some apt-get functionality?  Like 'zope-apt-get
 dist-upgrade'?  :-)

 Cheers,

 Morten


 ___
 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 )



___
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 )