diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-04-20 17:19:43 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-04-20 17:19:43 +0200 |
commit | df326cfa6bdf863eb9e803d01b54ae28a08b7174 (patch) | |
tree | c67604ab514386ebef4873854f54d2e6b9bad1cc /bin | |
parent | 6a7024cfda3d4532a8c23271a79f4ad3f4f6fe5b (diff) | |
download | jenkins.debian.net-df326cfa6bdf863eb9e803d01b54ae28a08b7174.tar.xz |
reproducible F-Droid: more naming fixes
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/jenkins_node_wrapper.sh | 4 | ||||
-rw-r--r-- | bin/reproducible_fdroid_build_apps.sh (renamed from bin/reproducible_fdroid_build_all_profitbricks7.sh) | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/jenkins_node_wrapper.sh b/bin/jenkins_node_wrapper.sh index 72d2d586..3e3af289 100755 --- a/bin/jenkins_node_wrapper.sh +++ b/bin/jenkins_node_wrapper.sh @@ -129,8 +129,8 @@ elif [[ "$*" =~ ^reproducible_freebsd ]] ; then exec /srv/jenkins/bin/reproducible_freebsd.sh ; croak "Exec failed"; elif [[ "$*" =~ ^reproducible_setup_schroot_archlinux ]] ; then exec /srv/jenkins/bin/reproducible_setup_archlinux_schroot.sh ; croak "Exec failed"; -elif [[ "$*" =~ ^reproducible_fdroid_build_all ]] ; then - exec /srv/jenkins/bin/reproducible_fdroid_build_all.sh ; croak "Exec failed"; +elif [[ "$*" =~ ^reproducible_fdroid_build_apps ]] ; then + exec /srv/jenkins/bin/reproducible_fdroid_build_apps.sh ; croak "Exec failed"; elif [[ "$*" =~ ^reproducible_setup_fdroid_build_environment ]] ; then exec /srv/jenkins/bin/reproducible_setup_fdroid_build_environment.sh ; croak "Exec failed"; elif [[ "$*" =~ ^reproducible_setup_mock_fedora-23_x86_64 ]] ; then diff --git a/bin/reproducible_fdroid_build_all_profitbricks7.sh b/bin/reproducible_fdroid_build_apps.sh index cbc25a77..cbc25a77 100644 --- a/bin/reproducible_fdroid_build_all_profitbricks7.sh +++ b/bin/reproducible_fdroid_build_apps.sh |