mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
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:
parent
d347f3ebb2
commit
3a04ec91b7
3 changed files with 10 additions and 0 deletions
|
@ -3,6 +3,10 @@
|
||||||
# this is the script run by the Jenkins server to run the build tests. Be
|
# 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
|
# sure to always run it in its dir, i.e. ./jenkins-build, otherwise it might
|
||||||
# remove things that you don't want it to.
|
# remove things that you don't want it to.
|
||||||
|
#
|
||||||
|
# runs here:
|
||||||
|
# https://jenkins.debian.net/job/reproducible_fdroid_build_apps
|
||||||
|
|
||||||
|
|
||||||
if [ `dirname $0` != "." ]; then
|
if [ `dirname $0` != "." ]; then
|
||||||
echo "only run this script like ./`basename $0`"
|
echo "only run this script like ./`basename $0`"
|
|
@ -1,4 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
#
|
||||||
|
# runs here:
|
||||||
|
# https://jenkins.debian.net/job/reproducible_setup_fdroid_build_environment
|
||||||
|
|
||||||
if [ `dirname $0` != "." ]; then
|
if [ `dirname $0` != "." ]; then
|
||||||
echo "only run this script like ./`basename $0`"
|
echo "only run this script like ./`basename $0`"
|
|
@ -3,6 +3,9 @@
|
||||||
# this is the script run by the Jenkins server to run the tools tests. Be
|
# 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
|
# sure to always run it in its dir, i.e. ./jenkins-test, otherwise it might
|
||||||
# remove things that you don't want it to.
|
# remove things that you don't want it to.
|
||||||
|
#
|
||||||
|
# runs here:
|
||||||
|
# https://jenkins.debian.net/job/reproducible_fdroid_test
|
||||||
|
|
||||||
if [ `dirname $0` != "." ]; then
|
if [ `dirname $0` != "." ]; then
|
||||||
echo "only run this script like ./`basename $0`"
|
echo "only run this script like ./`basename $0`"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue