Fossil SCM
Update the script that builds the download page.
Commit
d5f6a272e91f312a3823c8af7e66c93a0905e306
Parent
73c24ae363ee1b2…
1 file changed
+11
-1
+11
-1
| --- www/mkdownload.tcl | ||
| +++ www/mkdownload.tcl | ||
| @@ -27,10 +27,20 @@ | ||
| 27 | 27 | The historical source code is also available in the |
| 28 | 28 | <a href="/fossil/doc/tip/www/selfhost.wiki">self-hosting |
| 29 | 29 | Fossil repositories</a>. |
| 30 | 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 | 42 | <table cellpadding="10"> |
| 33 | 43 | } |
| 34 | 44 | |
| 35 | 45 | # Find all all unique timestamps. |
| 36 | 46 | # |
| @@ -48,11 +58,11 @@ | ||
| 48 | 58 | append dt "[string range $datetime 6 7] " |
| 49 | 59 | append dt "[string range $datetime 8 9]:[string range $datetime 10 11]:" |
| 50 | 60 | append dt "[string range $datetime 12 13]" |
| 51 | 61 | set link [string map {{ } +} $dt] |
| 52 | 62 | set hr http://www.fossil-scm.org/fossil/timeline?c=$link&y=ci |
| 53 | - puts "<tr><td colspan=5 align=center><hr>" | |
| 63 | + puts "<tr><td colspan=5 align=center><hr>" | |
| 54 | 64 | puts "<b>Fossil snapshot as of <a href=\"$hr\">$dt</a><td width=30></b>" |
| 55 | 65 | puts "</td></tr>" |
| 56 | 66 | |
| 57 | 67 | foreach {prefix suffix img desc} { |
| 58 | 68 | fossil-linux-x86 zip linux.gif {Linux x86} |
| 59 | 69 |
| --- www/mkdownload.tcl | |
| +++ www/mkdownload.tcl | |
| @@ -27,10 +27,20 @@ | |
| 27 | The historical source code is also available in the |
| 28 | <a href="/fossil/doc/tip/www/selfhost.wiki">self-hosting |
| 29 | Fossil repositories</a>. |
| 30 | </p> |
| 31 | |
| 32 | <table cellpadding="10"> |
| 33 | } |
| 34 | |
| 35 | # Find all all unique timestamps. |
| 36 | # |
| @@ -48,11 +58,11 @@ | |
| 48 | append dt "[string range $datetime 6 7] " |
| 49 | append dt "[string range $datetime 8 9]:[string range $datetime 10 11]:" |
| 50 | append dt "[string range $datetime 12 13]" |
| 51 | set link [string map {{ } +} $dt] |
| 52 | set hr http://www.fossil-scm.org/fossil/timeline?c=$link&y=ci |
| 53 | puts "<tr><td colspan=5 align=center><hr>" |
| 54 | puts "<b>Fossil snapshot as of <a href=\"$hr\">$dt</a><td width=30></b>" |
| 55 | puts "</td></tr>" |
| 56 | |
| 57 | foreach {prefix suffix img desc} { |
| 58 | fossil-linux-x86 zip linux.gif {Linux x86} |
| 59 |
| --- www/mkdownload.tcl | |
| +++ www/mkdownload.tcl | |
| @@ -27,10 +27,20 @@ | |
| 27 | The historical source code is also available in the |
| 28 | <a href="/fossil/doc/tip/www/selfhost.wiki">self-hosting |
| 29 | Fossil repositories</a>. |
| 30 | </p> |
| 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 | |
| 42 | <table cellpadding="10"> |
| 43 | } |
| 44 | |
| 45 | # Find all all unique timestamps. |
| 46 | # |
| @@ -48,11 +58,11 @@ | |
| 58 | append dt "[string range $datetime 6 7] " |
| 59 | append dt "[string range $datetime 8 9]:[string range $datetime 10 11]:" |
| 60 | append dt "[string range $datetime 12 13]" |
| 61 | set link [string map {{ } +} $dt] |
| 62 | set hr http://www.fossil-scm.org/fossil/timeline?c=$link&y=ci |
| 63 | puts "<tr><td colspan=5 align=center><hr>" |
| 64 | puts "<b>Fossil snapshot as of <a href=\"$hr\">$dt</a><td width=30></b>" |
| 65 | puts "</td></tr>" |
| 66 | |
| 67 | foreach {prefix suffix img desc} { |
| 68 | fossil-linux-x86 zip linux.gif {Linux x86} |
| 69 |