#162 Add pkgname helper?
Opened 3 years ago by churchyard. Modified 3 years ago

I have this helper script called pkgname:

1
2
3
4
5
6
#!/usr/bin/python3
import fileinput


for line in fileinput.input():
    print(line.rsplit("-", 2)[0])

Would you accept this in the fedora-packager project?


Bike shedding: pkgname might be ambiguous. Should it be rpmname?

I will like pkgname seems appropriate compared to rpmname.

https://pagure.io/fedora-packager/pull-request/163 has been merged coupe months ago.

Is there an ETA on a new release?

Soon. we want to finish sorting out the changes we want to land to help the new account system and then do a release. I'd say in the next week or two. Sorry for the delay.

Login to comment on this ticket.

Metadata
Related Pull Requests
  • #163 Merged 3 years ago