Sort json from registry into logical blocks
Opened this issue · 1 comments
pgronkiewicz commented
We should sort the json that we get with features into logical blocks, e.x. adding repositories, apt-get install, pip install, etc
pgronkiewicz commented
This issue is about 2 topics:
- Identify most common groups
- Create a parser that will check the features (or parse initial Pazuzufile) and group them together
Most obvious cases would be:
- apt-get install
- adding repositories (e.x. add-apt-repository)
- pip/pip3
- sbt
- npm
- gem install