[SCM] Samba Shared Repository - branch master updated

Stefan Metzmacher metze at samba.org
Fri Apr 12 20:43:01 UTC 2019


The branch, master has been updated
       via  98521ce51c6 .gitlab-ci.yml: show the system state also as after_script
       via  664cd722966 .gitlab-ci.yml: print out /proc/swaps
       via  a6428d5f45f .gitlab-ci.yml: print out /etc/os-release
       via  24bc99e6998 .gitlab-ci.yml: remove before_script section of .private_template
      from  58314d71ea6 docs/vfs_ceph: describe new ACL behaviour

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


- Log -----------------------------------------------------------------
commit 98521ce51c64045ca651ed72440a3224648ce00e
Author: Stefan Metzmacher <metze at samba.org>
Date:   Wed Feb 27 14:23:48 2019 +0100

    .gitlab-ci.yml: show the system state also as after_script
    
    Signed-off-by: Stefan Metzmacher <metze at samba.org>
    Reviewed-by: Andreas Schneider <asn at samba.org>
    Reviewed-by: Ralph Boehme <slow at samba.org>
    
    Autobuild-User(master): Stefan Metzmacher <metze at samba.org>
    Autobuild-Date(master): Fri Apr 12 20:42:27 UTC 2019 on sn-devel-144

commit 664cd722966e949b02b3e0181a6e69743c5d546f
Author: Stefan Metzmacher <metze at samba.org>
Date:   Wed Feb 27 14:29:22 2019 +0100

    .gitlab-ci.yml: print out /proc/swaps
    
    Signed-off-by: Stefan Metzmacher <metze at samba.org>
    Reviewed-by: Andreas Schneider <asn at samba.org>
    Reviewed-by: Ralph Boehme <slow at samba.org>

commit a6428d5f45f4c77a8b3154ccccc117a9d67a7c79
Author: Stefan Metzmacher <metze at samba.org>
Date:   Mon Mar 25 13:54:40 2019 +0100

    .gitlab-ci.yml: print out /etc/os-release
    
    Signed-off-by: Stefan Metzmacher <metze at samba.org>
    Reviewed-by: Andreas Schneider <asn at samba.org>
    Reviewed-by: Ralph Boehme <slow at samba.org>

commit 24bc99e69984f7d926413f11ed5021422383c49e
Author: Stefan Metzmacher <metze at samba.org>
Date:   Wed Feb 27 14:22:52 2019 +0100

    .gitlab-ci.yml: remove before_script section of .private_template
    
    It's already inherited from .shared_template.
    
    Signed-off-by: Stefan Metzmacher <metze at samba.org>
    Reviewed-by: Andreas Schneider <asn at samba.org>
    Reviewed-by: Ralph Boehme <slow at samba.org>

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

Summary of changes:
 .gitlab-ci.yml | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)


Changeset truncated at 500 lines:

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fcd456f59af..2504cd46a23 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -19,8 +19,15 @@ variables:
   before_script:
     - uname -a
     - lsb_release -a
+    - cat /etc/os-release
     - mount
     - df -h
+    - cat /proc/swaps
+    - free -h
+  after_script:
+    - mount
+    - df -h
+    - cat /proc/swaps
     - free -h
   artifacts:
     expire_in: 1 week
@@ -119,12 +126,6 @@ samba-ad-dc-ntvfs:
   tags:
     - docker
     - private
-  before_script:
-    - uname -a
-    - lsb_release -a
-    - mount
-    - df -h
-    - free -h
   only:
     variables:
       # These jobs are only run if the gitlab repo has private runners available.


-- 
Samba Shared Repository



More information about the samba-cvs mailing list