diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-04-20 17:10:18 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-04-20 17:10:18 +0200 |
commit | 6a7024cfda3d4532a8c23271a79f4ad3f4f6fe5b (patch) | |
tree | 373ffa33d31db7503121360003f12208f1edaba4 /job-cfg | |
parent | 2e622b334e09d74f7381fc19c8ef6e3c505ecb57 (diff) | |
download | jenkins.debian.net-6a7024cfda3d4532a8c23271a79f4ad3f4f6fe5b.tar.xz |
reproducible F-Droid: drop _profitbricks7 from job names and rename '_build_all' to '_build_apps'
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/reproducible.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index 11c2bfca..b0a533c1 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -857,13 +857,13 @@ - '{name}_{otherproject_git}': otherproject_git: - - 'setup_fdroid_build_environment_profitbricks7': + - 'setup_fdroid_build_environment': my_description: 'Setup a build environment for F-Droid.' my_timed: '42 0 * * 1' my_hname: 'profitbricks7' my_gitrepo: 'https://gitlab.com/fdroid/fdroidserver.git' my_recipients: 'jenkins+reproducible-builds qa-jenkins-scm@lists.alioth.debian.org hans@guardianproject.info michael.poehn@fsfe.org' - - 'fdroid_build_all_profitbricks7': + - 'fdroid_build_apps': my_description: 'Build all the latest apps for F-Droid.' my_timed: '42 7 * * *' my_hname: 'profitbricks7' |