diff options
| author | Jan Cholasta <jcholast@redhat.com> | 2016-04-28 10:30:05 +0200 |
|---|---|---|
| committer | Jan Cholasta <jcholast@redhat.com> | 2016-06-03 09:00:34 +0200 |
| commit | 6e44557b601f769d23ee74555a72e8b5cc62c0c9 (patch) | |
| tree | eedd3e054b0709341b9f58c190ea54f999f7d13a /install/ui/util | |
| parent | ec841e5d7ab29d08de294b3fa863a631cd50e30a (diff) | |
| download | freeipa-6e44557b601f769d23ee74555a72e8b5cc62c0c9.tar.gz freeipa-6e44557b601f769d23ee74555a72e8b5cc62c0c9.tar.xz freeipa-6e44557b601f769d23ee74555a72e8b5cc62c0c9.zip | |
ipalib: move server-side plugins to ipaserver
Move the remaining plugin code from ipalib.plugins to ipaserver.plugins.
Remove the now unused ipalib.plugins package.
https://fedorahosted.org/freeipa/ticket/4739
Reviewed-By: David Kupka <dkupka@redhat.com>
Diffstat (limited to 'install/ui/util')
| -rwxr-xr-x | install/ui/util/sync.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/install/ui/util/sync.sh b/install/ui/util/sync.sh index 2fde91d9b..6a081fbb3 100755 --- a/install/ui/util/sync.sh +++ b/install/ui/util/sync.sh @@ -60,7 +60,7 @@ OPTIONS --config files from html/ --strings - ipalib/plugins/internal.py + ipaserver/plugins/internal.py -C --compiled changes source dir of --freeipa and --dojo to /src/build/freeipa @@ -340,8 +340,8 @@ pushd $DIR/../../ #freeipa/install popd if [[ $STRINGS ]] ; then - SOURCE=ipalib/plugins/internal.py - TARGET=/usr/lib/python2.7/site-packages/ipalib/plugins + SOURCE=ipaserver/plugins/internal.py + TARGET=/usr/lib/python2.7/site-packages/ipaserver/plugins RECURSIVE=0 CLEAN=0 # don't clean entire folder pushd $DIR/../../../ |
