Remove bzr support, use git-remote-bzr instead
authorChristoph Berg <myon@debian.org>
Fri, 1 Jan 2016 15:03:10 +0000 (16:03 +0100)
committerChristoph Berg <myon@debian.org>
Fri, 1 Jan 2016 15:03:10 +0000 (16:03 +0100)
jenkins/pgapt-jobs.yaml

index 55cf33bb394e8889b145c57b643b8ff619227c41..53d726a3885db22f0e7dcad63a48a7bb787cbc4c 100644 (file)
                           predefined-parameters: 'queue=$queue'
                 - groovy-postbuild: *add_version_tag
 
-# bzr template
-
-- job-template: &bzr_source_template
-        <<: *apt_source_template
-        name: '{name}-bzr-source'
-        description: 'Build Debian source package of {name} from bzr.<br />Do not edit this job through the web interface, it is generated via jenkins-job-builder!'
-        parameters:
-                - string: *revision_string
-                - choice: *queue_choice
-        scm:
-                - bzr:
-                        url: 'http://anonscm.debian.org/bzr/pkg-postgresql/{bzr-branch}/'
-                        loggerhead: 'https://alioth.debian.org/scm/loggerhead/pkg-postgresql/{bzr-branch}'
-
-- job-template:
-        <<: *bzr_source_template
-        name: '{name}-bzr-source-lp'
-        scm:
-                - bzr:
-                        url: '{bzr-branch}'
-
 # git template
 
 - job-template: &git_source_template
         next-job: dput
         noadt: ''
 
-- job-group:
-        name: bzr-packages
-        jobs:
-                - '{name}-bzr-source'
-                - '{name}-binaries'
-        next-job: dput
-        noadt: ''
-
-- job-group:
-        name: bzr-packages-lp
-        jobs:
-                - '{name}-bzr-source-lp'
-                - '{name}-binaries'
-        next-job: dput
-        noadt: ''
-
-- job-group:
-        name: bzr-packages-adt
-        jobs:
-                - '{name}-bzr-source'
-                - '{name}-binaries'
-                - '{name}-testsuite'
-        #next-job: '{name}-testsuite' -- doesn't resolve {name} (needs to be set manually in the job)
-        noadt: 'ADT=skip '
-
 - job-group:
         name: git-packages
         jobs:
 
 - project: # needed by wal-e
         name: python-azure
-        bzr-branch: lp:~stub/ubuntu/trusty/python-azure/trunk
+        git-url: bzr::lp:~stub/ubuntu/trusty/python-azure/trunk
+        git-branch: master
         # needs dh-python
         dist-filter: '(distribution!="squeeze") && (distribution!="precise")'
         jobs:
-                - bzr-packages-lp
+                - git-packages
 
 - project:
         name: q3c
 
 - project:
         name: wal-e
-        bzr-branch: lp:~stub/ubuntu/trusty/wal-e/trunk
+        git-url: bzr::lp:~stub/ubuntu/trusty/wal-e/trunk
+        git-branch: master
         # needs python-swiftclient
         dist-filter: '(distribution!="squeeze") && (distribution!="wheezy") && (distribution!="precise")'
         jobs:
-                - bzr-packages-lp
+                - git-packages
 
 - project:
         name: upgrade-8.4-9.4