You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[RFE] for each project with Godeps.json file, generate a commit deviation (cd) of its deps from the current one packaged in Fedora (just info about drifted commits)
#4
Open
ingvagabund opened this issue
Sep 18, 2015
· 3 comments
As a golang packager and maintainer, I would like to see how far are dependencies of my projects from those packages in Fedora. I.e. for reach dependency of my project, takes its commit (godeps_commit). For the same dependency take its commit from spec file (spec_commit). Compute
cd(deps) = spec_commit - godeps_commit.
Result will be integral number. If the number is negative, spec_file has to be updated. If the number is positive, newer version of the deps is packaged. The interesting situation will be for deps that are imported by two and more projects. So for each project, there will be different value of cd(deps).
Use case is to see which projects are capable of building from deps and which are not.
The text was updated successfully, but these errors were encountered:
Each project with Godeps.json will provide a link to all its dependencies (one link for each deps). This link will provide an x,y-graph, where x-axis will be labeled by commits (on commit for each project importing the dep) and y-axis will by labeled by project name (that import the deps) with a cd(dep) next to project's name (e.g. kubernetes (-5)).
ingvagabund
changed the title
[RFE] for each project with Godeps.json file, generate a commit deviation (cd) of its deps from the current one packaged in Fedora
[RFE] for each project with Godeps.json file, generate a commit deviation (cd) of its deps from the current one packaged in Fedora (just info about drifted commits)
Sep 21, 2015
As a golang packager and maintainer, I would like to see how far are dependencies of my projects from those packages in Fedora. I.e. for reach dependency of my project, takes its commit (godeps_commit). For the same dependency take its commit from spec file (spec_commit). Compute
Result will be integral number. If the number is negative, spec_file has to be updated. If the number is positive, newer version of the deps is packaged. The interesting situation will be for deps that are imported by two and more projects. So for each project, there will be different value of cd(deps).
Use case is to see which projects are capable of building from deps and which are not.
The text was updated successfully, but these errors were encountered: