#7342 Create PDC release in addition to PDC product-version.
Merged 6 years ago by mohanboddu. Opened 6 years ago by ralph.

@@ -31,3 +31,10 @@ 

          short=args.product.lower(),

          version=args.version,

      ))

+     pdc['releases']._(dict(

+         name=args.product,

+         short=args.product.lower(),

+         version=args.version,

+         release_type='ga',

+         product_version='%s-%s' % (args.product, args.version),

+     ))

This is part of the puzzle for https://pagure.io/fedora-infrastructure/issue/6729

This creates the "release" in addition to the product version, so that tools
like fedrepo-req can find out about the active product-version. The
product-version was previously created, but without an associated version it
was counted as inactive.

Signed-off-by: Ralph Bean rbean@redhat.com

Commit 87fb30a fixes this pull-request

Pull-Request has been merged by mohanboddu

6 years ago

Pull-Request has been merged by mohanboddu

6 years ago
Metadata