mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Have all the scripts run in python 3 by default
The Python 3 refactoring effort is finishing, it should be safe to turn all scripts to run in Python 3 by default. https://pagure.io/freeipa/issue/4985 Reviewed-By: Christian Heimes <cheimes@redhat.com>
This commit is contained in:
parent
1b0c55a3b3
commit
f31797c70a
@ -1,4 +1,4 @@
|
|||||||
#! /usr/bin/python2 -E
|
#!/usr/bin/python3 -E
|
||||||
# Authors: Jan Cholasta <jcholast@redhat.com>
|
# Authors: Jan Cholasta <jcholast@redhat.com>
|
||||||
#
|
#
|
||||||
# Copyright (C) 2014 Red Hat
|
# Copyright (C) 2014 Red Hat
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python2 -E
|
#!/usr/bin/python3 -E
|
||||||
#
|
#
|
||||||
# Authors:
|
# Authors:
|
||||||
# Rob Crittenden <rcritten@redhat.com>
|
# Rob Crittenden <rcritten@redhat.com>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#! /usr/bin/python2 -E
|
#!/usr/bin/python3 -E
|
||||||
# Authors: Simo Sorce <ssorce@redhat.com>
|
# Authors: Simo Sorce <ssorce@redhat.com>
|
||||||
# Karl MacMillan <kmacmillan@mentalrootkit.com>
|
# Karl MacMillan <kmacmillan@mentalrootkit.com>
|
||||||
#
|
#
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#! /usr/bin/python2
|
#!/usr/bin/python2
|
||||||
|
|
||||||
"""Copy the IPA schema to the CA directory server instance
|
"""Copy the IPA schema to the CA directory server instance
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python2
|
#!/usr/bin/python3
|
||||||
#
|
#
|
||||||
# Copyright (C) 2014 FreeIPA Contributors see COPYING for license
|
# Copyright (C) 2014 FreeIPA Contributors see COPYING for license
|
||||||
#
|
#
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python2
|
#!/usr/bin/python3
|
||||||
#
|
#
|
||||||
# Copyright (C) 2014 FreeIPA Contributors see COPYING for license
|
# Copyright (C) 2014 FreeIPA Contributors see COPYING for license
|
||||||
#
|
#
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python2
|
#!/usr/bin/python3
|
||||||
#
|
#
|
||||||
# Copyright (C) 2014 FreeIPA Contributors see COPYING for license
|
# Copyright (C) 2014 FreeIPA Contributors see COPYING for license
|
||||||
#
|
#
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python2
|
#!/usr/bin/python3
|
||||||
#
|
#
|
||||||
# FreeIPA 2FA companion daemon
|
# FreeIPA 2FA companion daemon
|
||||||
#
|
#
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python2
|
#!/usr/bin/python3
|
||||||
# Authors:
|
# Authors:
|
||||||
# Jason Gerard DeRose <jderose@redhat.com>
|
# Jason Gerard DeRose <jderose@redhat.com>
|
||||||
#
|
#
|
||||||
|
@ -929,6 +929,8 @@ export JAVA_STACK_SIZE="8m"
|
|||||||
# PATH is workaround for https://bugzilla.redhat.com/show_bug.cgi?id=1005235
|
# PATH is workaround for https://bugzilla.redhat.com/show_bug.cgi?id=1005235
|
||||||
export PATH=/usr/bin:/usr/sbin:$PATH
|
export PATH=/usr/bin:/usr/sbin:$PATH
|
||||||
export PYTHON=%{__python2}
|
export PYTHON=%{__python2}
|
||||||
|
|
||||||
|
%if ! 0%{?with_python3}
|
||||||
# Workaround: make sure all shebangs are pointing to Python 2
|
# Workaround: make sure all shebangs are pointing to Python 2
|
||||||
# This should be solved properly using setuptools
|
# This should be solved properly using setuptools
|
||||||
# and this hack should be removed.
|
# and this hack should be removed.
|
||||||
@ -937,64 +939,7 @@ find \
|
|||||||
! -name '*.pyo' -a \
|
! -name '*.pyo' -a \
|
||||||
-type f -exec grep -qsm1 '^#!.*\bpython' {} \; \
|
-type f -exec grep -qsm1 '^#!.*\bpython' {} \; \
|
||||||
-exec sed -i -e '1 s|^#!.*\bpython[^ ]*|#!%{__python2}|' {} \;
|
-exec sed -i -e '1 s|^#!.*\bpython[^ ]*|#!%{__python2}|' {} \;
|
||||||
|
%endif # ! with_python3
|
||||||
%if 0%{?with_python3}
|
|
||||||
# TODO: temporary solution until all scripts are ported to python3,
|
|
||||||
# TODO: workaround: some scripts are copied over, so the are always py2.
|
|
||||||
# We have to explicitly set python3 here for ported files here
|
|
||||||
PY3_SUBST_PATHS='
|
|
||||||
client/ipa-certupdate
|
|
||||||
client/ipa-client-automount
|
|
||||||
client/ipa-client-install
|
|
||||||
daemons/dnssec/ipa-dnskeysyncd
|
|
||||||
daemons/dnssec/ipa-dnskeysync-replica
|
|
||||||
daemons/dnssec/ipa-ods-exporter
|
|
||||||
daemons/ipa-otpd/test.py
|
|
||||||
install/certmonger/ipa-server-guard
|
|
||||||
install/certmonger/dogtag-ipa-ca-renew-agent-submit
|
|
||||||
install/oddjob/com.redhat.idm.trust-fetch-domains
|
|
||||||
install/restart_scripts/renew_ra_cert_pre
|
|
||||||
install/restart_scripts/renew_ca_cert
|
|
||||||
install/restart_scripts/renew_ra_cert
|
|
||||||
install/restart_scripts/restart_httpd
|
|
||||||
install/restart_scripts/renew_kdc_cert
|
|
||||||
install/restart_scripts/stop_pkicad
|
|
||||||
install/restart_scripts/restart_dirsrv
|
|
||||||
install/tools/ipa-advise
|
|
||||||
install/tools/ipa-adtrust-install
|
|
||||||
install/tools/ipa-backup
|
|
||||||
install/tools/ipa-ca-install
|
|
||||||
install/tools/ipa-cacert-manage
|
|
||||||
install/tools/ipa-compat-manage
|
|
||||||
install/tools/ipa-csreplica-manage
|
|
||||||
install/tools/ipa-custodia
|
|
||||||
install/tools/ipa-custodia-check
|
|
||||||
install/tools/ipa-dns-install
|
|
||||||
install/tools/ipa-httpd-kdcproxy
|
|
||||||
install/tools/ipa-kra-install
|
|
||||||
install/tools/ipa-ldap-updater
|
|
||||||
install/tools/ipa-managed-entries
|
|
||||||
install/tools/ipa-nis-manage
|
|
||||||
install/tools/ipa-otptoken-import
|
|
||||||
install/tools/ipa-pkinit-manage
|
|
||||||
install/tools/ipa-pki-retrieve-key
|
|
||||||
install/tools/ipa-replica-conncheck
|
|
||||||
install/tools/ipa-replica-install
|
|
||||||
install/tools/ipa-replica-manage
|
|
||||||
install/tools/ipa-replica-prepare
|
|
||||||
install/tools/ipa-restore
|
|
||||||
install/tools/ipa-server-certinstall
|
|
||||||
install/tools/ipa-server-install
|
|
||||||
install/tools/ipa-server-upgrade
|
|
||||||
install/tools/ipa-winsync-migrate
|
|
||||||
install/tools/ipactl
|
|
||||||
ipa
|
|
||||||
'
|
|
||||||
for P in $PY3_SUBST_PATHS; do
|
|
||||||
sed -i -e '1 s|^#!\s\?.*\bpython[0-9]*|#!%{__python3}|' $P
|
|
||||||
done;
|
|
||||||
|
|
||||||
%endif # with_python3
|
|
||||||
|
|
||||||
%configure --with-vendor-suffix=-%{release} \
|
%configure --with-vendor-suffix=-%{release} \
|
||||||
%{enable_server_option} \
|
%{enable_server_option} \
|
||||||
@ -1005,22 +950,14 @@ done;
|
|||||||
%make_build -Onone
|
%make_build -Onone
|
||||||
|
|
||||||
%if 0%{?with_python3}
|
%if 0%{?with_python3}
|
||||||
pushd %{_builddir}/freeipa-%{version}-python3
|
|
||||||
export PYTHON=%{__python3}
|
export PYTHON=%{__python3}
|
||||||
# Workaround: make sure all shebangs are pointing to Python 3
|
pushd %{_builddir}/freeipa-%{version}-python3
|
||||||
# This should be solved properly using setuptools
|
|
||||||
# and this hack should be removed.
|
|
||||||
find \
|
|
||||||
! -name '*.pyc' -a \
|
|
||||||
! -name '*.pyo' -a \
|
|
||||||
-type f -exec grep -qsm1 '^#!.*\bpython' {} \; \
|
|
||||||
-exec sed -i -e '1 s|^#!.*\bpython[^ ]*|#!%{__python3}|' {} \;
|
|
||||||
%configure --with-vendor-suffix=-%{release} \
|
%configure --with-vendor-suffix=-%{release} \
|
||||||
%{enable_server_option} \
|
%{enable_server_option} \
|
||||||
%{with_ipatests_option} \
|
%{with_ipatests_option} \
|
||||||
%{linter_options}
|
%{linter_options}
|
||||||
popd
|
popd
|
||||||
%endif # with_python3
|
%endif # with_python3
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make %{?_smp_mflags} check VERBOSE=yes LIBDIR=%{_libdir}
|
make %{?_smp_mflags} check VERBOSE=yes LIBDIR=%{_libdir}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python2 -E
|
#!/usr/bin/python3 -E
|
||||||
#
|
#
|
||||||
# Authors:
|
# Authors:
|
||||||
# Jan Cholasta <jcholast@redhat.com>
|
# Jan Cholasta <jcholast@redhat.com>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python2 -E
|
#!/usr/bin/python3 -E
|
||||||
#
|
#
|
||||||
# Authors:
|
# Authors:
|
||||||
# Jan Cholasta <jcholast@redhat.com>
|
# Jan Cholasta <jcholast@redhat.com>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python2
|
#!/usr/bin/python3
|
||||||
|
|
||||||
from ipaserver import dcerpc
|
from ipaserver import dcerpc
|
||||||
from ipaserver.install.installutils import is_ipa_configured, ScriptError
|
from ipaserver.install.installutils import is_ipa_configured, ScriptError
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python2 -E
|
#!/usr/bin/python3 -E
|
||||||
#
|
#
|
||||||
# Authors:
|
# Authors:
|
||||||
# Rob Crittenden <rcritten@redhat.com>
|
# Rob Crittenden <rcritten@redhat.com>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python2 -E
|
#!/usr/bin/python3 -E
|
||||||
#
|
#
|
||||||
# Copyright (C) 2017 FreeIPA Contributors see COPYING for license
|
# Copyright (C) 2017 FreeIPA Contributors see COPYING for license
|
||||||
#
|
#
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python2 -E
|
#!/usr/bin/python3 -E
|
||||||
#
|
#
|
||||||
# Authors:
|
# Authors:
|
||||||
# Rob Crittenden <rcritten@redhat.com>
|
# Rob Crittenden <rcritten@redhat.com>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python2 -E
|
#!/usr/bin/python3 -E
|
||||||
#
|
#
|
||||||
# Copyright (C) 2015 FreeIPA Contributors see COPYING for license
|
# Copyright (C) 2015 FreeIPA Contributors see COPYING for license
|
||||||
#
|
#
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python2 -E
|
#!/usr/bin/python3 -E
|
||||||
#
|
#
|
||||||
# Authors:
|
# Authors:
|
||||||
# Rob Crittenden <rcritten@redhat.com>
|
# Rob Crittenden <rcritten@redhat.com>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python2 -E
|
#!/usr/bin/python3 -E
|
||||||
#
|
#
|
||||||
# Authors:
|
# Authors:
|
||||||
# Rob Crittenden <rcritten@redhat.com>
|
# Rob Crittenden <rcritten@redhat.com>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python2 -E
|
#!/usr/bin/python3 -E
|
||||||
#
|
#
|
||||||
# Authors:
|
# Authors:
|
||||||
# Rob Crittenden <rcritten@redhat.com>
|
# Rob Crittenden <rcritten@redhat.com>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#! /usr/bin/python2
|
#!/usr/bin/python3
|
||||||
#
|
#
|
||||||
# Authors: Sumit Bose <sbose@redhat.com>
|
# Authors: Sumit Bose <sbose@redhat.com>
|
||||||
# Based on ipa-server-install by Karl MacMillan <kmacmillan@mentalrootkit.com>
|
# Based on ipa-server-install by Karl MacMillan <kmacmillan@mentalrootkit.com>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#! /usr/bin/python2 -E
|
#!/usr/bin/python3 -E
|
||||||
# Authors: Tomas Babej <tbabej@redhat.com>
|
# Authors: Tomas Babej <tbabej@redhat.com>
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 Red Hat
|
# Copyright (C) 2013 Red Hat
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#! /usr/bin/python2 -E
|
#!/usr/bin/python3 -E
|
||||||
# Authors: Rob Crittenden <rcritten@redhat.com>
|
# Authors: Rob Crittenden <rcritten@redhat.com>
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 Red Hat
|
# Copyright (C) 2013 Red Hat
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#! /usr/bin/python2 -E
|
#!/usr/bin/python3 -E
|
||||||
# Authors: Rob Crittenden <rcritten@redhat.com>
|
# Authors: Rob Crittenden <rcritten@redhat.com>
|
||||||
#
|
#
|
||||||
# Copyright (C) 2011 Red Hat
|
# Copyright (C) 2011 Red Hat
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#! /usr/bin/python2 -E
|
#!/usr/bin/python3 -E
|
||||||
# Authors: Jan Cholasta <jcholast@redhat.com>
|
# Authors: Jan Cholasta <jcholast@redhat.com>
|
||||||
#
|
#
|
||||||
# Copyright (C) 2014 Red Hat
|
# Copyright (C) 2014 Red Hat
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python2
|
#!/usr/bin/python3
|
||||||
# Authors: Rob Crittenden <rcritten@redhat.com>
|
# Authors: Rob Crittenden <rcritten@redhat.com>
|
||||||
# Authors: Simo Sorce <ssorce@redhat.com>
|
# Authors: Simo Sorce <ssorce@redhat.com>
|
||||||
#
|
#
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#! /usr/bin/python2 -E
|
#!/usr/bin/python3 -E
|
||||||
# Authors: Rob Crittenden <rcritten@redhat.com>
|
# Authors: Rob Crittenden <rcritten@redhat.com>
|
||||||
#
|
#
|
||||||
# Based on ipa-replica-manage by Karl MacMillan <kmacmillan@mentalrootkit.com>
|
# Based on ipa-replica-manage by Karl MacMillan <kmacmillan@mentalrootkit.com>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python2
|
#!/usr/bin/python3
|
||||||
# Copyright (C) 2017 IPA Project Contributors, see COPYING for license
|
# Copyright (C) 2017 IPA Project Contributors, see COPYING for license
|
||||||
from ipaserver.secrets.service import main
|
from ipaserver.secrets.service import main
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#! /usr/bin/python2 -E
|
#!/usr/bin/python3 -E
|
||||||
# Authors: Martin Nagy <mnagy@redhat.com>
|
# Authors: Martin Nagy <mnagy@redhat.com>
|
||||||
# Based on ipa-server-install by Karl MacMillan <kmacmillan@mentalrootkit.com>
|
# Based on ipa-server-install by Karl MacMillan <kmacmillan@mentalrootkit.com>
|
||||||
#
|
#
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python2
|
#!/usr/bin/python3
|
||||||
# Authors:
|
# Authors:
|
||||||
# Christian Heimes <cheimes@redhat.com>
|
# Christian Heimes <cheimes@redhat.com>
|
||||||
#
|
#
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#! /usr/bin/python2 -E
|
#!/usr/bin/python3 -E
|
||||||
# Authors: Ade Lee <alee@redhat.com>
|
# Authors: Ade Lee <alee@redhat.com>
|
||||||
#
|
#
|
||||||
# Copyright (C) 2014 Red Hat
|
# Copyright (C) 2014 Red Hat
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python2
|
#!/usr/bin/python3
|
||||||
# Authors: Rob Crittenden <rcritten@redhat.com>
|
# Authors: Rob Crittenden <rcritten@redhat.com>
|
||||||
#
|
#
|
||||||
# Copyright (C) 2008 Red Hat
|
# Copyright (C) 2008 Red Hat
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python2
|
#!/usr/bin/python3
|
||||||
# Authors: Jr Aquino <jr.aquino@citrix.com>
|
# Authors: Jr Aquino <jr.aquino@citrix.com>
|
||||||
#
|
#
|
||||||
# Copyright (C) 2011 Red Hat
|
# Copyright (C) 2011 Red Hat
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python2
|
#!/usr/bin/python3
|
||||||
# Authors: Rob Crittenden <rcritten@redhat.com>
|
# Authors: Rob Crittenden <rcritten@redhat.com>
|
||||||
# Authors: Simo Sorce <ssorce@redhat.com>
|
# Authors: Simo Sorce <ssorce@redhat.com>
|
||||||
#
|
#
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#! /usr/bin/python2 -E
|
#!/usr/bin/python3 -E
|
||||||
# Authors: Nathaniel McCallum <npmccallum@redhat.com>
|
# Authors: Nathaniel McCallum <npmccallum@redhat.com>
|
||||||
#
|
#
|
||||||
# Copyright (C) 2014 Red Hat
|
# Copyright (C) 2014 Red Hat
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python2
|
#!/usr/bin/python3
|
||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#! /usr/bin/python2 -E
|
#!/usr/bin/python3 -E
|
||||||
#
|
#
|
||||||
# Copyright (C) 2017 FreeIPA Contributors see COPYING for license
|
# Copyright (C) 2017 FreeIPA Contributors see COPYING for license
|
||||||
#
|
#
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#! /usr/bin/python2 -E
|
#!/usr/bin/python3 -E
|
||||||
# Authors: Martin Kosek <mkosek@redhat.com>
|
# Authors: Martin Kosek <mkosek@redhat.com>
|
||||||
#
|
#
|
||||||
# Copyright (C) 2011 Red Hat
|
# Copyright (C) 2011 Red Hat
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#! /usr/bin/python2 -E
|
#!/usr/bin/python3 -E
|
||||||
# Authors: Karl MacMillan <kmacmillan@mentalrootkit.com>
|
# Authors: Karl MacMillan <kmacmillan@mentalrootkit.com>
|
||||||
#
|
#
|
||||||
# Copyright (C) 2007 Red Hat
|
# Copyright (C) 2007 Red Hat
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#! /usr/bin/python2 -E
|
#!/usr/bin/python3 -E
|
||||||
# Authors: Karl MacMillan <kmacmillan@mentalrootkit.com>
|
# Authors: Karl MacMillan <kmacmillan@mentalrootkit.com>
|
||||||
#
|
#
|
||||||
# Copyright (C) 2007 Red Hat
|
# Copyright (C) 2007 Red Hat
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#! /usr/bin/python2 -E
|
#!/usr/bin/python3 -E
|
||||||
# Authors: Petr Viktorin <pviktori@redhat.com>
|
# Authors: Petr Viktorin <pviktori@redhat.com>
|
||||||
#
|
#
|
||||||
# Copyright (C) 2012 Red Hat
|
# Copyright (C) 2012 Red Hat
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#! /usr/bin/python2 -E
|
#!/usr/bin/python3 -E
|
||||||
# Authors: Rob Crittenden <rcritten@redhat.com>
|
# Authors: Rob Crittenden <rcritten@redhat.com>
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 Red Hat
|
# Copyright (C) 2013 Red Hat
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#! /usr/bin/python2 -E
|
#!/usr/bin/python3 -E
|
||||||
# Authors: Jan Cholasta <jcholast@redhat.com>
|
# Authors: Jan Cholasta <jcholast@redhat.com>
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 Red Hat
|
# Copyright (C) 2013 Red Hat
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#! /usr/bin/python2 -E
|
#!/usr/bin/python3 -E
|
||||||
# Authors: Karl MacMillan <kmacmillan@mentalrootkit.com>
|
# Authors: Karl MacMillan <kmacmillan@mentalrootkit.com>
|
||||||
# Simo Sorce <ssorce@redhat.com>
|
# Simo Sorce <ssorce@redhat.com>
|
||||||
# Rob Crittenden <rcritten@redhat.com>
|
# Rob Crittenden <rcritten@redhat.com>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python2
|
#!/usr/bin/python3
|
||||||
#
|
#
|
||||||
# Copyright (C) 2015 FreeIPA Contributors see COPYING for license
|
# Copyright (C) 2015 FreeIPA Contributors see COPYING for license
|
||||||
#
|
#
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#! /usr/bin/python2 -E
|
#!/usr/bin/python3 -E
|
||||||
# Authors: Tomas Babej <tbabej@redhat.com>
|
# Authors: Tomas Babej <tbabej@redhat.com>
|
||||||
#
|
#
|
||||||
# Copyright (C) 2015 Red Hat
|
# Copyright (C) 2015 Red Hat
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python2
|
#!/usr/bin/python3
|
||||||
# Authors: Simo Sorce <ssorce@redhat.com>
|
# Authors: Simo Sorce <ssorce@redhat.com>
|
||||||
#
|
#
|
||||||
# Copyright (C) 2008-2010 Red Hat
|
# Copyright (C) 2008-2010 Red Hat
|
||||||
|
2
ipa
2
ipa
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python2
|
#!/usr/bin/python3
|
||||||
|
|
||||||
# Authors:
|
# Authors:
|
||||||
# Jason Gerard DeRose <jderose@redhat.com>
|
# Jason Gerard DeRose <jderose@redhat.com>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python
|
#!/usr/bin/python3
|
||||||
|
|
||||||
from cffi import FFI
|
from cffi import FFI
|
||||||
import ctypes.util
|
import ctypes.util
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python2
|
#!/usr/bin/python3
|
||||||
# Copyright (C) 2007 Red Hat
|
# Copyright (C) 2007 Red Hat
|
||||||
# see file 'COPYING' for use and warranty information
|
# see file 'COPYING' for use and warranty information
|
||||||
#
|
#
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python2
|
#!/usr/bin/python3
|
||||||
# Copyright (C) 2007 Red Hat
|
# Copyright (C) 2007 Red Hat
|
||||||
# see file 'COPYING' for use and warranty information
|
# see file 'COPYING' for use and warranty information
|
||||||
#
|
#
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python2
|
#!/usr/bin/python3
|
||||||
# Copyright (C) 2014 Red Hat
|
# Copyright (C) 2014 Red Hat
|
||||||
# see file 'COPYING' for use and warranty information
|
# see file 'COPYING' for use and warranty information
|
||||||
#
|
#
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python2
|
#!/usr/bin/python3
|
||||||
# Copyright (C) 2007 Red Hat
|
# Copyright (C) 2007 Red Hat
|
||||||
# see file 'COPYING' for use and warranty information
|
# see file 'COPYING' for use and warranty information
|
||||||
#
|
#
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python2
|
#!/usr/bin/python3
|
||||||
#
|
#
|
||||||
# Copyright (C) 2014 FreeIPA Contributors see COPYING for license
|
# Copyright (C) 2014 FreeIPA Contributors see COPYING for license
|
||||||
#
|
#
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python2
|
#!/usr/bin/python3
|
||||||
#
|
#
|
||||||
# Copyright (C) 2014 FreeIPA Contributors see COPYING for license
|
# Copyright (C) 2014 FreeIPA Contributors see COPYING for license
|
||||||
#
|
#
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#! /usr/bin/python2 -E
|
#!/usr/bin/python3 -E
|
||||||
# Authors: Ade Lee <alee@redhat.com>
|
# Authors: Ade Lee <alee@redhat.com>
|
||||||
#
|
#
|
||||||
# Copyright (C) 2014 Red Hat
|
# Copyright (C) 2014 Red Hat
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python2
|
#!/usr/bin/python3
|
||||||
|
|
||||||
# Authors:
|
# Authors:
|
||||||
# Jason Gerard DeRose <jderose@redhat.com>
|
# Jason Gerard DeRose <jderose@redhat.com>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python2
|
#!/usr/bin/python3
|
||||||
# Authors:
|
# Authors:
|
||||||
# John Dennis <jdennis@redhat.com>
|
# John Dennis <jdennis@redhat.com>
|
||||||
#
|
#
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python2
|
#!/usr/bin/python3
|
||||||
|
|
||||||
# Authors:
|
# Authors:
|
||||||
# Petr Viktorin <pviktori@redhat.com>
|
# Petr Viktorin <pviktori@redhat.com>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#! /usr/bin/python2
|
#!/usr/bin/python3
|
||||||
|
|
||||||
# Authors:
|
# Authors:
|
||||||
# Petr Viktorin <pviktori@redhat.com>
|
# Petr Viktorin <pviktori@redhat.com>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#! /usr/bin/python2
|
#!/usr/bin/python3
|
||||||
|
|
||||||
# Authors:
|
# Authors:
|
||||||
# Petr Viktorin <pviktori@redhat.com>
|
# Petr Viktorin <pviktori@redhat.com>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python2
|
#!/usr/bin/python3
|
||||||
# Copyright (C) 2014 Red Hat
|
# Copyright (C) 2014 Red Hat
|
||||||
# see file 'COPYING' for use and warranty information
|
# see file 'COPYING' for use and warranty information
|
||||||
#
|
#
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python2
|
#!/usr/bin/python3
|
||||||
# Copyright (C) 2007 Red Hat
|
# Copyright (C) 2007 Red Hat
|
||||||
# see file 'COPYING' for use and warranty information
|
# see file 'COPYING' for use and warranty information
|
||||||
#
|
#
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#! /usr/bin/python2 -E
|
#!/usr/bin/python3 -E
|
||||||
#
|
#
|
||||||
# Copyright (C) 2007 Red Hat
|
# Copyright (C) 2007 Red Hat
|
||||||
# see file 'COPYING' for use and warranty information
|
# see file 'COPYING' for use and warranty information
|
||||||
|
2
makeaci
2
makeaci
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python2
|
#!/usr/bin/python3
|
||||||
# Authors:
|
# Authors:
|
||||||
# Petr Viktorin <pviktori@redhat.com>
|
# Petr Viktorin <pviktori@redhat.com>
|
||||||
# John Dennis <jdennis@redhat.com>
|
# John Dennis <jdennis@redhat.com>
|
||||||
|
Loading…
Reference in New Issue
Block a user