#1947 Search package name/version/release
Closed: MIGRATED a year ago by nikromen. Opened 2 years ago by praiskup.

We have the build_chroot_result "mega" table now. It would be nice to have a simple
search form for the package epoch, name, version, release, arch. E.g. see here:

coprdb=# select * from build_chroot_result where name = 'git' and arch = 'x86_64';
┌─────────┬─────────────────┬──────┬───────┬─────────┬────────────────────┬────────┐
│   id    │ build_chroot_id │ name │ epoch │ version │      release       │  arch  │
├─────────┼─────────────────┼──────┼───────┼─────────┼────────────────────┼────────┤
│ 1731690 │         5039662 │ git  │     0 │ 2.32.0  │ 1.eln_clang13_6.2  │ x86_64 │
│ 1731501 │         5039654 │ git  │     0 │ 2.32.0  │ 1.fc36.2           │ x86_64 │
│ 1732857 │         5039660 │ git  │     0 │ 2.32.0  │ 1.fc35.2           │ x86_64 │
│ 1732706 │         5039659 │ git  │     0 │ 2.32.0  │ 1.fc34.2           │ x86_64 │
│ 1733169 │         5039657 │ git  │     0 │ 2.32.0  │ 1.fc33.2           │ x86_64 │
│  226761 │         4275450 │ git  │     0 │ 2.31.1  │ 1.el8              │ x86_64 │
│  240815 │         4278439 │ git  │     0 │ 2.32.0  │ 1.el7              │ x86_64 │
...

Metadata Update from @nikromen:
- Issue close_status updated to: MIGRATED
- Issue status updated to: Closed (was: Open)

a year ago

Login to comment on this ticket.

Metadata