Project

General

Profile

action #47765

Updated by lnussel almost 5 years ago

The :Update project needs to have 

     <attributes> 
     <attribute name="Maintained" namespace="OBS"/> 
     <attribute name="BranchTarget" namespace="OBS"/> 
     <attribute name="ApprovedRequestSource" namespace="OBS"/> 
     </attributes> 

 => 

     $ osc meta attribute -c -a OBS:Maintained openSUSE:Leap:15.1:Update 

 And set update project: 

     $ osc meta attribute -c -a OBS:UpdateProject -s openSUSE:Leap:15.1:Update openSUSE:Leap:15.1 
    

Back