jenkins: rename scripts based on jenkins.debian.net names

Make things self-documenting by reusing the exact same names everywhere.
This commit is contained in:
Hans-Christoph Steiner 2017-11-08 09:40:10 +01:00
parent d347f3ebb2
commit 3a04ec91b7
3 changed files with 10 additions and 0 deletions

View File

@ -3,6 +3,10 @@
# this is the script run by the Jenkins server to run the build tests. Be
# sure to always run it in its dir, i.e. ./jenkins-build, otherwise it might
# remove things that you don't want it to.
#
# runs here:
# https://jenkins.debian.net/job/reproducible_fdroid_build_apps
if [ `dirname $0` != "." ]; then
echo "only run this script like ./`basename $0`"

View File

@ -1,4 +1,7 @@
#!/bin/bash
#
# runs here:
# https://jenkins.debian.net/job/reproducible_setup_fdroid_build_environment
if [ `dirname $0` != "." ]; then
echo "only run this script like ./`basename $0`"

View File

@ -3,6 +3,9 @@
# this is the script run by the Jenkins server to run the tools tests. Be
# sure to always run it in its dir, i.e. ./jenkins-test, otherwise it might
# remove things that you don't want it to.
#
# runs here:
# https://jenkins.debian.net/job/reproducible_fdroid_test
if [ `dirname $0` != "." ]; then
echo "only run this script like ./`basename $0`"