summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tor.yaml89
1 files changed, 0 insertions, 89 deletions
diff --git a/tor.yaml b/tor.yaml
index c54caba..fa788c5 100644
--- a/tor.yaml
+++ b/tor.yaml
@@ -1,95 +1,6 @@
###############################################################
### tor
###############################################################
-- project:
- name: tor-ci-linux
- version:
- - master:
- branch_name: 'main'
- debian_upstream_release_branch: 'main'
- debian_branch: 'master'
- #- 0.4.X:
- # branch_name: 'maint-{version}'
- # debian_upstream_release_branch: 'release-{version}'
- # #debian_branch: 'debian-{version}'
- # debian_branch: 'master'
- - 0.4.6:
- branch_name: 'maint-{version}'
- debian_upstream_release_branch: 'release-{version}'
- debian_branch: 'debian-{version}'
- - 0.4.5:
- branch_name: 'maint-{version}'
- debian_upstream_release_branch: 'release-{version}'
- debian_branch: 'debian-{version}'
- - 0.3.5:
- branch_name: 'maint-{version}'
- debian_upstream_release_branch: 'release-{version}'
- debian_branch: 'debian-{version}'
- jobs:
- - 'tor-debian-{version}-nightly-source'
- - 'tor-debian-{version}-nightly-binaries'
- - 'tor-debian-{version}-nightly-install'
-
-
-#### nightly .debs
-- job-template:
- name: 'tor-debian-{version}-nightly-source'
- project-type: freestyle
- node: Linux
- scm:
- - git:
- url: 'https://git.torproject.org/tor.git'
- fastpoll: true
- branches:
- - '{branch_name}'
- - '{debian_upstream_release_branch}'
- basedir: tor
- - git:
- url: 'https://git.torproject.org/debian/tor.git'
- fastpoll: true
- branches:
- - '{debian_branch}'
- basedir: debian-tor
- builders:
- - shell: |
- buildscriptdir=tor-debian-GENERIC-nightly-source SUITE="buster" ARCHITECTURE=amd64 /home/jenkins/jenkins-tools/slaves/linux/build-wrapper
- publishers:
- - archive:
- artifacts: "RESULT/*"
- - trigger:
- project: 'tor-debian-{version}-nightly-binaries'
- - notify-tor-irc
- - post-workspace-cleanup
-- job-template:
- name: 'tor-debian-{version}-nightly-binaries'
- scm: []
- builders:
- - copyartifact:
- project: 'tor-debian-{version}-nightly-source'
- which-build: "upstream-build"
- flatten: true
- target: incoming
- - shell: "/home/jenkins/jenkins-tools/slaves/linux/tor-debian-master-nightly-binaries"
- publishers:
- - archive:
- artifacts: "RESULT/*"
- #- trigger:
- # project: 'tor-debian-{version}-nightly-install'
- - notify-tor-irc
- - post-workspace-cleanup
-- job-template:
- name: 'tor-debian-{version}-nightly-install'
- project-type: freestyle
- node: master
- scm: []
- builders:
- - shell: 'true'
- - copyartifact:
- project: 'tor-debian-{version}-nightly-binaries'
- which-build: "upstream-build"
- flatten: true
- target: incoming
- - shell: "rsync -v incoming/*/* tordeb@palmeri.torproject.org:-overridden-server-side- && ssh tordeb@palmeri.torproject.org dinstall"
#### .debs: release builds
- job: