[SCM] Samba Shared Repository - branch master updated

Andreas Schneider asn at samba.org
Thu Apr 25 16:53:01 UTC 2019


The branch, master has been updated
       via  b50ca162733 gitlab-ci: Remove Ubuntu 14.04
      from  b1426d0657c gitlab-ci: Enable fedora29 and update generated dists

https://git.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit b50ca162733b097cd16d346525dde2e1fef2d656
Author: Andreas Schneider <asn at samba.org>
Date:   Thu Apr 25 08:05:56 2019 +0200

    gitlab-ci: Remove Ubuntu 14.04
    
    Ubuntu 14.04 a compiler which complains about valid C99 code and also it
    doesn't offer GnuTLS >= 3.2 which we require to move to GnuTLS.
    
    Signed-off-by: Andreas Schneider <asn at samba.org>
    Reviewed-by: Ralph Boehme <slow at samba.org>
    
    Autobuild-User(master): Andreas Schneider <asn at cryptomilk.org>
    Autobuild-Date(master): Thu Apr 25 16:52:57 UTC 2019 on sn-devel-184

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

Summary of changes:
 .gitlab-ci.yml           | 7 +------
 bootstrap/.gitlab-ci.yml | 2 +-
 bootstrap/sha1sum.txt    | 2 +-
 3 files changed, 3 insertions(+), 8 deletions(-)


Changeset truncated at 500 lines:

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 82d8859e30d..fbb1e173c06 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -19,7 +19,7 @@ variables:
   # Set this to the contents of bootstrap/sha1sum.txt
   # which is generated by bootstrap/template.py --render
   #
-  SAMBA_CI_CONTAINER_TAG: 735b9b509e6928bc71fe4442798e4fe110a98788
+  SAMBA_CI_CONTAINER_TAG: 14f5cb79a0fbeef9378506ecdc6881d8042736c9
   #
   # The following images are available
   # Please see the samba-o3 sections at the end of this file!
@@ -27,7 +27,6 @@ variables:
   #
   SAMBA_CI_CONTAINER_IMAGE_ubuntu1804: ${SAMBA_CI_CONTAINER_REGISTRY}/samba-ci-ubuntu1804:${SAMBA_CI_CONTAINER_TAG}
   SAMBA_CI_CONTAINER_IMAGE_ubuntu1604: ${SAMBA_CI_CONTAINER_REGISTRY}/samba-ci-ubuntu1604:${SAMBA_CI_CONTAINER_TAG}
-  SAMBA_CI_CONTAINER_IMAGE_ubuntu1404: ${SAMBA_CI_CONTAINER_REGISTRY}/samba-ci-ubuntu1404:${SAMBA_CI_CONTAINER_TAG}
   SAMBA_CI_CONTAINER_IMAGE_debian9: ${SAMBA_CI_CONTAINER_REGISTRY}/samba-ci-debian9:${SAMBA_CI_CONTAINER_TAG}
   SAMBA_CI_CONTAINER_IMAGE_opensuse150: ${SAMBA_CI_CONTAINER_REGISTRY}/samba-ci-opensuse150:${SAMBA_CI_CONTAINER_TAG}
   SAMBA_CI_CONTAINER_IMAGE_fedora29: ${SAMBA_CI_CONTAINER_REGISTRY}/samba-ci-fedora29:${SAMBA_CI_CONTAINER_TAG}
@@ -194,10 +193,6 @@ ubuntu1604-samba-o3:
   extends: .samba-o3-template
   image: $SAMBA_CI_CONTAINER_IMAGE_ubuntu1604
 
-ubuntu1404-samba-o3:
-  extends: .samba-o3-template
-  image: $SAMBA_CI_CONTAINER_IMAGE_ubuntu1404
-
 debian9-samba-o3:
   extends: .samba-o3-template
   image: $SAMBA_CI_CONTAINER_IMAGE_debian9
diff --git a/bootstrap/.gitlab-ci.yml b/bootstrap/.gitlab-ci.yml
index 515b6ac66db..ac255771953 100644
--- a/bootstrap/.gitlab-ci.yml
+++ b/bootstrap/.gitlab-ci.yml
@@ -89,7 +89,7 @@ ubuntu1604:
   extends: .build_image_template
 
 ubuntu1404:
-  extends: .build_image_template
+  extends: .build_image_template_force_broken
 
 debian9:
   extends: .build_image_template
diff --git a/bootstrap/sha1sum.txt b/bootstrap/sha1sum.txt
index 648f1cc9748..aa874cf24eb 100644
--- a/bootstrap/sha1sum.txt
+++ b/bootstrap/sha1sum.txt
@@ -1 +1 @@
-735b9b509e6928bc71fe4442798e4fe110a98788
+14f5cb79a0fbeef9378506ecdc6881d8042736c9


-- 
Samba Shared Repository



More information about the samba-cvs mailing list