- Aug 17, 2021
-
-
Jakub Ružička authored
-
- Feb 24, 2021
-
-
Jakub Ružička authored
-
Jakub Ružička authored
* packaging is required on old pythons (<= 3.7) * pbr is required for packaging * nvchecker was optional but new features depend on it
-
Jakub Ružička authored
It's not really needed.
-
Jakub Ružička authored
Add a way to specify per-project nvchecker config for upstream repos. Individual nvchecker config files in data/upstream-nv/ must follow naming conventions used by downstream config. When project.upstream.nvconfig = 'foo.toml' cznicinfo uses data/upstream-nv/foo.toml nvchecker config file to get upstream versions. Upstream versions are included in following commands: * versions * report Refactor related code to be more universal and consistent.
-
- Feb 10, 2021
-
-
Jakub Ružička authored
-
Jakub Ružička authored
-
- Nov 03, 2020
-
-
Jakub Ružička authored
It can actually render a semi-decent report now.
-
- Nov 02, 2020
-
-
Jakub Ružička authored
-
Jakub Ružička authored
* new template module provides rendering of templates using jinja2
-
Jakub Ružička authored
leave only selected projects in info for now.
-
Jakub Ružička authored
* versions are now fetched using nvchecker * new nv module provides utility functions for using nvchecker to check for new versions such as generating nvchecker config * new cache module provides interface for accessing cache paths in ~/.cache/cznicinfo * infocore was extended to support supported_distros.yaml as well as other arbitrary data files
-
Jakub Ružička authored
-
- Oct 30, 2020
-
-
Jakub Ružička authored
-
- Oct 05, 2020
-
-
Jakub Ružička authored
License is already specified in classifier.
-
- Sep 04, 2020
-
-
Jakub Ružička authored
-
- Sep 02, 2020
-
-
Jakub Ružička authored
-
- Aug 26, 2020
-
-
Jakub Ružička authored
Use default when not provided as intended.
-
Jakub Ružička authored
Clone debian package source repos from salsa.debian.org using: cznicinfo clone -t debian foo bar baz This requires distro-pkgs[N].path project attribute in info which was added for projects with debian packages.
-
Jakub Ružička authored
Include util.cmd and utils.git subprocess wrappers from rdopkg for convenient system commands interaction.
-
- Aug 25, 2020
-
-
Jakub Ružička authored
Also mention a future improvement to keeping doc text up-to-date.
-
Jakub Ružička authored
Better than nothing, yes?
-
Jakub Ružička authored
These fill are likely to only get bigger. Don't load query/print code when you only want to fetch info etc.
-
- Aug 24, 2020
-
-
Jakub Ružička authored
better wait for nvchecker2 which brings support for plugins amongst other things. It should have different config format, too.
-
Jakub Ružička authored
* add datovka * remove dns-probe * update distro packages and update stuff
-
Jakub Ružička authored
It's not very useful by default but I still tried this so here's the code.
-
Jakub Ružička authored
until nvchecker2 comes out.
-
- Aug 20, 2020
-
-
Jakub Ružička authored
-
Jakub Ružička authored
List git repos at gitlab.nic.cz in the same format `list` uses.
-
Jakub Ružička authored
It's a core functionality, really. utils module was happily obliterated.
-
Jakub Ružička authored
Add basic info for following new projects: * bird * turris-os * fred-server
-
- Aug 18, 2020
-
-
Jakub Ružička authored
-
- Aug 12, 2020
-
-
Jakub Ružička authored
Example of use: cznicinfo find -f list knot I also cleaned up sources as flake8 commands.
-
- Aug 11, 2020
-
-
Jakub Ružička authored
Also allow dumping raw parsed project data using cznicinfo show --format yaml foo
-
Jakub Ružička authored
Also adjust links format.
-
Jakub Ružička authored
-
Jakub Ružička authored
Also update cznicinfo.yaml with more information.
-
- Aug 07, 2020
-
-
Jakub Ružička authored
-
- Aug 06, 2020
-
-
Jakub Ružička authored
The journey to tame all packaging metadata begins...
-