Skip to content

Are dependencies correct on branches? #31

@dlangille

Description

@dlangille

The webpages appear to have the same dependencies:

Is all that data pulled from the correct port_id?

on head:

freshports.devgit=# select * from port_dependencies where port_id = 58860;
 port_id | port_id_dependent_upon | dependency_type 
---------+------------------------+-----------------
   58860 |                    239 | B
   58860 |                  58437 | R
(2 rows)

On 2020Q3:

freshports.devgit=# select * from port_dependencies where port_id = 59695;
 port_id | port_id_dependent_upon | dependency_type 
---------+------------------------+-----------------
(0 rows)

To be clear, it appears the port on the branch has no entries in port_dependencies.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions