URL: https://github.com/freeipa/freeipa/pull/175 Author: tiran Title: #175: Remove ipapython/ipa.conf Action: opened
PR body: """ The file ipapython/ipa.conf is no longer used and not installed. Signed-off-by: Christian Heimes <[email protected]> """ To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/175/head:pr175 git checkout pr175
From 3c8ae8e98046480904b28d367c45eeaa01f39d62 Mon Sep 17 00:00:00 2001 From: Christian Heimes <[email protected]> Date: Thu, 20 Oct 2016 11:57:08 +0200 Subject: [PATCH] Remove ipapython/ipa.conf The file ipapython/ipa.conf is no longer used and not installed. Signed-off-by: Christian Heimes <[email protected]> --- ipapython/MANIFEST.in | 2 -- ipapython/ipa.conf | 3 --- 2 files changed, 5 deletions(-) delete mode 100644 ipapython/MANIFEST.in delete mode 100644 ipapython/ipa.conf diff --git a/ipapython/MANIFEST.in b/ipapython/MANIFEST.in deleted file mode 100644 index d178f08..0000000 --- a/ipapython/MANIFEST.in +++ /dev/null @@ -1,2 +0,0 @@ -include *.conf - diff --git a/ipapython/ipa.conf b/ipapython/ipa.conf deleted file mode 100644 index 516f764..0000000 --- a/ipapython/ipa.conf +++ /dev/null @@ -1,3 +0,0 @@ -[defaults] -# realm = EXAMPLE.COM -# server = ipa.example.com
-- Manage your subscription for the Freeipa-devel mailing list: https://www.redhat.com/mailman/listinfo/freeipa-devel Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code
