libremesh / lime-sdk

LibreMesh software development kit
http://libremesh.org/
GNU General Public License v3.0
50 stars 36 forks source link

Output error code 1 when downloading packages #12

Closed nicopace closed 6 years ago

nicopace commented 6 years ago

Expected behaviour

Error code 0 when running ./cooker -d ar71xx/generic

Actual behaviour

Error code 1. Output here: https://travis-ci.org/libremesh/lime-packages/builds/253444589#L623

p4u commented 6 years ago

Not sure why cooker returns 1 but on the output there is not any error.

nicopace commented 6 years ago

I'd it returns 0 it will comply wirh Unix standards... It's a feature... I can do it in the CI... Or a patch :) Will try a patch later

El 18 de julio de 2017 8:03:23 PM GMT+02:00, Pau notifications@github.com escribió:

Not sure why cooker returns 1 but on the output there is not any error.

-- You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub: https://github.com/libremesh/lime-sdk/issues/12#issuecomment-316146805

-- Enviado desde mi dispositivo Android con K-9 Mail. Por favor, disculpa mi brevedad.

ilario commented 6 years ago

The exit code is forced to zero unless when cooking, so for downloads is also forced to zero. I would call this solved and move discussion on #16.