[SCM] Samba Shared Repository - branch master updated

Ralph Böhme slow at samba.org
Mon Mar 4 14:00:02 UTC 2019


The branch, master has been updated
       via  7798bc14fbd CI: don't use swap
      from  d1c2fe89073 libsmb: Make cli_posix_unlink/rmdir proper tevent_req/subreq pairs

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


- Log -----------------------------------------------------------------
commit 7798bc14fbdae3461eb30421923d53978b3f781d
Author: Ralph Boehme <slow at samba.org>
Date:   Sun Mar 3 22:09:26 2019 +0100

    CI: don't use swap
    
    Signed-off-by: Ralph Boehme <slow at samba.org>
    Reviewed-by: Andreas Schneider <asn at samba.org>
    
    Autobuild-User(master): Ralph Böhme <slow at samba.org>
    Autobuild-Date(master): Mon Mar  4 13:59:42 UTC 2019 on sn-devel-144

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

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


Changeset truncated at 500 lines:

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 702f43760f4..1e836c6f28d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -19,12 +19,6 @@ variables:
   before_script:
     - uname -a
     - lsb_release -a
-    - echo "Build starting (preparing swap)..."
-    - if [ $(df -m / --output=avail | tail -n1) -gt 10240 ]; then
-        sudo dd if=/dev/zero of=/samba-swap bs=1M count=6144;
-        sudo mkswap /samba-swap;
-        sudo swapon /samba-swap;
-      fi
     - mount
     - df -h
     - free -h


-- 
Samba Shared Repository



More information about the samba-cvs mailing list