Fossil SCM
Update docker build to use fedora 29 (was: 28). changelog update.
Commit
d60669c5647622388826e2a46fa522d111cbf04f3c02bef76cfc7d9099983b24
Parent
e02ccb70d246525…
2 files changed
+1
-1
+1
-1
+1
-1
| --- Dockerfile | ||
| +++ Dockerfile | ||
| @@ -1,9 +1,9 @@ | ||
| 1 | 1 | ### |
| 2 | 2 | # Dockerfile for Fossil |
| 3 | 3 | ### |
| 4 | -FROM fedora:28 | |
| 4 | +FROM fedora:29 | |
| 5 | 5 | |
| 6 | 6 | ### Now install some additional parts we will need for the build |
| 7 | 7 | RUN dnf update -y && dnf install -y gcc make tcl tcl-devel zlib-devel openssl-devel tar && dnf clean all && groupadd -r fossil -g 433 && useradd -u 431 -r -g fossil -d /opt/fossil -s /sbin/nologin -c "Fossil user" fossil |
| 8 | 8 | |
| 9 | 9 | ### If you want to build "trunk", change the next line accordingly. |
| 10 | 10 |
| --- Dockerfile | |
| +++ Dockerfile | |
| @@ -1,9 +1,9 @@ | |
| 1 | ### |
| 2 | # Dockerfile for Fossil |
| 3 | ### |
| 4 | FROM fedora:28 |
| 5 | |
| 6 | ### Now install some additional parts we will need for the build |
| 7 | RUN dnf update -y && dnf install -y gcc make tcl tcl-devel zlib-devel openssl-devel tar && dnf clean all && groupadd -r fossil -g 433 && useradd -u 431 -r -g fossil -d /opt/fossil -s /sbin/nologin -c "Fossil user" fossil |
| 8 | |
| 9 | ### If you want to build "trunk", change the next line accordingly. |
| 10 |
| --- Dockerfile | |
| +++ Dockerfile | |
| @@ -1,9 +1,9 @@ | |
| 1 | ### |
| 2 | # Dockerfile for Fossil |
| 3 | ### |
| 4 | FROM fedora:29 |
| 5 | |
| 6 | ### Now install some additional parts we will need for the build |
| 7 | RUN dnf update -y && dnf install -y gcc make tcl tcl-devel zlib-devel openssl-devel tar && dnf clean all && groupadd -r fossil -g 433 && useradd -u 431 -r -g fossil -d /opt/fossil -s /sbin/nologin -c "Fossil user" fossil |
| 8 | |
| 9 | ### If you want to build "trunk", change the next line accordingly. |
| 10 |
+1
-1
| --- www/changes.wiki | ||
| +++ www/changes.wiki | ||
| @@ -17,11 +17,11 @@ | ||
| 17 | 17 | check-in and the directory containing the file is empty after the |
| 18 | 18 | file is removed and the directory is not the current working |
| 19 | 19 | directory and is not on the [/help?cmd=empty-dirs|empty-dirs] |
| 20 | 20 | list, then also remove the directory. |
| 21 | 21 | * Update internal Unicode character tables, used in regular expression |
| 22 | - handling, from version 11.0 to 12.0. | |
| 22 | + handling, from version 11.0 to 12.1. | |
| 23 | 23 | * In "[/help?cmd=regexp|fossil regexp]", "[/help?cmd=grep|fossil grep]" |
| 24 | 24 | and the TH1 "regexp" command, the -nocase option now removes multiple |
| 25 | 25 | diacritics from the same character (derived from SQLite's |
| 26 | 26 | remove_diacritics=2) |
| 27 | 27 | * Added the [/help?cmd=/secureraw|/secureraw] page that requires the |
| 28 | 28 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -17,11 +17,11 @@ | |
| 17 | check-in and the directory containing the file is empty after the |
| 18 | file is removed and the directory is not the current working |
| 19 | directory and is not on the [/help?cmd=empty-dirs|empty-dirs] |
| 20 | list, then also remove the directory. |
| 21 | * Update internal Unicode character tables, used in regular expression |
| 22 | handling, from version 11.0 to 12.0. |
| 23 | * In "[/help?cmd=regexp|fossil regexp]", "[/help?cmd=grep|fossil grep]" |
| 24 | and the TH1 "regexp" command, the -nocase option now removes multiple |
| 25 | diacritics from the same character (derived from SQLite's |
| 26 | remove_diacritics=2) |
| 27 | * Added the [/help?cmd=/secureraw|/secureraw] page that requires the |
| 28 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -17,11 +17,11 @@ | |
| 17 | check-in and the directory containing the file is empty after the |
| 18 | file is removed and the directory is not the current working |
| 19 | directory and is not on the [/help?cmd=empty-dirs|empty-dirs] |
| 20 | list, then also remove the directory. |
| 21 | * Update internal Unicode character tables, used in regular expression |
| 22 | handling, from version 11.0 to 12.1. |
| 23 | * In "[/help?cmd=regexp|fossil regexp]", "[/help?cmd=grep|fossil grep]" |
| 24 | and the TH1 "regexp" command, the -nocase option now removes multiple |
| 25 | diacritics from the same character (derived from SQLite's |
| 26 | remove_diacritics=2) |
| 27 | * Added the [/help?cmd=/secureraw|/secureraw] page that requires the |
| 28 |