Skip to content

Commit

Permalink
Merge pull request #1 in PKG/samba from ~KPEASE/samba:debian/dvm6 to …
Browse files Browse the repository at this point in the history
…debian/dvm6

* commit '599330c189084237da68ae1d3df8b8a8a85514cd':
  REL-5004: Updating for +svt3 build
  REL-5004: Updating for +svt2 build
  REL-5004: Setting up 4.4.0rc4+svt1
  REL-5004: Setting up patch queue for dvm6
  REL-5004: Importing DVM6 patch queue
  REL-5004: Importing 4.4.0rc4
  Imported Upstream version 4.4.0rc4
  Cleaning out debian branch before import of 4.4.0rc4 upstream
  Imported Upstream version 4.3.6+dfsg
  • Loading branch information
Kevin Pease committed Mar 29, 2016
2 parents b8a4fdc + 599330c commit ef78136
Show file tree
Hide file tree
Showing 7,877 changed files with 3,235,079 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
1 change: 1 addition & 0 deletions .bzrignore
62 changes: 62 additions & 0 deletions .gitignore
@@ -0,0 +1,62 @@
bin/
st/
.waf*
.lock-wscript
*~
*.swp
tags
TAGS
GPATH
GRTAGS
GSYMS
GTAGS
cscope*.out
autom4te.cache
source3/.clang_complete
*.patch
*.pyc
semantic.cache
pidl/blib
pidl/cover_db
pidl/Makefile
pidl/pm_to_blib
pidl/MYMETA.yml
pidl/MYMETA.json
packaging/RHEL-CTDB/samba.spec
packaging/RHEL/samba.spec
packaging/RHEL/makerpms.sh
docs-xml/build/catalog.xml
docs-xml/*/images/*.eps
docs-xml/*/images/*.pdf
docs-xml/output
docs-xml/Samba3-ByExample/images/AccountingNetwork.png
docs-xml/Samba3-ByExample/images/Charity-Network.png
docs-xml/Samba3-ByExample/images/UNIX-Samba-and-LDAP.png
docs-xml/Samba3-ByExample/images/acct2net.png
docs-xml/Samba3-ByExample/images/ch7-dual-additive-LDAP-Ok.png
docs-xml/Samba3-ByExample/images/ch7-dual-additive-LDAP.png
docs-xml/Samba3-ByExample/images/ch7-fail-overLDAP.png
docs-xml/Samba3-ByExample/images/ch7-singleLDAP.png
docs-xml/Samba3-ByExample/images/ch8-migration.png
docs-xml/Samba3-ByExample/images/chap4-net.png
docs-xml/Samba3-ByExample/images/chap5-net.png
docs-xml/Samba3-ByExample/images/chap6-net.png
docs-xml/Samba3-ByExample/images/chap7-idresol.png
docs-xml/Samba3-ByExample/images/chap9-ADSDC.png
docs-xml/Samba3-ByExample/images/chap9-SambaDC.png
docs-xml/Samba3-HOWTO/images/access1.png
docs-xml/Samba3-HOWTO/images/browsing1.png
docs-xml/Samba3-HOWTO/images/cups1.png
docs-xml/Samba3-HOWTO/images/cups2.png
docs-xml/Samba3-HOWTO/images/domain.png
docs-xml/Samba3-HOWTO/images/idmap-gid2sid.png
docs-xml/Samba3-HOWTO/images/idmap-sid2gid.png
docs-xml/Samba3-HOWTO/images/idmap-sid2uid.png
docs-xml/Samba3-HOWTO/images/idmap-store-gid2sid.png
docs-xml/Samba3-HOWTO/images/idmap-uid2sid.png
docs-xml/Samba3-HOWTO/images/pdftoepsonusb.png
docs-xml/Samba3-HOWTO/images/pdftosocket.png
docs-xml/Samba3-HOWTO/images/trusts1.png
.testrepository
bin/.confcache/*/*
bin/.conf_check_*/*
4 changes: 4 additions & 0 deletions .testr.conf
@@ -0,0 +1,4 @@
[DEFAULT]
test_command=./buildtools/bin/waf testonly --filtered-subunit $IDOPTION $LISTOPT --with-selftest-prefix=$(mktemp -d)
test_id_option=--load-list $IDFILE
test_list_option=--list
31 changes: 31 additions & 0 deletions .travis.yml
@@ -0,0 +1,31 @@
language: c
dist: trusty

sudo: true

cache: ccache

# Everything except samba and ctdb (long tests)
env:
- TASK=samba-xc
- TASK=samba-ctdb
- TASK=samba-libs
- TASK=samba-static
- TASK=ldb
- TASK=tdb
- TASK=talloc
- TASK=replace
- TASK=tevent
- TASK=pidl

# Fail everything after the first job fails
matrix:
fast_finish: true

before_install:
- sudo apt-get update -qq
- sudo apt-get install --assume-yes screen git build-essential libacl1-dev libattr1-dev libblkid-dev libgnutls-dev libreadline-dev python-dev libpam0g-dev python-dnspython gdb pkg-config libpopt-dev libldap2-dev dnsutils libbsd-dev attr krb5-user docbook-xsl libcups2-dev acl bison debhelper docbook-xml docbook-xsl flex libaio-dev libbsd-dev libcap-dev libcups2-dev libncurses5-dev libpam0g-dev libpopt-dev libreadline-dev perl perl-modules libparse-yapp-perl pkg-config python-all-dev python-dnspython xsltproc zlib1g-dev autoconf

script:
- git fetch --unshallow
- ./script/autobuild.py --tail --testbase=/tmp $TASK

0 comments on commit ef78136

Please sign in to comment.