Hi PGNet Dev, On 19/05/2020 16:22, PGNet Dev wrote: > On 5/19/20 7:10 AM, Wouter Wijngaards wrote: >> Hi PGNet Dev, >> >> On 19/05/2020 16:04, PGNet Dev wrote: >>> On 5/19/20 1:03 AM, Wouter Wijngaards via Unbound-users wrote: >>>> Hi, >>>> >>>> Unbound 1.10.1 is available: >>> >>> pls tag "1.10.1" @ git, as well >>> >>> atm, N/A ... >>> >> >> What is the problem you refer to? The git tag is "release-1.10.1". >> https://github.com/NLnetLabs/unbound/releases/tag/release-1.10.1 > > hm. here, > > rm -rf unbound-git > git clone https://github.com/NLnetLabs/unbound unbound-git > cd unbound-git > git tag -l | grep release-1.1[0-9] > release-1.10.0 > release-1.10.0rc1 > release-1.10.0rc2 > > i'll grab the tarball for now ...
That works too. `git pull --tags` pulls in the tag references for me that are not locally available yet. Best regards, Wouter >
