aboutsummaryrefslogtreecommitdiff
path: root/dependencies
Commit message (Collapse)AuthorAge
* Switch all references to github.com/containers/libpod -> podmanDaniel J Walsh2020-07-28
| | | | Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
* Add codespell to validate spelling mistakes in code.Daniel J Walsh2020-01-11
| | | | | | Fix all errors found by codespell Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
* Replace "podman" with "Podman"xcffl2019-09-07
| | | | Signed-off-by: xcffl <xcffl@outlook.com>
* dependency/analyses: simplify scriptsValentin Rothberg2019-07-16
| | | | | | Credits to bash wizard @edsantiago for the changes. Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
* dependency-tree analysis: direct and transitiveValentin Rothberg2019-07-16
| | | | | | | Change the script to generate two files. One including direct dependencies, the other including direct and transitive dependencies. Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
* analyses: README: consistent code examplesValentin Rothberg2019-07-16
| | | | | | | Remove a blank line to make code examples more consistent and fix the path of the 2nd example. Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
* analyses: README: fix typosValentin Rothberg2019-07-16
| | | | Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
* analyses: add dependency-tree.shValentin Rothberg2019-07-16
| | | | | | Add a new analysis script to print the dependency tree. Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
* analyses: add README.mdValentin Rothberg2019-07-16
| | | | Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
* hack/analyses -> dependencies/analysesValentin Rothberg2019-07-16
| | | | | | | Move the analyses scripts to the dependencies directory to avoid scattering of the dependency management. Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
* migrate to go-modulesValentin Rothberg2019-06-24
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>