This allows us to reuse code, e.g. to get info out of Koji, for both calculating release tags and generating the changelog. Signed-off-by: Nils Philippsen <nils@redhat.com>
6 lines
65 B
Python
Executable file
6 lines
65 B
Python
Executable file
#!/usr/bin/env python
|
|
|
|
from rpmautospec.cli import main
|
|
|
|
|
|
main()
|