Ahmad Fatoum

Results 60 comments of Ahmad Fatoum
trafficstars

> @a3f are you sure this is not your devices timing out? If you don't see any errors and cancel is called that is because the controller could not connect...

@Vudentz Sorry, got sidetracked. I'll look into it tomorrow.

I updated to v6.3-rc5 now and did more testing: Without your latest fix, with your fix and alternatively with my hacky revert. The good news is that your latest fix...

@Vudentz Did you have time to look into this? Anything else I can provide?

In the meantime, I have added an intermediary recipe that does basically: ``` OTHERMACHINE_DEPLOYDIR= "../../../../tmp_mc-othermachine/deploy/images/othermachine" do_deploy[mcdepends] += "mc::othermachine:originalrecipe:do_deploy do_deploy () { cd ${DEPLOY_DIR_IMAGE} ln -sf ${OTHERMACHINE_DEPLOYDIR}/artifact-othermachine $ ${DEPLOYDIR}/ } ```...

Sorry, didn't find the time to address the feedback. As I don't currently use it, I'll close till there's renewed interest.

This would resolve #1009, but @jluebbe had [concerns about this ](https://github.com/rauc/rauc/issues/1009#issuecomment-1643503104): > As mentioned in [#1009 (comment)](https://github.com/rauc/rauc/issues/1009#issuecomment-1327260133), we don't want to add more broad matches here. The easy fix is...

Implementation at https://github.com/labgrid-project/labgrid/pull/1219.

With #1219 merged, this can be closed, can't it?

The case-insensitive regexes are only used for error recovery and if they don't match, they would just bubble up the error. The only hard requirement is the `Mounted %s at...