~cjwatson/britney/dynamic-arches

« back to all changes in this revision

Viewing changes to britney

  • Committer: Colin Watson
  • Date: 2014-07-24 14:40:03 UTC
  • Revision ID: cjwatson@canonical.com-20140724144003-xol1f3xg6l8tjzbx
Pass DISTRIBUTION and SERIES to promote-to-release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
357
357
 
358
358
lp_import() {
359
359
  # tell LP about the new delta
360
 
  promote-to-release -l "$LP_SERVICE" -v "$1"
 
360
  promote-to-release -l "$LP_SERVICE" -d "$DISTRIBUTION" -s "$SERIES" -v "$1"
361
361
}
362
362
 
363
363
save () {