Opened 13 years ago

Closed 13 years ago

Last modified 12 years ago

#683 closed defect (fixed)

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

Reported by: Mario Domenech Goulart Owned by: Christian Kellermann
Priority: major Milestone: 4.9.0
Component: core tools Version: 4.7.x
Keywords: chicken-install Cc:
Estimated difficulty:

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.

Attachments (1)

bug683.patch (1.0 KB) - added by Christian Kellermann 13 years ago.

Download all attachments as: .zip

Change History (7)

comment:1 Changed 13 years ago by felix winkelmann

Owner: set to felix winkelmann
Status: newassigned

comment:2 Changed 13 years ago by felix winkelmann

Owner: felix winkelmann deleted

comment:3 Changed 13 years ago by Christian Kellermann

Owner: set to Christian Kellermann

Changed 13 years ago by Christian Kellermann

Attachment: bug683.patch added

comment:4 Changed 13 years ago by Christian Kellermann

Status: assignedaccepted

proposed bug683.patch to chicken-hackers

comment:5 Changed 13 years ago by Christian Kellermann

Resolution: fixed
Status: acceptedclosed

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

comment:6 Changed 12 years ago by felix winkelmann

Milestone: 4.8.04.9.0

Milestone 4.8.0 deleted

Note: See TracTickets for help on using tickets.