Check-in [d5f6a272e9]
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
SHA1 Hash:d5f6a272e91f312a3823c8af7e66c93a0905e306
Date: 2010-03-18 14:28:36
User: drh
Comment:Update the script that builds the download page.
Tags And Properties
Changes

Changes to www/mkdownload.tcl

25 Click on links below to download prebuilt binaries and source tarballs for 25 Click on links below to download prebuilt binaries and source tarballs for 26 recent versions of <a href="/fossil">Fossil</a>. 26 recent versions of <a href="/fossil">Fossil</a>. 27 The historical source code is also available in the 27 The historical source code is also available in the 28 <a href="/fossil/doc/tip/www/selfhost.wiki">self-hosting 28 <a href="/fossil/doc/tip/www/selfhost.wiki">self-hosting 29 Fossil repositories</a>. 29 Fossil repositories</a>. 30 </p> 30 </p> 31 31 > 32 <p> > 33 <u>Important Note:</u> > 34 After upgrading to a newer version of fossil, it is always a good idea > 35 to run: > 36 <blockquote><pre> > 37 <b><big><tt>fossil all rebuild</tt></big></b> > 38 </pre></blockquote> > 39 Running "rebuild" this way is not always necessary, but it never hurts. > 40 </p> > 41 32 <table cellpadding="10"> 42 <table cellpadding="10"> 33 } 43 } 34 44 35 # Find all all unique timestamps. 45 # Find all all unique timestamps. 36 # 46 # 37 foreach file [glob -nocomplain download/fossil-*.zip] { 47 foreach file [glob -nocomplain download/fossil-*.zip] { 38 if {[regexp {(\d+).zip$} $file all datetime] 48 if {[regexp {(\d+).zip$} $file all datetime]