1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-07-07 01:40:10 +02:00

buildserver: make provision scripts output name to log

This commit is contained in:
Hans-Christoph Steiner 2016-07-04 14:20:42 +02:00
parent 0171dd60fd
commit 4e787cc750
6 changed files with 9 additions and 0 deletions

View File

@ -1,5 +1,7 @@
#!/bin/sh #!/bin/sh
echo $0
fixit() fixit()
{ {
#Fix sudoers so the PATH gets passed through, otherwise chef #Fix sudoers so the PATH gets passed through, otherwise chef

View File

@ -1,6 +1,7 @@
#!/bin/bash #!/bin/bash
# #
echo $0
set -e set -e
NDK_BASE=$1 NDK_BASE=$1

View File

@ -1,6 +1,7 @@
#!/bin/bash #!/bin/bash
# #
echo $0
set -e set -e
set -x set -x

View File

@ -1,5 +1,6 @@
#!/bin/bash #!/bin/bash
echo $0
set -e set -e
set -x set -x

View File

@ -1,5 +1,6 @@
#!/bin/bash #!/bin/bash
echo $0
set -e set -e
set -x set -x

View File

@ -1,5 +1,8 @@
#!/bin/bash #!/bin/bash
echo $0
set -e
# Ubuntu trusty 14.04's paramiko does not work with jessie's openssh's default settings # Ubuntu trusty 14.04's paramiko does not work with jessie's openssh's default settings
# https://stackoverflow.com/questions/7286929/paramiko-incompatible-ssh-peer-no-acceptable-kex-algorithm/32691055#32691055 # https://stackoverflow.com/questions/7286929/paramiko-incompatible-ssh-peer-no-acceptable-kex-algorithm/32691055#32691055