Bug 163295

Summary: need way to push multiple updates at once
Product: [Retired] Fedora Infrastructure Reporter: Bill Nottingham <notting>
Component: update systemAssignee: Luke Macken <lmacken>
Status: CLOSED CURRENTRELEASE QA Contact: Bill Nottingham <notting>
Severity: medium Docs Contact:
Priority: medium    
Version: unspecifiedCC: notting, pfrields, rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-07-19 00:49:29 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Bill Nottingham 2005-07-14 21:28:33 UTC
Since the overriding time expenditure in the push process is the metadata
generation (yum-arch/createrepo), it would be good to be able to select multiple
updates and push them all at once, only running the metadata generation once for
the set of them.

Comment 1 Luke Macken 2005-07-18 20:21:20 UTC
Done.

Comment 2 Bill Nottingham 2005-07-18 23:57:06 UTC
When pushing multiple updates, it looks like:

Pushing firefox-1.0.6-0.1.fc3...

Coping firefox-1.0.6-0.1.fc3 from
/mnt/redhat/beehive/comps/dist/fc3-updates-candidate/firefox/1.0.6-0.1.fc3/ to
/mnt/redhat/fedora/updates-stage//testing/3//

/mnt/redhat/beehive/comps/dist/fc3-updates-candidate/firefox/1.0.6-0.1.fc3//SRPMS/firefox-1.0.6-0.1.fc3.src.rpm
=> /mnt/redhat/fedora/updates-stage//testing/3/SRPMS//firefox-1.0.6-0.1.fc3.src.rpm
/mnt/redhat/beehive/comps/dist/fc3-updates-candidate/firefox/1.0.6-0.1.fc3//i386/firefox-1.0.6-0.1.fc3.i386.rpm
=> /mnt/redhat/fedora/updates-stage//testing/3/i386//firefox-1.0.6-0.1.fc3.i386.rpm
/mnt/redhat/beehive/comps/dist/fc3-updates-candidate/firefox/1.0.6-0.1.fc3//i386/firefox-debuginfo-1.0.6-0.1.fc3.i386.rpm
=>
/mnt/redhat/fedora/updates-stage//testing/3/i386//debug/firefox-debuginfo-1.0.6-0.1.fc3.i386.rpm
/mnt/redhat/beehive/comps/dist/fc3-updates-candidate/firefox/1.0.6-0.1.fc3//x86_64/firefox-1.0.6-0.1.fc3.x86_64.rpm
=>
/mnt/redhat/fedora/updates-stage//testing/3/x86_64//firefox-1.0.6-0.1.fc3.x86_64.rpm
/mnt/redhat/beehive/comps/dist/fc3-updates-candidate/firefox/1.0.6-0.1.fc3//x86_64/firefox-debuginfo-1.0.6-0.1.fc3.x86_64.rpm
=>
/mnt/redhat/fedora/updates-stage//testing/3/x86_64//debug/firefox-debuginfo-1.0.6-0.1.fc3.x86_64.rpm

Assigning unique update id

Sending notification mail to caillon

Pushing firefox-1.0.6-0.1.fc4...

Coping firefox-1.0.6-0.1.fc4 from
/mnt/redhat/beehive/comps/dist/fc4-updates-candidate/firefox/1.0.6-0.1.fc4/ to
/mnt/redhat/fedora/updates-stage//testing/4//

/mnt/redhat/beehive/comps/dist/fc4-updates-candidate/firefox/1.0.6-0.1.fc4//SRPMS/firefox-1.0.6-0.1.fc4.src.rpm
=> /mnt/redhat/fedora/updates-stage//testing/4/SRPMS//firefox-1.0.6-0.1.fc4.src.rpm
...

i.e., it's sending the notification mail before it actually pushes the files?


Comment 3 Bill Nottingham 2005-07-19 00:03:14 UTC
It also appears to run yum-arch/createrepo multiple times for the same repository.

Comment 4 Luke Macken 2005-07-19 00:49:29 UTC
This issue should be fixed.