#47695 CI lib389: add plugins/tasks/index
Closed: wontfix None Opened 10 years ago by tbordaz.

This creates the new modules for plugins/tasks/index routines


{{{
20 def delete_all(self, benamebase):
21 dn = "cn=index, cn=" + benamebase + "," + DN_LDBM
...
dn = plugin_dn or "cn=%s, %s" % (name, DN_PLUGIN)
}}}
When creating DNs, please do not put a space after the comma. That will save some normalization/DN syntax validation.

Otherwise, ack

git push origin master

Counting objects: 18, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (11/11), done.
Writing objects: 100% (11/11), 6.09 KiB, done.
Total 11 (delta 7), reused 0 (delta 0)
To ssh://git.fedorahosted.org/git/389/lib389.git/
44d510e..8e136ed master -> master

commit 8e136ed11d6bb741c871b1914fd8f238d9991327
Author: Thierry bordaz (tbordaz) tbordaz@redhat.com
Date: Fri Feb 7 11:11:56 2014 +0100

It looks like the patch was checked in for this issue. Should this ticket be closed?

Oppss sorry, for that I was not following the right process :-(

Milestone lib389 1.0 deleted

389-ds-base is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in 389-ds-base's github repository.

This issue has been cloned to Github and is available here:
- https://github.com/389ds/389-ds-base/issues/1031

If you want to receive further updates on the issue, please navigate to the github issue
and click on subscribe button.

Thank you for understanding. We apologize for all inconvenience.

Metadata Update from @spichugi:
- Issue close_status updated to: wontfix (was: Fixed)

3 years ago

Login to comment on this ticket.

Metadata