~p-vasic/quickly/share-fix

« back to all changes in this revision

Viewing changes to data/templates/ubuntu-application/internal/packaging.py

  • Committer: Petar Vasić
  • Date: 2010-02-15 20:04:44 UTC
  • Revision ID: p.vasic@gmail.com-20100215200444-sd9abb8k9bme4amq
fixes share issues

Show diffs side-by-side

added added

removed removed

Lines of Context:
163
163
        print _("ERROR: an error occurred during source package creation")
164
164
        return(return_code)
165
165
    # now, pushing it to launchpad personal ppa (or team later)
166
 
    #return_code = subprocess.call(["dput", dput_ppa_name, changes_file])
 
166
    return_code = subprocess.call(["dput", dput_ppa_name, changes_file])
167
167
    if return_code != 0:
168
168
        print _("ERROR: an error occurred during source upload to launchpad")
169
169
        return(return_code)