mirror of
https://github.com/openSUSE/osc.git
synced 2025-10-05 08:59:19 +02:00
bugfix for broken canonname
b'name'-b'version'-b'release'-b'arch'.rpm --> name-version-release-arch.rpm * switch shebang to #!/usr/bin/python3 for osc-wrapper.py * switch regex string to b''
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python3
|
||||
#!/usr/bin/python3
|
||||
|
||||
# this wrapper exists so it can be put into /usr/bin, but still allows the
|
||||
# python module to be called within the source directory during development
|
||||
|
Reference in New Issue
Block a user