Hello,
Wondering if I could get a review. Updated patch attached.
Thanks,
Gabe
On Tue, Nov 11, 2014 at 7:21 AM, Gabe Alford <[email protected]> wrote:
> Hello,
>
> Fix for https://fedorahosted.org/freeipa/ticket/4700
>
> Thanks,
>
> Gabe
>
From 4af61cbaafdadb1b338601699d160bd4a15db551 Mon Sep 17 00:00:00 2001
From: Gabe <[email protected]>
Date: Wed, 26 Nov 2014 16:45:30 -0700
Subject: [PATCH] Add missing python files to Makefiles
https://fedorahosted.org/freeipa/ticket/4700
---
ipaserver/install/Makefile.am | 38 +++++++++++++++++++++++++----------
ipaserver/install/plugins/Makefile.am | 17 +++++++++-------
2 files changed, 37 insertions(+), 18 deletions(-)
diff --git a/ipaserver/install/Makefile.am b/ipaserver/install/Makefile.am
index 9fcad4e77c93cf44ed5fcf3ff793233ba35482c1..4209f6cbec35f55f0a19988514e47fa7664b2666 100644
--- a/ipaserver/install/Makefile.am
+++ b/ipaserver/install/Makefile.am
@@ -3,20 +3,36 @@ NULL =
appdir = $(pythondir)/ipaserver
app_PYTHON = \
__init__.py \
+ adtrustinstance.py \
bindinstance.py \
cainstance.py \
- dsinstance.py \
- ipaldap.py \
- krbinstance.py \
- httpinstance.py \
- ntpinstance.py \
- adtrustinstance.py \
+ certs.py \
+ dnskeysyncinstance.py \
+ dogtaginstance.py \
+ dsinstance.py \
+ httpinstance.py \
+ installutils.py \
+ ipa_backup.py \
+ ipa_cacert_manage.py \
+ ipa_kra_install.py \
+ ipa_ldap_updater.py \
+ ipa_otptoken_import.py \
+ ipa_replica_prepare.py \
+ ipa_restore.py \
+ ipa_server_certinstall.py \
+ krainstance.py \
+ krbinstance.py \
+ ldapupdate.py \
+ memcacheinstance.py \
+ ntpinstance.py \
+ odsexporterinstance.py \
+ opendnssecinstance.py \
+ otpdinstance.py \
+ replication.py \
+ schemaupdate.py \
service.py \
- installutils.py \
- replication.py \
- certs.py \
- ldapupdate.py \
- certmonger.py \
+ sysupgrade.py \
+ upgradeinstance.py \
$(NULL)
EXTRA_DIST = \
diff --git a/ipaserver/install/plugins/Makefile.am b/ipaserver/install/plugins/Makefile.am
index d651297ac141b0f05831e7fabbb9b561cdd239c7..f998da9c2f4c5aee4bc98ab3ddb75e747e8eb897 100644
--- a/ipaserver/install/plugins/Makefile.am
+++ b/ipaserver/install/plugins/Makefile.am
@@ -3,17 +3,20 @@ NULL =
appdir = $(pythondir)/ipaserver/install
app_PYTHON = \
__init__.py \
- baseupdate.py \
+ adtrust.py \
+ baseupdate.py \
+ ca_renewal_master.py \
+ dns.py \
fix_replica_agreements.py \
rename_managed.py \
- dns.py \
updateclient.py \
- update_services.py \
- update_anonymous_aci.py \
- update_pacs.py \
- update_referint.py \
- ca_renewal_master.py \
+ update_idranges.py \
+ update_managed_permissions.py \
+ update_pacs.py \
+ update_referint.py \
+ update_services.py \
update_uniqueness.py \
+ upload_cacrt.py \
$(NULL)
EXTRA_DIST = \
--
2.0.0
_______________________________________________
Freeipa-devel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/freeipa-devel