Fossil SCM

Update docker build to use fedora 29 (was: 28). changelog update.

jan.nijtmans 2019-05-16 08:49 trunk
Commit d60669c5647622388826e2a46fa522d111cbf04f3c02bef76cfc7d9099983b24
2 files changed +1 -1 +1 -1
+1 -1
--- Dockerfile
+++ Dockerfile
@@ -1,9 +1,9 @@
11
###
22
# Dockerfile for Fossil
33
###
4
-FROM fedora:28
4
+FROM fedora:29
55
66
### Now install some additional parts we will need for the build
77
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
88
99
### If you want to build "trunk", change the next line accordingly.
1010
--- 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
--- www/changes.wiki
+++ www/changes.wiki
@@ -17,11 +17,11 @@
1717
check-in and the directory containing the file is empty after the
1818
file is removed and the directory is not the current working
1919
directory and is not on the [/help?cmd=empty-dirs|empty-dirs]
2020
list, then also remove the directory.
2121
* 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.
2323
* In "[/help?cmd=regexp|fossil regexp]", "[/help?cmd=grep|fossil grep]"
2424
and the TH1 "regexp" command, the -nocase option now removes multiple
2525
diacritics from the same character (derived from SQLite's
2626
remove_diacritics=2)
2727
* Added the [/help?cmd=/secureraw|/secureraw] page that requires the
2828
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button