Attention is currently required from: laforge, neels, osmith, pespin.
1 comment:
Patchset:
but also neighbor_ident.vty is present in https://obs.osmocom.org/package/show/osmocom:master/osmo-msc even though it is missing from Makefile.am's EXTRA_DIST
Not sure about OBS, but I don't see this file in the latest release tarball:
```
$ wget https://downloads.osmocom.org/releases/osmo-msc/osmo-msc-1.11.1.tar.bz2
$ tar -tvf osmo-msc-1.11.1.tar.bz2 | grep neighbor_ident
-rw-r--r-- 1000/1000 2034 2023-09-29 12:19 osmo-msc-1.11.1/include/osmocom/msc/neighbor_ident.h
-rw-r--r-- 1000/1000 5080 2023-09-29 12:19 osmo-msc-1.11.1/src/libmsc/neighbor_ident.c
-rw-r--r-- 1000/1000 12514 2023-09-29 12:19 osmo-msc-1.11.1/src/libmsc/neighbor_ident_vty.c
```
Could it be that the OBS builds from `*.tar.xz` generated by `git-archive` (not by `make dist`)?
To view, visit change 35872. To unsubscribe, or for help writing mail filters, visit settings.