Snippets

Atri Bhattacharya Useful RPM tips, workarounds, snippets

Created by Atri Bhattacharya last modified

Python

Setting tmpdir for pytest tests

Try in order:

  1. export PYTEST_DEBUG_TEMPROOT=$(mktemp -d -p ./)
  2. export TMDIR=$(mktemp -d -p ./)

OBS specific

_service file template

Preamble for _multibuild specfile

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.