Project

General

Profile

action #20372

Updated by lnussel over 6 years ago

 
 Need to reject requests to the new distro and set update project if not done already: 

     osc meta attribute openSUSE:Leap:42.3 -c -a OBS:RejectRequests -s "Please submit to openSUSE:Leap:42.3:Update" 
     osc meta attribute openSUSE:Leap:42.3 -c -a OBS:UpdateProject -s openSUSE:Leap:42.3:Update 

     osc meta attribute openSUSE:Leap:42.3:NonFree -c -a OBS:RejectRequests -s "Please submit to openSUSE:Leap:42.3:NonFree:Update" 
     osc meta attribute openSUSE:Leap:42.3:NonFree -c -a OBS:UpdateProject -s openSUSE:Leap:42.3:NonFree:Update 

Back