[Pkg-freeipa-devel] [Git][freeipa-team/freeipa][ci-test] 2 commits: add d/control

Timo Aaltonen gitlab at salsa.debian.org
Fri Feb 28 11:27:57 GMT 2020



Timo Aaltonen pushed to branch ci-test at FreeIPA packaging / freeipa


Commits:
827cd453 by Timo Aaltonen at 2020-02-28T13:26:19+02:00
add d/control

- - - - -
b436d607 by Timo Aaltonen at 2020-02-28T13:27:18+02:00
tests: Make failure an actual failure again, and dump only last 2000 lines on failure, also from ipaclient log.

- - - - -


3 changed files:

- − debian/.gitignore
- + debian/control
- debian/tests/server-install


Changes:

=====================================
debian/.gitignore deleted
=====================================
@@ -1 +0,0 @@
-control


=====================================
debian/control
=====================================
@@ -0,0 +1,193 @@
+Source: freeipa
+Section: net
+Priority: optional
+Maintainer: Debian FreeIPA Team <pkg-freeipa-devel at alioth-lists.debian.net>
+Uploaders: Timo Aaltonen <tjaalton at debian.org>
+Standards-Version: 4.4.0
+Vcs-Git: https://salsa.debian.org/freeipa-team/freeipa.git
+Vcs-Browser: https://salsa.debian.org/freeipa-team/freeipa
+Homepage: http://www.freeipa.org
+Build-Depends:
+ check,
+ debhelper (>= 12),
+ dh-python,
+ gettext,
+ krb5-user,
+ libcmocka-dev,
+ libini-config-dev,
+ libkrad-dev,
+ libkrb5-dev (>= 1.16),
+ libldap2-dev,
+ libnspr4-dev,
+ libnss3-dev,
+ libpopt-dev,
+ libsasl2-dev,
+ libssl-dev,
+ libtalloc-dev,
+ libxmlrpc-core-c3-dev (>= 1.33.06),
+ python3-all-dev,
+ python3-cryptography,
+ python3-dbus,
+ python3-dnspython (>= 1.11.1),
+ python3-gssapi,
+ python3-jinja2,
+ python3-kdcproxy,
+ python3-ldap (>= 3.1),
+ python3-lesscpy,
+ python3-libipa-hbac,
+ python3-libsss-nss-idmap,
+ python3-lxml,
+ python3-netaddr,
+ python3-netifaces (>= 0.10.4),
+ python3-nose,
+ python3-nss (>= 0.16.0),
+ python3-polib,
+ python3-pyasn1,
+ python3-qrcode (>= 5.0.0),
+ python3-setuptools,
+ python3-six,
+ python3-sss (>= 1.14.0),
+ python3-usb (>= 1.0.0~b2),
+ python3-yubico,
+ systemd,
+ uuid-dev,
+
+Package: freeipa-admintools
+Architecture: any
+Depends: ${misc:Depends},
+Description: transitional dummy package
+ This is a transitional dummy package, it can be safely removed.
+
+Package: freeipa-common
+Architecture: all
+Depends:
+ ${misc:Depends},
+Description: FreeIPA centralized identity framework -- common files
+ FreeIPA is an integrated solution to provide centrally managed Identity
+ (machine, user, virtual machines, groups, authentication credentials), Policy
+ (configuration settings, access control information) and Audit (events,
+ logs, analysis thereof).
+ .
+ This package includes common files.
+
+Package: freeipa-client
+Architecture: any
+Depends:
+ bind9utils,
+ certmonger (>= 0.79.5-2),
+ curl,
+ dnsutils,
+ freeipa-common (= ${source:Version}),
+ krb5-user,
+ libnss3-tools,
+ libnss-sss,
+ libpam-sss,
+ libsasl2-modules-gssapi-mit,
+ libsss-sudo,
+ libxmlrpc-core-c3 (>= 1.16.33-3.1ubuntu5),
+ oddjob-mkhomedir,
+ python3-dnspython,
+ python3-ipaclient (= ${source:Version}),
+ python3-gssapi,
+ python3-ldap,
+ python3-sss,
+ sssd (>= 1.14.0),
+ ${misc:Depends},
+ ${python3:Depends},
+ ${shlibs:Depends}
+Recommends:
+ chrony,
+Suggests:
+ libpam-krb5,
+Breaks: freeipa-admintools (<< 4.6.3-2~)
+Replaces: freeipa-admintools (<< 4.6.3-2~)
+Provides: freeipa-admintools
+Description: FreeIPA centralized identity framework -- client
+ FreeIPA is an integrated solution to provide centrally managed Identity
+ (machine, user, virtual machines, groups, authentication credentials), Policy
+ (configuration settings, access control information) and Audit (events,
+ logs, analysis thereof).
+ .
+ This is the client package.
+
+Package: freeipa-client-samba
+Architecture: any
+Depends:
+ cifs-utils,
+ freeipa-client (= ${binary:Version}),
+ libwbclient-sssd,
+ python3-samba,
+ samba-common-bin,
+ smbclient,
+ tdb-tools,
+ winbind,
+ ${misc:Depends},
+ ${python3:Depends},
+Description: FreeIPA centralized identity framework -- Samba client
+ FreeIPA is an integrated solution to provide centrally managed Identity
+ (machine, user, virtual machines, groups, authentication credentials), Policy
+ (configuration settings, access control information) and Audit (events,
+ logs, analysis thereof).
+ .
+ This package provides command-line tools to deploy Samba domain member
+ on the machine enrolled into a FreeIPA environment.
+
+Package: python3-ipaclient
+Architecture: all
+Section: python
+Breaks: freeipa-client (<< 4.3.0-1)
+Replaces: freeipa-client (<< 4.3.0-1)
+Depends:
+ freeipa-common (= ${binary:Version}),
+ python3-augeas,
+ python3-dnspython,
+ python3-ipalib (>= ${source:Version}),
+ python3-jinja2,
+ ${misc:Depends},
+ ${python3:Depends},
+Description: FreeIPA centralized identity framework -- Python3 modules for ipaclient
+ FreeIPA is an integrated solution to provide centrally managed Identity
+ (machine, user, virtual machines, groups, authentication credentials), Policy
+ (configuration settings, access control information) and Audit (events,
+ logs, analysis thereof).
+ .
+ This Python3 module is used by FreeIPA client.
+
+Package: python3-ipalib
+Architecture: all
+Section: python
+Depends:
+ freeipa-common (= ${source:Version}),
+ gnupg2,
+ gnupg-agent,
+ keyutils,
+ python3-cffi,
+ python3-cryptography,
+ python3-dbus,
+ python3-dnspython,
+ python3-gssapi,
+ python3-ldap,
+ python3-libipa-hbac,
+ python3-lxml,
+ python3-netaddr,
+ python3-netifaces (>= 0.10.4),
+ python3-nss (>= 0.16.0),
+ python3-pyasn1,
+ python3-qrcode (>= 5.0.0),
+ python3-requests,
+ python3-setuptools,
+ python3-six,
+ python3-usb (>= 1.0.0~b2),
+ python3-yubico,
+ systemd,
+ ${misc:Depends},
+ ${python3:Depends},
+ ${shlibs:Depends},
+Description: FreeIPA centralized identity framework -- shared Python3 modules
+ FreeIPA is an integrated solution to provide centrally managed Identity
+ (machine, user, virtual machines, groups, authentication credentials), Policy
+ (configuration settings, access control information) and Audit (events,
+ logs, analysis thereof).
+ .
+ This Python3 module is used by other FreeIPA packages.
+


=====================================
debian/tests/server-install
=====================================
@@ -40,6 +40,8 @@ ipa-server-install \
 
 if [ $? != 0 ]; then
     echo ">>>>> IPASERVER log >>>>>>>"
-    cat /var/log/ipaserver-install.log
-    exit 0
+    tail -n 2000 /var/log/ipaserver-install.log
+    echo ">>>>> IPACLIENT log >>>>>>>"
+    tail -n 2000 /var/log/ipaclient-install.log
+    exit 1
 fi



View it on GitLab: https://salsa.debian.org/freeipa-team/freeipa/-/compare/e015521a70798f2027137d9f1de2508525268511...b436d607e08cb2503f44b8e6a0f20d15f4b7330a

-- 
View it on GitLab: https://salsa.debian.org/freeipa-team/freeipa/-/compare/e015521a70798f2027137d9f1de2508525268511...b436d607e08cb2503f44b8e6a0f20d15f4b7330a
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-freeipa-devel/attachments/20200228/6ff7cce1/attachment-0001.html>


More information about the Pkg-freeipa-devel mailing list