Opened 14 years ago
Closed 14 years ago
#493 closed enhancement (fixed)
omindex: support indexing deb and rpm
Reported by: | venkat | Owned by: | Olly Betts |
---|---|---|---|
Priority: | normal | Milestone: | 1.2.4 |
Component: | Omega | Version: | |
Severity: | normal | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Operating System: | All |
Description
Hi,
I am trying to do index the deb and rpm packages by using omega. I saw the documentation, in documentation they didn't documented for deb and rpm packages. If anything is there to do indexing for deb and rpm packages. Please give the guidance to me.
Sorry for poor english. Thanks in Advance, venkat
Change History (3)
comment:1 by , 14 years ago
Type: | defect → enhancement |
---|
comment:2 by , 14 years ago
Milestone: | → 1.2.x |
---|---|
Status: | new → assigned |
Summary: | Is it possible to do index for deb and rpm files? → omindex: support indexing deb and rpm |
Support for debian packages added in trunk r15115.
comment:3 by , 14 years ago
Milestone: | 1.2.x → 1.2.4 |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
There's currently no support for deb or rpm packages included, but it isn't hard to add if you want to - there's a guide here:
http://trac.xapian.org/wiki/FAQ/OmegaNewFileFormat
For .deb packages
dpkg-deb --show
is probably a good starting point for extracting the needed metadata. I assume rpm has a similar way to inspect the package metadata, but I don't know it off the top of my head.