#925 Allow longer Build Target names
Merged by mikem. Opened by mprahl.
Unknown source master

Download 925.patch

The tag name length restriction was increased to 256 characters last year [1]. Because of this, MBS started using more informative tag names [2] but it turns out that the tag name is also used to create the build target. We'd like to keep the naming consistent and to do this, we must increases the length restriction on build target names.

1 - https://pagure.io/koji/c/d9280d694501afb2df6c12b3f9778beb73f350a0?branch=master
2 - https://pagure.io/fm-orchestrator/issue/918

rebased onto c6b9cebf94b5590315d982a217a5adc109dd0ad9

Name is used in more places (edit_build_target), which needs to check this length also.

rebased onto 4fa12c52f71d4dcc226a59e306fbcf047d0b41d7

@tkopecek I just added the length check to edit_build_target. Are there any other locations that you're aware of?

rebased onto 94fb84ee2d02de63bef1155890d6ab928ca444ec

rebased onto b7fc842dfeb73d153db0edb92d0561a89365f41c

I believe, this is all.
:thumbsup:

Commit 54b8c362 fixes this pull-request

Pull-Request has been merged by mikem

Metadata