| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Signed-off-by: Stephen Finucane <stephen@that.guru>
|
| |
|
|
|
|
| |
It's EOL
Signed-off-by: Stephen Finucane <stephen@that.guru>
|
| | |
|
| | |
|
| |
|
|
|
|
| |
tox can run the command directly.
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
|
| |
|
|
|
|
|
|
|
|
|
| |
The "Checkout" action defaults to a shallow clone, checking out a HEAD.
This borks pbr (and likely similar packages like 'setuptools_scm') since
they don't have the full history to build a version number from. Fix
this by configuring the 'fetch_depth' setting [1].
[1] https://github.com/actions/checkout#fetch-all-history-for-all-tags-and-branches
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
|
| | |
|
| | |
|
|
|
Travis CI now requires that we apply for OSS credits. The CI tool used
doesn't really matter so long as it works, so switch to GitHub Actions.
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
|