~ubuntu-langpack/langpack-o-matic/main

« back to all changes in this revision

Viewing changes to packages

  • Committer: Martin Pitt
  • Date: 2016-09-13 19:06:59 UTC
  • Revision ID: martin.pitt@canonical.com-20160913190659-ia5kw9hwz0xdczvw
packages: use canonical PPA archive names

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
while [ -n "$1" ]; do
15
15
    case "$1" in
16
16
        ppa)
17
 
            DEST=ppa
 
17
            DEST=ppa:ubuntu-langpack/ubuntu/ppa
18
18
            ;;
19
19
        rtm)
20
 
            DEST=ppa-phone-overlay
 
20
            DEST=ppa:ci-train-ppa-service/ubuntu/stable-phone-overlay
21
21
            ;;
22
22
        upload)
23
23
            UPLOAD=1