- 21 Aug, 2020 3 commits
-
-
- 26 May, 2020 1 commit
-
-
Sven-Hendrik Haase authored
-
- 08 Feb, 2020 4 commits
-
-
Jelle van der Waa authored
The default siglevel is optional.
-
Jelle van der Waa authored
-
Jelle van der Waa authored
When the pacman sync db cannot be found include the missing database which was registered.
-
Jelle van der Waa authored
Add a new option to specify an alternative database path which can be used later for unit tests once there is a program to generate pacman db files with specific build orders we want to test.
-
- 01 Feb, 2020 1 commit
-
-
Jelle van der Waa authored
-
- 31 Jan, 2020 13 commits
-
-
Jelle van der Waa authored
-
Jelle van der Waa authored
Add a new parameter which accepts a filename and outputs the dot information to that file.
-
Jelle van der Waa authored
Use the petgraph library to create a DiGraph of the reverse dependency's.
-
Jelle van der Waa authored
-
Jelle van der Waa authored
For rebuilding we are interested in pkgbases instead of pkgnames otherwise we get duplicate information.
-
Jelle van der Waa authored
-
Jelle van der Waa authored
-
Jelle van der Waa authored
-
Jelle van der Waa authored
-
Jelle van der Waa authored
Support multiple pkgnames as input and add at least one value as requirement.
-
Jelle van der Waa authored
We always want to add reverse dependencies even if we already vistted the node. A reproducer is cargo run haskell-basic-prelude and taskell would end up not being included.
-
Jelle van der Waa authored
-
Jelle van der Waa authored
The previous approach would figure out the reverse dependencies of a package by iterating over all packages for finding the reverse dependencies of a package. Now we create one hashmap with the package to reverse dependencies mapping which reduces the amount of work we have to do and makes the program more or less constant time.
-
- 30 Jan, 2020 1 commit
-
-
Jelle van der Waa authored
-