[arvados] updated: 2.7.0-5395-g9329bd8bc7

git repository hosting git at public.arvados.org
Wed Nov 29 20:49:02 UTC 2023


Summary of changes:
 build/run-library.sh                           | 2 ++
 doc/_includes/_install_ruby_and_bundler.liquid | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

       via  9329bd8bc74cdb4def31a0ced87a6013606db0a3 (commit)
       via  0777479b3490862b082304fa7fe554b6b762b3fb (commit)
      from  b4ebaa2edbd67c695ea23f89e74c946b7f4eb221 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 9329bd8bc74cdb4def31a0ced87a6013606db0a3
Author: Tom Clegg <tom at curii.com>
Date:   Wed Nov 29 15:27:59 2023 -0500

    20846: Remove ref to nonexistent Alma 7.
    
    Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at curii.com>

diff --git a/doc/_includes/_install_ruby_and_bundler.liquid b/doc/_includes/_install_ruby_and_bundler.liquid
index 67e56d5117..5d5bc9e9d7 100644
--- a/doc/_includes/_install_ruby_and_bundler.liquid
+++ b/doc/_includes/_install_ruby_and_bundler.liquid
@@ -40,7 +40,7 @@ We do not recommend using RVM unless the Ruby version provided by your OS distri
 
 h3. Install gpg and curl
 
-h4. Alma/CentOS/Red Hat 7
+h4. CentOS/Red Hat 7
 
 <pre>
 yum install gpg curl which findutils procps

commit 0777479b3490862b082304fa7fe554b6b762b3fb
Author: Tom Clegg <tom at curii.com>
Date:   Wed Nov 29 15:27:04 2023 -0500

    20846: Add package repo codenames for new distros.
    
    Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at curii.com>

diff --git a/build/run-library.sh b/build/run-library.sh
index 448f652c27..641dd7df32 100755
--- a/build/run-library.sh
+++ b/build/run-library.sh
@@ -431,8 +431,10 @@ test_package_presence() {
       declare -A dd
       dd[debian10]=buster
       dd[debian11]=bullseye
+      dd[debian12]=bookworm
       dd[ubuntu1804]=bionic
       dd[ubuntu2004]=focal
+      dd[ubuntu2204]=jammy
       D=${dd[$TARGET]}
       if [ ${pkgname:0:3} = "lib" ]; then
         repo_subdir=${pkgname:0:4}

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list