/[soft]/mga-gnome/trunk/mga-gnome
ViewVC logotype

Diff of /mga-gnome/trunk/mga-gnome

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 5288 by ovitters, Sat Aug 4 18:32:33 2012 UTC revision 5289 by ovitters, Sat Aug 4 18:36:28 2012 UTC
# Line 769  def cmd_package_new_version(options, par Line 769  def cmd_package_new_version(options, par
769    
770          # Submit is optional          # Submit is optional
771          if options.submit:          if options.submit:
772              subprocess.check_call(['mgarepo', 'submit'], cwd=cwd)              cmd = ['mgarepo', 'submit']
773                if Downstream.DISTRO:
774                    cmd.extend(('--define', 'section=core/updates_testing', '-t', Downstream.DISTRO))
775                subprocess.check_call(cmd, cwd=cwd)
776      except subprocess.CalledProcessError:      except subprocess.CalledProcessError:
777          sys.exit(1)          sys.exit(1)
778    

Legend:
Removed from v.5288  
changed lines
  Added in v.5289

  ViewVC Help
Powered by ViewVC 1.1.30