This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from 6a8666b bin/createsusetagsrepo: change bash array usage slightly. new 5210aba bin/build-rpm-package: debug script a bit. I totally can't piece together what I initially thought to do. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: bin/build-rpm-package | 4 ++++ 1 file changed, 4 insertions(+) -- Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository buildscripts. commit 5210aba27a9d3c4d6bedd282587c04913443d949 Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Apr 22 00:18:21 2017 +0200 bin/build-rpm-package: debug script a bit. I totally can't piece together what I initially thought to do. --- bin/build-rpm-package | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bin/build-rpm-package b/bin/build-rpm-package index a1efb07..a5a30a5 100755 --- a/bin/build-rpm-package +++ b/bin/build-rpm-package @@ -1080,6 +1080,10 @@ upload_packages() { typeset -a read_arr while IFS='.' read -ra read_arr; do for i in "${#read_arr[@]}"; do + echo "current element in \${read_array[${i}]}: ${read_array[i]}" + done + + for i in "${#read_arr[@]}"; do if [ "${i}" = "0" ]; then major="${read_arr[i]}" -- Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git