Hi FR Team, On the building FR for Debian and Ubuntu page (https://wiki.freeradius.org/building/Debian%20and%20Ubuntu) the links to wget the zip packages are currently: wget https://github.com/FreeRADIUS/freeradius-server/archive/v3.0.15.zip This is incorrect. The archive zip file names match the tag names in Github, so this should read: wget https://github.com/FreeRADIUS/freeradius-server/archive/release_3_0_15.zip I'm happy to open a ticket or even make the change myself if you point me in the right direction. Cheers Kev/.
On Fri, 2018-06-08 at 23:29 +0100, email.me@kevp.com wrote:
The archive zip file names match the tag names in Github, so this should read:
wget https://github.com/FreeRADIUS/freeradius- server/archive/release_3_0_15.zip
Fixed, thanks. -- Matthew
I should have waited until I did a full build until I sent the email... As the other two lines are also incorrect! wget https://github.com/FreeRADIUS/freeradius-server/archive/v3.0.17.zip unzip v3.0.17.zip cd freeradius-server-3.0.17/ Should be: wget https://github.com/FreeRADIUS/freeradius-server/archive/release_3_0_17.zip unzip release_3_0_17.zip cd freeradius-server-release-3_0_17/ Cheers Kev/. -----Original Message----- From: Freeradius-Devel [mailto:freeradius-devel-bounces+email.me=kevp.com@lists.freeradius.org] On Behalf Of Matthew Newton Sent: 08 June 2018 23:38 To: FreeRadius developers mailing list <freeradius-devel@lists.freeradius.org> Subject: Re: Documentation feedback On Fri, 2018-06-08 at 23:29 +0100, email.me@kevp.com wrote:
The archive zip file names match the tag names in Github, so this should read:
wget https://github.com/FreeRADIUS/freeradius- server/archive/release_3_0_15.zip
Fixed, thanks. -- Matthew - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/devel.html
participants (2)
-
email.me@kevp.com -
Matthew Newton