zold-io / papers

Zerocracy and Zold official PDF documents
https://papers.zold.io
9 stars 3 forks source link

quotes from customers #59

Closed yegor256 closed 6 years ago

yegor256 commented 6 years ago

@rultor release, tag 0.9.2

rultor commented 6 years ago

@rultor release, tag 0.9.2

@yegor256 OK, I will release it now. Please check the progress here

rultor commented 6 years ago

@rultor release, tag 0.9.2

@yegor256 Oops, I failed. You can see the full log here (spent 21s)

+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 507
+ echo '1.67.4 dbdae7b78'
1.67.4 dbdae7b78
+ date
Mon Aug 13 08:31:33 CEST 2018
+ uptime
 08:31:33 up 36 days, 17:15,  0 users,  load average: 5.17, 5.15, 5.24
+ head=git@github.com:zold-io/papers.git
+ ff=default
+ image=yegor256/papers
+ rebase=false
+ squash=false
+ head_branch=master
+ author=yegor256
+ vars=('--env=head=git@github.com:zold-io/papers.git' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:zold-io/papers.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''sudo apt-get -y update'\'' '\'';'\'' '\''sudo apt-get -y install imagemagick'\'' '\'';'\'' '\''bundle update'\'' '\'';'\'' '\''[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1'\'' '\'';'\'' '\''sed -i "s/0\.0\.0/${tag}/g" tex/_version.tex'\'' '\'';'\'' '\''sed -i "s/0\.0\.0/${tag}/g" html/index.html'\'' '\'';'\'' '\''git add tex/_version.tex html/index.html'\'' '\'';'\'' '\''git commit -m "Version set to ${tag}"'\'' '\'';'\'' '\''rake'\'' '\'';'\'' '\''mkdir -p ~/.ssh'\'' '\'';'\'' '\''mv ../id_rsa ../id_rsa.pub ~/.ssh'\'' '\'';'\'' '\''chmod -R 600 ~/.ssh/*'\'' '\'';'\'' '\''echo -e "Host *\n  StrictHostKeyChecking no\n  UserKnownHostsFile=/dev/null" > ~/.ssh/config'\'' '\'';'\'' '\''git config --global user.email "rultor@zold.io"'\'' '\'';'\'' '\''git config --global user.name "Rultor"'\'' '\'';'\'' '\''temp=$(mktemp -d)'\'' '\'';'\'' '\''cp target/*.pdf ${temp}'\'' '\'';'\'' '\''cp target/*.png ${temp}'\'' '\'';'\'' '\''cp target/*.html ${temp}'\'' '\'';'\'' '\''git checkout gh-pages'\'' '\'';'\'' '\''git clean -fd'\'' '\'';'\'' '\''cp -R ${temp}/*.pdf .'\'' '\'';'\'' '\''cp -R ${temp}/*.png .'\'' '\'';'\'' '\''cp -R ${temp}/*.html .'\'' '\'';'\'' '\''git add .'\'' '\'';'\'' '\''git commit -am "New papers, version ${tag}"'\'' '\'';'\'' '\''git push origin gh-pages'\'' '\'';'\'' )' '--env=head_branch=master' '--env=author=yegor256')
+ scripts=('export '\''head=git@github.com:zold-io/papers.git'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=yegor256'\''' ';' 'sudo apt-get -y update' ';' 'sudo apt-get -y install imagemagick' ';' 'bundle update' ';' '[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1' ';' 'sed -i "s/0\.0\.0/${tag}/g" tex/_version.tex' ';' 'sed -i "s/0\.0\.0/${tag}/g" html/index.html' ';' 'git add tex/_version.tex html/index.html' ';' 'git commit -m "Version set to ${tag}"' ';' 'rake' ';' 'mkdir -p ~/.ssh' ';' 'mv ../id_rsa ../id_rsa.pub ~/.ssh' ';' 'chmod -R 600 ~/.ssh/*' ';' 'echo -e "Host *\n  StrictHostKeyChecking no\n  UserKnownHostsFile=/dev/null" > ~/.ssh/config' ';' 'git config --global user.email "rultor@zold.io"' ';' 'git config --global user.name "Rultor"' ';' 'temp=$(mktemp -d)' ';' 'cp target/*.pdf ${temp}' ';' 'cp target/*.png ${temp}' ';' 'cp target/*.html ${temp}' ';' 'git checkout gh-pages' ';' 'git clean -fd' ';' 'cp -R ${temp}/*.pdf .' ';' 'cp -R ${temp}/*.png .' ';' 'cp -R ${temp}/*.html .' ';' 'git add .' ';' 'git commit -am "New papers, version ${tag}"' ';' 'git push origin gh-pages' ';')
+ directory=
+ container=zold-io_papers_59
+ as_root=false
+ mkdir -p /home/rultor/.ssh
+ echo -e 'Host github.com\n\tStrictHostKeyChecking no\n'
+ chmod 600 /home/rultor/.ssh/config
+ git clone git@github.com:zold-io/papers.git repo
Cloning into 'repo'...
+ cd repo
+ git config user.email me@rultor.com
+ git config user.name rultor
+ '[' -z 'export '\''head=git@github.com:zold-io/papers.git'\''' ']'
+ cd ..
+ cat
+ '[' false = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo 'export '\''head=git@github.com:zold-io/papers.git'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=yegor256'\''' ';' 'sudo apt-get -y update' ';' 'sudo apt-get -y install imagemagick' ';' 'bundle update' ';' '[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1' ';' 'sed -i "s/0\.0\.0/${tag}/g" tex/_version.tex' ';' 'sed -i "s/0\.0\.0/${tag}/g" html/index.html' ';' 'git add tex/_version.tex html/index.html' ';' 'git commit -m "Version set to ${tag}"' ';' rake ';' 'mkdir -p ~/.ssh' ';' 'mv ../id_rsa ../id_rsa.pub ~/.ssh' ';' 'chmod -R 600 ~/.ssh/*' ';' 'echo -e "Host *\n  StrictHostKeyChecking no\n  UserKnownHostsFile=/dev/null" > ~/.ssh/config' ';' 'git config --global user.email "rultor@zold.io"' ';' 'git config --global user.name "Rultor"' ';' 'temp=$(mktemp -d)' ';' 'cp target/*.pdf ${temp}' ';' 'cp target/*.png ${temp}' ';' 'cp target/*.html ${temp}' ';' 'git checkout gh-pages' ';' 'git clean -fd' ';' 'cp -R ${temp}/*.pdf .' ';' 'cp -R ${temp}/*.png .' ';' 'cp -R ${temp}/*.html .' ';' 'git add .' ';' 'git commit -am "New papers, version ${tag}"' ';' 'git push origin gh-pages' ';'
+ rm -rf .gpg
+ '[' -z '' ']'
+ echo 'tag name is not provided in the request, see http://doc.rultor.com/basics.html'
tag name is not provided in the request, see http://doc.rultor.com/basics.html
+ exit -1
'cid' file is absent, container wasn't started correctly
yegor256 commented 6 years ago

@rultor release, tag is 0.9.2

rultor commented 6 years ago

@rultor release, tag is 0.9.2

@yegor256 OK, I will release it now. Please check the progress here

rultor commented 6 years ago

@rultor release, tag is 0.9.2

@yegor256 Done! FYI, the full log is here (took me 4min)

0crat commented 6 years ago

Job gh:zold-io/papers#59 is not assigned, can't get performer

0crat commented 6 years ago

The job is not in WBS, won't close the order