| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
This seems to be the only way to get changes made to the builders.
|
| |
|
| |
|
|
|
|
|
|
| |
busybox rm -r needs the positional argument as . if you want to work
against the current directory, GNU rm assumes that no positional
argument for paths means current directory.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
twisted needs some fixes to work with python 3.8
|
|
|
|
| |
thanks to @ncopa for finding this one
|
|
|
|
|
|
|
|
|
|
| |
Twisted is used for a subsection of functionality and cause a circular
dependency since Twisted uses automat as well, Graphviz is also removed
since it is the other dependency required for the same subsect of
functionality so no reason to keep it if we are going to disable testing
it.
This was found during the Python3.8 rebuild.
|
| |
|
|
|
|
| |
noting in main uses it so we can move it
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
add python2 to makedepends
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|