Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bootstrap-configure doesn't work in ubuntu #122

Closed
woody-apple opened this issue Mar 26, 2020 · 0 comments · Fixed by #126
Closed

bootstrap-configure doesn't work in ubuntu #122

woody-apple opened this issue Mar 26, 2020 · 0 comments · Fixed by #126
Labels
bug Something isn't working
Milestone

Comments

@woody-apple
Copy link
Contributor

Problem

developer@17af346013fa:~/connectedhomeip$ ./bootstrap-configure
./bootstrap-configure: 42: ./bootstrap-configure: pushd: not found

Proposed Solution

bootstrap incorrectly uses #!/bin/sh at the top, but it's using a bash capability. Needs to be changed to !#/bin/bash

@woody-apple woody-apple added the bug Something isn't working label Mar 26, 2020
@rwalker-apple rwalker-apple self-assigned this Mar 26, 2020
@rwalker-apple rwalker-apple added this to the M3 milestone Mar 26, 2020
@rwalker-apple rwalker-apple removed their assignment Mar 26, 2020
@woody-apple woody-apple linked a pull request Mar 26, 2020 that will close this issue
mkardous-silabs referenced this issue in SiliconLabs/watt-sandbox Oct 6, 2022
Merge in WMN_TOOLS/matter from stopJUnit to silabs

Squashed commit of the following:

commit 241d2db693d33c44d0ee2602043ed49cbb6086c0
Author: Shadi Makdissi <Shadi.Makdissi@silabs.com>
Date:   Thu Sep 22 15:25:35 2022 -0400

    delete commented out script

commit c090fd9788361b03d2000a34204ca1644ed12b8f
Author: Shadi Makdissi <Shadi.Makdissi@silabs.com>
Date:   Thu Sep 22 11:20:37 2022 -0400

    stop running JUnit tests
nipatel-silabs pushed a commit to nipatel-silabs/connectedhomeip that referenced this issue Oct 19, 2022
Merge in WMN_TOOLS/matter from stopJUnit to silabs

Squashed commit of the following:

commit 241d2db693d33c44d0ee2602043ed49cbb6086c0
Author: Shadi Makdissi <Shadi.Makdissi@silabs.com>
Date:   Thu Sep 22 15:25:35 2022 -0400

    delete commented out script

commit c090fd9788361b03d2000a34204ca1644ed12b8f
Author: Shadi Makdissi <Shadi.Makdissi@silabs.com>
Date:   Thu Sep 22 11:20:37 2022 -0400

    stop running JUnit tests
mkardous-silabs referenced this issue in mkardous-silabs/connectedhomeip Oct 24, 2022
Merge in WMN_TOOLS/matter from stopJUnit to silabs

Squashed commit of the following:

commit 241d2db693d33c44d0ee2602043ed49cbb6086c0
Author: Shadi Makdissi <Shadi.Makdissi@silabs.com>
Date:   Thu Sep 22 15:25:35 2022 -0400

    delete commented out script

commit c090fd9788361b03d2000a34204ca1644ed12b8f
Author: Shadi Makdissi <Shadi.Makdissi@silabs.com>
Date:   Thu Sep 22 11:20:37 2022 -0400

    stop running JUnit tests
mkardous-silabs referenced this issue in mkardous-silabs/connectedhomeip Nov 2, 2022
Merge in WMN_TOOLS/matter from stopJUnit to silabs

Squashed commit of the following:

commit 241d2db693d33c44d0ee2602043ed49cbb6086c0
Author: Shadi Makdissi <Shadi.Makdissi@silabs.com>
Date:   Thu Sep 22 15:25:35 2022 -0400

    delete commented out script

commit c090fd9788361b03d2000a34204ca1644ed12b8f
Author: Shadi Makdissi <Shadi.Makdissi@silabs.com>
Date:   Thu Sep 22 11:20:37 2022 -0400

    stop running JUnit tests
cliffamzn added a commit to cliffamzn/connectedhomeip that referenced this issue Mar 8, 2023
Clicking connect in the tv-casting-app freezes the UI for a few seconds
because it tries to attempt the connection on the UI thread. This puts
it in an async thread so that the UI is not blocked while its trying to
establish that connection.

Tested by attempting the connection and verifying it wasn't paused and
still showed the right messages and connected successfully.
cliffamzn added a commit that referenced this issue Mar 10, 2023
Clicking connect in the tv-casting-app freezes the UI for a few seconds
because it tries to attempt the connection on the UI thread. This puts
it in an async thread so that the UI is not blocked while its trying to
establish that connection.

Tested by attempting the connection and verifying it wasn't paused and
still showed the right messages and connected successfully.
lecndav pushed a commit to lecndav/connectedhomeip that referenced this issue Mar 22, 2023
…ect-chip#25580)

Clicking connect in the tv-casting-app freezes the UI for a few seconds
because it tries to attempt the connection on the UI thread. This puts
it in an async thread so that the UI is not blocked while its trying to
establish that connection.

Tested by attempting the connection and verifying it wasn't paused and
still showed the right messages and connected successfully.
mwswartwout pushed a commit to mwswartwout/connectedhomeip that referenced this issue Mar 27, 2023
…ect-chip#25580)

Clicking connect in the tv-casting-app freezes the UI for a few seconds
because it tries to attempt the connection on the UI thread. This puts
it in an async thread so that the UI is not blocked while its trying to
establish that connection.

Tested by attempting the connection and verifying it wasn't paused and
still showed the right messages and connected successfully.
shgutte pushed a commit to shgutte/connectedhomeip that referenced this issue Oct 5, 2023
Merge in WMN_TOOLS/matter from stopJUnit to silabs

Squashed commit of the following:

commit 241d2db693d33c44d0ee2602043ed49cbb6086c0
Author: Shadi Makdissi <Shadi.Makdissi@silabs.com>
Date:   Thu Sep 22 15:25:35 2022 -0400

    delete commented out script

commit c090fd9788361b03d2000a34204ca1644ed12b8f
Author: Shadi Makdissi <Shadi.Makdissi@silabs.com>
Date:   Thu Sep 22 11:20:37 2022 -0400

    stop running JUnit tests
shgutte pushed a commit to shgutte/connectedhomeip that referenced this issue Jan 11, 2024
Merge in WMN_TOOLS/matter from stopJUnit to silabs

Squashed commit of the following:

commit 241d2db693d33c44d0ee2602043ed49cbb6086c0
Author: Shadi Makdissi <Shadi.Makdissi@silabs.com>
Date:   Thu Sep 22 15:25:35 2022 -0400

    delete commented out script

commit c090fd9788361b03d2000a34204ca1644ed12b8f
Author: Shadi Makdissi <Shadi.Makdissi@silabs.com>
Date:   Thu Sep 22 11:20:37 2022 -0400

    stop running JUnit tests
gvargas-csa added a commit to gvargas-csa/connectedhomeip that referenced this issue Feb 14, 2024
mergify bot pushed a commit that referenced this issue Feb 16, 2024
* chore(TC-DESC-2.1): modified step 1b comments as per verification step document

* chore(TL-LTIME-3.1): updated step 9 command and log as verification step

modifications as per verfication step document issue #122

* chore(TC-CNET-4.22): modifications for steps 1, 3, 5

modifications in logs for step 1, 3, 5 as verification step document
changes issue #125

* chore(TC-DRLK-2.1): modification for step 13a PICS

modification for step 13a (From DRLK.S.F0b && DRLK.S.A0015 to
DRLK.S.F0b && DRLK.S.A0016) as per test plan changes issue #128

* chore(TC-LCFG-2.1):modifications for PICS step 1a,3

In step 1a and 3 supportedLocales attribute PICS has to be updated
LCFG.S.A0001 instead LCFG.S.A0000 as per test plan issue #129

* chore(TC-APPLAUNCHER-3.x.1): modify commands

TC-APPLAUNCHER-3.7.1, TC-APPLAUNCHER-3.8.1 and TCAPPLAUNCHER-3.9.1
was updated as per verification step document (DUT as Client) issue #139

* Updates Test_TC_LWM_1_1.yaml

* Updates Test_TC_TCCM_1_1.yaml

* Updates Test_TC_LWM_1_1.yaml

* Updates  Test_TC_DISHM_1_1.yaml

* Updates Test_TC_DISHM_3_1.yaml

* Updates Test_TC_DISHM_3_3.yaml

* chore(TC-CONTENTLAUNCHER-10.4): update command and logs

command and logs has been updated as per verification step document
for all steps

* chore(TC-CONTENTLAUNCHER-10.6):update command

command has been updated as per verification step document

* Updates Test_TC_ICDM_3_4.yaml

* chore(TC-ALOGIN-12.2): update command in precondition

command has been updated in precondition as per verification
step document

* Updates Test_TC_CNET_4_9.yaml

* Updates Test_TC_CNET_4_10.yaml

* Updates Test_TC_CNET_4_11.yaml

* Adds NetworkIndex to response in CNET TCs (4.9, 4.10, 4.11)

* Updates Test_TC_TCCM_3_1.yaml

* Updates Test_TC_TCCM_3_3.yaml

* Updates Test_TC_LWM_3_1.yaml

* Updates Test_TC_LWM_3_3.yaml

* Updates Test_TC_OTCCM_1_1.yaml

* Updates Test_TC_OTCCM_2_1.yaml

* Updates Test_TC_S_3_1.yaml

* Restores TC-LWM-1.1

* Restores TC-TCCM-1.1

* Fix yaml formatting

* Fix restyle

* Fix restyle

* Fix restyle

* Removes (DEPONOFF) from pics ref

---------

Co-authored-by: raul-marquez-csa <rmarquez@csa-iot.org>
Co-authored-by: Raul Marquez <130402456+raul-marquez-csa@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants