On Tue, Dec 6, 2022 at 11:13 AM Ferruh Yigit <ferruh.yi...@amd.com> wrote: > On 12/5/2022 3:37 PM, Thomas Monjalon wrote: > > 05/12/2022 14:47, Akhil Goyal: > >> But adding a tag on same repo is more convenient from developer point of > >> view. > >> However, it is my personal view, others may differ. > > > > From developer point of view, you should use devtools/test-meson-builds.sh > > which does the "git clone" for you. > > > > This is what I have in ~/.config/dpdk/devel.config > > export DPDK_ABI_REF_DIR=$root/dpdk-build/abiref > > export DPDK_ABI_REF_VERSION=v22.11.1 > > > > Does it help to update 'test-meson-builds.sh' to use an environment > variable to select which repo to clone? > If so, I can send a patch for it.
I was wondering too... I would expect most maintainers have the stable repo in their config but it would not hurt to handle the case when they don't for others. +1 -- David Marchand