chicken-janitors
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-janitors] #399: The retrieve option for chicken-install doesn't


From: Chicken Trac
Subject: [Chicken-janitors] #399: The retrieve option for chicken-install doesn't work for local transport
Date: Sat, 25 Sep 2010 01:45:18 -0000

#399: The retrieve option for chicken-install doesn't work for local transport
---------------------------------------------------------+------------------
 Reporter:  mario                                        |       Owner:       
     Type:  defect                                       |      Status:  new  
 Priority:  minor                                        |   Milestone:  4.7.0
Component:  core tools                                   |     Version:  4.6.x
 Keywords:  chicken-install, retrieve, transport, local  |  
---------------------------------------------------------+------------------
 Example:

 {{{
 $ chicken-install -r -t local -l /home/mario/src/chicken-eggs/release/4
 html-utils
 retrieving ...

 Warning: destination for transport `local' ignored
  html-utils located at /home/mario/src/chicken-eggs/release/4/html-
 utils/tags/0.6
 }}}

 This command doesn't actually retrieve the egg code, although

 {{{
 $ chicken-install -r -t svn -l https://code.call-cc.org/svn/chicken-
 eggs/release/4 html-utils
 }}}

 and

 {{{
 $ chicken-install -r -t http -l http://code.call-cc.org/cgi-
 bin/henrietta.cgi html-utils
 }}}

 do.

-- 
Ticket URL: <http://bugs.call-cc.org/ticket/399>
Chicken Scheme <http://www.call-with-current-continuation.org/>
Chicken Scheme is a compiler for the Scheme programming language.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]