gplugin/gplugin

Add package cloud support for debian stable
feature/convey
2017-10-20, Gary Kramlich
1a5eb133528e
Parents f8348b4cd015
Children 2e26f9711797
Add package cloud support for debian stable
  • +23 -2
    convey.yml
  • --- a/convey.yml Wed Oct 11 01:27:33 2017 -0500
    +++ b/convey.yml Fri Oct 20 01:05:51 2017 -0500
    @@ -52,6 +52,22 @@
    command: push --verbose ${REPOSITORY}/${DISTRIBUTION} artifacts/${FILES}
    workdir: /workspace
    + package-cloud-debian-stable-amd64:
    + type: extend
    + task: package-cloud
    + environment:
    + - PACKAGECLOUD_TOKEN
    + - REPOSITORY=pidgin/experimental
    + - DISTRIBUTION=debian/stretch
    + - FILES=debian-stable-amd64/debs/*.deb
    + package-cloud-debian-stable-source:
    + type: extend
    + task: package-cloud
    + environment:
    + - PACKAGECLOUD_TOKEN
    + - REPOSITORY=pidgin/experimental
    + - DISTRIBUTION=debian/stretch
    + - FILES=debian-stretch-amd64/debs/*.dsc
    package-cloud-debian-testing-amd64:
    type: extend
    task: package-cloud
    @@ -96,8 +112,13 @@
    - export-debian-testing-amd64
    debian-package-cloud:
    stages:
    - - tasks: import-artifacts
    - - tasks:
    + - name: import packages
    + tasks: import-artifacts
    + - name: upload packages
    + concurrent: true
    + tasks:
    + - package-cloud-debian-stable-amd64
    + - package-cloud-debian-stable-source
    - package-cloud-debian-testing-amd64
    - package-cloud-debian-testing-source