[SCM] Samba Shared Repository - branch master updated

Andrew Bartlett abartlet at samba.org
Mon Aug 27 10:01:01 UTC 2018


The branch, master has been updated
       via  c833ec4 travis-ci: Add python3-crypto to package list
       via  9a3b647 autobuild: Fix -py3 support to look in tasks (the table with the tests) not tasknames (the requested list)
      from  05389bc autobuild: Allow automatic handling of autobuild tasks ending in -py3

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


- Log -----------------------------------------------------------------
commit c833ec4c9349eec1d71de9a1fc21fbbc60f00829
Author: Andrew Bartlett <abartlet at samba.org>
Date:   Mon Aug 27 13:34:56 2018 +1200

    travis-ci: Add python3-crypto to package list
    
    Signed-off-by: Andrew Bartlett <abartlet at samba.org>
    Reviewed-by: Gary Lockyer <gary at catalyst.net.nz>
    
    Autobuild-User(master): Andrew Bartlett <abartlet at samba.org>
    Autobuild-Date(master): Mon Aug 27 12:00:11 CEST 2018 on sn-devel-144

commit 9a3b64707f368f17df2d0a0b95627d076c96a273
Author: Andrew Bartlett <abartlet at samba.org>
Date:   Mon Aug 27 13:30:37 2018 +1200

    autobuild: Fix -py3 support to look in tasks (the table with the tests) not tasknames (the requested list)
    
    Signed-off-by: Andrew Bartlett <abartlet at samba.org>
    Reviewed-by: Gary Lockyer <gary at catalyst.net.nz>

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

Summary of changes:
 .travis.yml         | 2 +-
 script/autobuild.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/.travis.yml b/.travis.yml
index 98b86b7..e58b4a8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -32,7 +32,7 @@ matrix:
 
 before_install:
  - sudo apt-get update -qq
- - sudo apt-get install --assume-yes acl attr autoconf bind9utils bison build-essential ccache curl debhelper dnsutils docbook-xml docbook-xsl emacs24-nox flex gdb git htop jed krb5-user libacl1-dev libaio-dev libarchive-dev libattr1-dev libblkid-dev libbsd-dev libcap-dev libcups2-dev libgnutls-dev libgpgme11-dev libjansson-dev libjson-perl libldap2-dev liblmdb-dev/trusty-backports libncurses5-dev libpam0g-dev libparse-yapp-perl libpopt-dev libreadline-dev linux-tools-generic lmdb-utils/trusty-backports nettle-dev perl perl-modules pkg-config psmisc python3-dev python3-dnspython python3-gpgme python3-markdown python3-matplotlib python-all-dev python-crypto python-crypto python-dbg python-dev python-dnspython python-gpgme python-markdown python-novaclient python-pexpect rng-tools screen tshark xsltproc zlib1g-dev
+ - sudo apt-get install --assume-yes acl attr autoconf bind9utils bison build-essential ccache curl debhelper dnsutils docbook-xml docbook-xsl emacs24-nox flex gdb git htop jed krb5-user libacl1-dev libaio-dev libarchive-dev libattr1-dev libblkid-dev libbsd-dev libcap-dev libcups2-dev libgnutls-dev libgpgme11-dev libjansson-dev libjson-perl libldap2-dev liblmdb-dev/trusty-backports libncurses5-dev libpam0g-dev libparse-yapp-perl libpopt-dev libreadline-dev linux-tools-generic lmdb-utils/trusty-backports nettle-dev perl perl-modules pkg-config psmisc python3-crypto python3-dev python3-dnspython python3-gpgme python3-markdown python3-matplotlib python-all-dev python-crypto python-dbg python-dev python-dnspython python-gpgme python-markdown python-novaclient python-pexpect rng-tools screen tshark xsltproc zlib1g-dev
  - sudo apt-get install --assume-yes binutils-gold
  - sudo update-alternatives --install "/usr/bin/ld" "ld" "/usr/bin/ld.gold" 20
  - sudo update-alternatives --install "/usr/bin/ld" "ld" "/usr/bin/ld.bfd" 10
diff --git a/script/autobuild.py b/script/autobuild.py
index 5fac8d3..fcb4e4a 100755
--- a/script/autobuild.py
+++ b/script/autobuild.py
@@ -475,7 +475,7 @@ class buildlist(object):
             os.environ['AUTOBUILD_RANDOM_SLEEP_OVERRIDE'] = '1'
 
         for n in tasknames:
-            if n not in tasknames and n.endswith("-py3"):
+            if n not in tasks and n.endswith("-py3"):
                 b = builder(n,
                             tasks[n[:-4]],
                             cp=n is not "pidl",


-- 
Samba Shared Repository



More information about the samba-cvs mailing list