Hi Tim, On Tue, Aug 04, 2020 at 06:14:41PM +0200, Tim Düsterhus wrote: > Willy, > > It appears that the SUBVERS file is broken for 2.2 snapshots: > > > [timwolla@/tmp]curl -fsSL > > 'http://www.haproxy.org/download/2.2/src/snapshot/haproxy-ss-LATEST.tar.gz' > > |tar -O -xvz --wildcards '*/SUBVERS' > > haproxy-ss-20200801/SUBVERS > > -$Format:%h$ > > It looks good for 2.1: > > > [timwolla@/tmp]curl -fsSL > > 'http://www.haproxy.org/download/2.1/src/snapshot/haproxy-ss-LATEST.tar.gz' > > |tar -O -xvz --wildcards '*/SUBVERS' > > haproxy-ss-20200801/SUBVERS > > -3a5bfcc > >
That's rather strange. I'm still comparing the two repos, they look exactly similar. Ah found it! We don't just need the "atttributes" file but also the info/attributes one. I don't remember which one is used when. I'm going to update my release check list. We're tackling one release bug at a time for each release, hopefully 2.3 will be perfect! Thanks! Willy

