Fossil

Changes To Release Build How-To
Login

Changes to "Release Build How-To" between 2020-04-26 15:38:21 and 2020-05-19 18:01:06

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`