# HG changeset patch # User wenzelm # Date 1705752090 -3600 # Node ID 4d82b743c5e1319693ba922ad378a5dc0a57e042 # Parent 8a25110626095d00e25490f1bc3f9d5b8fdce8bf more accurate Ubuntu versions; diff -r 8a2511062609 -r 4d82b743c5e1 src/Doc/System/Misc.thy --- a/src/Doc/System/Misc.thy Fri Jan 19 17:14:37 2024 +0100 +++ b/src/Doc/System/Misc.thy Sat Jan 20 13:01:30 2024 +0100 @@ -79,7 +79,7 @@ of \<^verbatim>\apt-get install\ within the underlying Linux distribution. Option \<^verbatim>\-P\ refers to high-level package collections: \<^verbatim>\X11\ or \<^verbatim>\latex\ as - provided by \<^verbatim>\isabelle docker_build\ (assuming Ubuntu 20.04 LTS). This + provided by \<^verbatim>\isabelle docker_build\ (assuming Ubuntu 22.04 LTS). This imposes extra weight on the resulting Docker images. Note that \<^verbatim>\X11\ will only provide remote X11 support according to the modest GUI quality standards of the late 1990-ies. diff -r 8a2511062609 -r 4d82b743c5e1 src/Doc/System/Phabricator.thy --- a/src/Doc/System/Phabricator.thy Fri Jan 19 17:14:37 2024 +0100 +++ b/src/Doc/System/Phabricator.thy Sat Jan 20 13:01:30 2024 +0100 @@ -234,7 +234,7 @@ @{verbatim [display] \ systemctl reload apache2\} \<^item> Install \<^verbatim>\certbot\ from \<^url>\https://certbot.eff.org\ following the - description for Apache and Ubuntu 20.04 on + description for Apache and Ubuntu 20 on \<^url>\https://certbot.eff.org/instructions?ws=apache&os=ubuntufocal\. Run \<^verbatim>\certbot\ interactively and let it operate on the domain \<^verbatim>\vcs.example.org\. @@ -391,7 +391,7 @@ text \ The @{tool_def phabricator_setup} tool installs a fresh Phabricator instance - on Ubuntu 20.04 LTS: + on Ubuntu 20.04 or 22.04 LTS: @{verbatim [display] \Usage: isabelle phabricator_setup [OPTIONS] Options are: diff -r 8a2511062609 -r 4d82b743c5e1 src/Pure/Tools/phabricator.scala --- a/src/Pure/Tools/phabricator.scala Fri Jan 19 17:14:37 2024 +0100 +++ b/src/Pure/Tools/phabricator.scala Sat Jan 20 13:01:30 2024 +0100 @@ -1,7 +1,7 @@ /* Title: Pure/Tools/phabricator.scala Author: Makarius -Support for Phabricator server, notably for Ubuntu 20.04 LTS. +Support for Phabricator server, notably for Ubuntu 20.04 or 22.04 LTS. See also: - https://www.phacility.com/phabricator