1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
-
+
-
+
|
# Notes on how Fossil precompiled binaries are built and uploaded
# Notes on how Fossil deliverables are built and uploaded
## Download Page
* `fossil uv edit download.js`
* Edit the "releases" variable in the javascript
to add the new release number and title and various
hyperlinks. Perhaps also remove older releases.
* Remove obsolete build products: `fossil uv rm $FILETODELETE`
* Remove obsolete build products: `fossil uv rm --glob $PATTERN`
* `fossil uv sync`
## Linux
* Set up in-tree OpenSSL:
<ul>
<li> Download the OpenSSL tarball and unpack it into `compat/openssl`
|