Opened 16 years ago
Closed 16 years ago
#53 closed defect (fixed)
henrietta list operation does not work
Reported by: | Ivan Raikov | Owned by: | felix winkelmann |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | infrastructure | Version: | 4.0.x |
Keywords: | Cc: | ||
Estimated difficulty: |
Description
The henrietta argument parser is written in such a manner that only arguments of the form key=value are parsed. Consequently, commands such as list cannot be parsed unless they are accompanied by an equal sign.
Change History (3)
comment:1 Changed 16 years ago by
Owner: | set to felix winkelmann |
---|---|
Status: | new → assigned |
comment:2 Changed 16 years ago by
The "list" command didn't emit HTTP repsonse headers. I have fixed this in r15134 and asked Alaric for an update of the henrietta instance on kitten-technologies.
Note that this listing is just superficial, obtaining the proper directory and checking for a *.meta
file is done later, so disabled eggs (those without a *.meta
file) or empty directories have to be handled specially by salmonella.
comment:3 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
henrietta has been updated on kitten-technologies, thanks to Alaric.
That's right, but sending it simply
list=1
should be sufficient. As I understand it, the installed henrietta programs seem not to be up to date.I will update the henrietta on galinha and test it. If it works, I can inform Alaric to update the henrietta on kitten-technologies.