#2434 write-signed-rpm should lowercase sig-keys
Closed: Fixed 3 years ago by tkopecek. Opened 3 years ago by kevin.

Right now write-signed-rpm is case sensitive on sig-keys. It would be nice if it just always lowercased them before processing.

Example:

➜  ✗ koji write-signed-rpm 45719A39 DecodeIR-2.45-16.fc33
[1/26] DecodeIR-2.45-16.fc33.src
2020-08-11 16:47:57,540 [ERROR] koji: GenericError: No cached signature for package DecodeIR-2.45-16.fc33.src, key 45719A39
➜  ✗ koji write-signed-rpm 45719a39 DecodeIR-2.45-16.fc33
[1/26] DecodeIR-2.45-16.fc33.src
[2/26] DecodeIR-javadoc-2.45-16.fc33.noarch
[3/26] DecodeIR-debuginfo-2.45-16.fc33.armv7hl
[4/26] DecodeIR-2.45-16.fc33.armv7hl
[5/26] DecodeIR-devel-2.45-16.fc33.armv7hl
[6/26] DecodeIR-debugsource-2.45-16.fc33.armv7hl
[7/26] DecodeIR-debuginfo-2.45-16.fc33.i686
[8/26] DecodeIR-debugsource-2.45-16.fc33.i686
[9/26] DecodeIR-2.45-16.fc33.i686
[10/26] DecodeIR-devel-2.45-16.fc33.i686
[11/26] DecodeIR-2.45-16.fc33.x86_64
[12/26] DecodeIR-debuginfo-2.45-16.fc33.x86_64
[13/26] DecodeIR-debugsource-2.45-16.fc33.x86_64
[14/26] DecodeIR-devel-2.45-16.fc33.x86_64
[15/26] DecodeIR-debuginfo-2.45-16.fc33.aarch64
[16/26] DecodeIR-debugsource-2.45-16.fc33.aarch64
[17/26] DecodeIR-devel-2.45-16.fc33.aarch64
[18/26] DecodeIR-2.45-16.fc33.aarch64
[19/26] DecodeIR-devel-2.45-16.fc33.ppc64le
[20/26] DecodeIR-2.45-16.fc33.ppc64le
[21/26] DecodeIR-debugsource-2.45-16.fc33.ppc64le
[22/26] DecodeIR-debuginfo-2.45-16.fc33.ppc64le
[23/26] DecodeIR-devel-2.45-16.fc33.s390x
[24/26] DecodeIR-2.45-16.fc33.s390x
[25/26] DecodeIR-debugsource-2.45-16.fc33.s390x
[26/26] DecodeIR-debuginfo-2.45-16.fc33.s390x

Metadata Update from @tkopecek:
- Custom field Size adjusted to None
- Issue set to the milestone: 1.23

3 years ago

Metadata Update from @tkopecek:
- Issue tagged with: testing-ready

3 years ago

Metadata Update from @mfilip:
- Issue tagged with: testing-done

3 years ago

Login to comment on this ticket.

Metadata
Related Pull Requests
  • #2459 Merged 3 years ago