Summary

chicken-install exits 0 when trying to install non existent eggs

Metadata

Attachments

Description

Here's an example:

 $ chicken-install foo
 retrieving ...
 connecting to host "chicken.kitten-technologies.co.uk", port 80 ...
 requesting "/henrietta.cgi?name=foo&mode=default" ...
 reading response ...
 HTTP/1.1 200 OK
 Date: Fri, 02 Sep 2011 23:39:18 GMT
 Server: Apache
 Connection: close
 Transfer-Encoding: chunked
 Content-Type: text/plain
 reading chunks .
 reading files ...
  foo located at /tmp/tempf0d3/foo
 
 Warning: extension `foo' has no .meta file - assuming it has no dependencies
 install order:
 ()
 
 $ echo $?
 0

I expect it to exit a non-zero value in this case.

Changes and comments

[2011-09-03 22:12:34 UTC] felix changed status from new to assigned

[2011-09-03 22:12:34 UTC] felix set owner to felix

[2011-09-17 14:59:25 UTC] felix removed owner felix

[2011-09-17 15:14:05 UTC] ckeen set owner to ckeen

[2011-09-22 23:49:40 UTC] ckeen attached bug683.patch (description=#f)

[2011-09-22 23:50:14 UTC] ckeen changed status from assigned to accepted

[2011-09-22 23:50:14 UTC] ckeen wrote:

proposed bug683.patch to chicken-hackers

[2011-09-23 09:08:25 UTC] ckeen changed status from accepted to closed

[2011-09-23 09:08:25 UTC] ckeen set resolution to fixed

[2011-09-23 09:08:25 UTC] ckeen wrote:

fixed in master with a slightly different patch (directory is used instead of find-files).

[2012-09-24 21:47:48 UTC] felix changed milestone from 4.8.0 to 4.9.0

[2012-09-24 21:47:48 UTC] felix wrote:

Milestone 4.8.0 deleted