-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
(Probably) unnecessary branches in several modules #45241
Comments
@mbolivar-nordic I cleaned up |
Pinging individual module maintainers to please take a look at the above and fix their modules by removing any unnecessary branches.
|
hal_rpi_pico is clean |
liblc3codec is clean |
|
lz4 is clean |
@mbolivar-nordic The |
@nashif the up2 branch in the TraceRecorderSource repo was created by you, does it fill any purpose or can it be deleted? |
@microbuilder Is there a separate "upstream" repository for the If the latter, I suppose we have no option but to leave the branch as-is since it is a special case (we usually have separate upstream repos). |
@stephanosio This is the 'home' repo for zsclib. |
hal_nxp cleaned up |
Thanks to everyone who's updated so far! Pinging the maintainers for modules which are still TODO:
|
Sorry, this should have been a ping to @nashif given this comment: |
tf-m and psa-arch-test cleanup complete |
I've cleaned up the branches in mcuboot. |
This issue has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this issue will automatically be closed in 14 days. Note, that you can always re-open a closed issue at any time. |
? |
This issue has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this issue will automatically be closed in 14 days. Note, that you can always re-open a closed issue at any time. |
This issue has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this issue will automatically be closed in 14 days. Note, that you can always re-open a closed issue at any time. |
This issue has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this issue will automatically be closed in 14 days. Note, that you can always re-open a closed issue at any time. |
This issue has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this issue will automatically be closed in 14 days. Note, that you can always re-open a closed issue at any time. |
This issue has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this issue will automatically be closed in 14 days. Note, that you can always re-open a closed issue at any time. |
This issue has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this issue will automatically be closed in 14 days. Note, that you can always re-open a closed issue at any time. |
Describe the bug
Several modules in the upstream west.yml file point to forks that have what look like unnecessary branches.
Each unnecessary branch:
west update
will fetch all remote branches by default (i.e. unlesswest update --narrow
is used)west update
output for users, who see a line printed for each unnecessary branch:To Reproduce
Expected behavior
No branches should be present in the zephyrproject-rtos GitHub organization's fork of a module repository unless the branch contains commits that are actually needed by some west.yml file in zephyr's history. (So keeping 'zephyr' and 'v1.14-branch' branches is OK, but topic branches are not OK.)
Impact
Annoyance
Logs and console output
Here is a list of modules and branches that seem probably unnecessary to me.
civetweb:
hal_espressif:
hal_nordic:
hal_nxp:
hal_rpi_pico:
hal_xtensa:
liblc3codec:
lz4:
mbedtls:
mcuboot:
nanopb:
tinycbor:
TraceRecorderSource:
trusted-firmware-m:
psa-arch-tests:
zscilib:
The text was updated successfully, but these errors were encountered: