Bug 1084583

Summary: [RFE][PATCH] Allow specifying an 'int' for 'latest'
Product: [Fedora] Fedora Reporter: Ralph Bean <rbean>
Component: kojiAssignee: Dennis Gilmore <dennis>
Status: CLOSED UPSTREAM QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: dennis, lmacken, mikem
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-03-29 14:13:09 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1082830    
Attachments:
Description Flags
Patch that allows specifying an "int" for "latest" none

Description Ralph Bean 2014-04-04 18:52:45 UTC
Created attachment 882813 [details]
Patch that allows specifying an "int" for "latest"

This should preserve the pre-existing behavior, where if latest is set to True, only the latest builds in a tag are returned, and if latest is set to False, all the builds in a tag are returned.
 
The new behavior proposed here is a kind of middleground, where you can set latest=3, and only the latest three builds for each package in a tag are returned.
 
We want this ultimately for mashing rawhide so we can create a downgrade path for people if new builds break them.

See https://bugzilla.redhat.com/show_bug.cgi?id=1082830

Comment 1 Ralph Bean 2014-08-05 11:45:04 UTC
Patch rebased and sent to the buildsys list:  https://lists.fedoraproject.org/pipermail/buildsys/2014-August/004344.html

Comment 2 Ralph Bean 2015-02-23 16:08:44 UTC
Some discussion in this thread:  https://lists.fedoraproject.org/pipermail/buildsys/2015-February/004541.html

As of this moment it's not yet merged into the fedorahosted repo from what I can see.