Switch links from archive.m.o to archive.sm-p.o
Categories
(SeaMonkey :: Website, task)
Tracking
(Not tracked)
People
(Reporter: iannbugzilla, Assigned: iannbugzilla)
Details
Attachments
(1 file, 1 obsolete file)
|
884.18 KB,
patch
|
iannbugzilla
:
review+
|
Details | Diff | Splinter Review |
As we are migrating our storage off archive.mozilla.org, the links on the website need to be updated.
Mass replacement
Comment 2•2 years ago
|
||
Comment on attachment 9370552 [details] [diff] [review]
1872436-moz-to-sm.patch
Looks good
[% develbaseversion = '2.68' %]
I think we shoul drop the develbaseversion. It currently serves no purpose unless we want to add the 2.53b1 pre version which then would need constant updating too. I am for less tasks not more so not my cup of tea :)
Links need a trailing slash or things will go 404 bad as discussed:
+[% develdownloadbase = 'https://archive.seamonkey-project.org/nightly/comm-253-latest' %]
r+ with discussed fixes . We can put the version then in staging to check if additional changes are needed.
Remove develbaseversion and develversion and reference in seamonkey_versions.json
develdownloadbase and develdownloadlang don't seem to be used currently but I have added trailing slash just in case we want to use them in the future. Perhaps src/dev/nightly.en.html should use these?
Comment on attachment 9370652 [details] [diff] [review]
1872436-moz-to-sm-v1_1.patch [Checked in: comment 4]
Checked in:
https://foss.heptapod.net/seamonkey/website/-/commit/f4f5728d8f7da250010364fb950623ca4ff8d29b
https://gitlab.com/seamonkey-project/website/-/commit/b8149c1a4bc5cd1e58d7442a0f0379089f721f36
Description
•