Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Unique claim element #385

Merged
merged 1 commit into from
Sep 2, 2018
Merged

Unique claim element #385

merged 1 commit into from
Sep 2, 2018

Conversation

g4s8
Copy link
Contributor

@g4s8 g4s8 commented Sep 2, 2018

zerocracy/farm#1676 - unique claim element

@g4s8
Copy link
Contributor Author

g4s8 commented Sep 2, 2018

@rultor merge

@0crat
Copy link
Collaborator

0crat commented Sep 2, 2018

@g4s8/z this pull request is too small, just 2 lines changed (less than 10), there will be no formal code review, see §53 and §28; in the future, try to make sure your pull requests are not too small; @g4s8/z please review this and merge or reject

@rultor
Copy link
Contributor

rultor commented Sep 2, 2018

@rultor merge

@g4s8 OK, I'll try to merge now. You can check the progress of the merge here

@rultor rultor merged commit 5893573 into yegor256:master Sep 2, 2018
@rultor
Copy link
Contributor

rultor commented Sep 2, 2018

@rultor merge

@g4s8 Done! FYI, the full log is here (took me 6min)

@g4s8 g4s8 deleted the farm-1676 branch September 2, 2018 09:11
@g4s8
Copy link
Contributor Author

g4s8 commented Sep 2, 2018

@rultor release, tag= 0.62.5

@rultor
Copy link
Contributor

rultor commented Sep 2, 2018

@rultor release, tag= 0.62.5

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

@rultor
Copy link
Contributor

rultor commented Sep 2, 2018

@rultor release, tag= 0.62.5

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

+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 16332
+ echo '1.68 838a77339'
1.68 838a77339
+ date
Sun Sep  2 11:13:17 CEST 2018
+ uptime
 11:13:17 up 56 days, 19:57,  0 users,  load average: 0.98, 1.23, 1.37
+ head=git@github.com:zerocracy/datum.git
+ ff=default
+ image=yegor256/rultor
+ rebase=false
+ squash=false
+ head_branch=master
+ author=g4s8
+ tag=' 0.62.5'
+ vars=('--env=head=git@github.com:zerocracy/datum.git' '--env=tag= 0.62.5' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:zerocracy/datum.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag= 0.62.5'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=g4s8'\''\'\'''\'''\'' '\'';'\'' '\''sudo apt-get update'\'' '\'';'\'' '\''sudo gem install pdd'\'' '\'';'\'' '\''sudo apt-get install -y pandoc'\'' '\'';'\'' '\''mvn dependency:get -DgroupId=net.sf.saxon -DartifactId=Saxon-HE -Dversion=9.8.0-8'\'' '\'';'\'' '\''[[ "${tag}" =~ ^[0-9]+(\.[0-9]+)*$ ]] || exit -1'\'' '\'';'\'' '\''pdd -f /dev/null'\'' '\'';'\'' '\''bundle install'\'' '\'';'\'' '\''rake default[${tag}] upgrades[${tag}]'\'' '\'';'\'' '\''rake site[${tag}] validate_site[${tag}]'\'' '\'';'\'' '\''cp -r target/site /tmp'\'' '\'';'\'' '\''git checkout gh-pages'\'' '\'';'\'' '\''for d in $(ls /tmp/site); do rm -rf $d; cp -r /tmp/site/$d .; git add $d; done'\'' '\'';'\'' '\''git commit --allow-empty -m "${tag}"'\'' '\'';'\'' )' '--env=head_branch=master' '--env=author=g4s8')
+ scripts=('export '\''head=git@github.com:zerocracy/datum.git'\''' ';' 'export '\''tag= 0.62.5'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=g4s8'\''' ';' 'sudo apt-get update' ';' 'sudo gem install pdd' ';' 'sudo apt-get install -y pandoc' ';' 'mvn dependency:get -DgroupId=net.sf.saxon -DartifactId=Saxon-HE -Dversion=9.8.0-8' ';' '[[ "${tag}" =~ ^[0-9]+(\.[0-9]+)*$ ]] || exit -1' ';' 'pdd -f /dev/null' ';' 'bundle install' ';' 'rake default[${tag}] upgrades[${tag}]' ';' 'rake site[${tag}] validate_site[${tag}]' ';' 'cp -r target/site /tmp' ';' 'git checkout gh-pages' ';' 'for d in $(ls /tmp/site); do rm -rf $d; cp -r /tmp/site/$d .; git add $d; done' ';' 'git commit --allow-empty -m "${tag}"' ';')
+ directory=
+ container=zerocracy_datum_385
+ 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:zerocracy/datum.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:zerocracy/datum.git'\''' ']'
+ cd ..
+ cat
+ '[' false = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo 'export '\''head=git@github.com:zerocracy/datum.git'\''' ';' 'export '\''tag= 0.62.5'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=g4s8'\''' ';' 'sudo apt-get update' ';' 'sudo gem install pdd' ';' 'sudo apt-get install -y pandoc' ';' 'mvn dependency:get -DgroupId=net.sf.saxon -DartifactId=Saxon-HE -Dversion=9.8.0-8' ';' '[[ "${tag}" =~ ^[0-9]+(\.[0-9]+)*$ ]] || exit -1' ';' 'pdd -f /dev/null' ';' 'bundle install' ';' 'rake default[${tag}] upgrades[${tag}]' ';' 'rake site[${tag}] validate_site[${tag}]' ';' 'cp -r target/site /tmp' ';' 'git checkout gh-pages' ';' 'for d in $(ls /tmp/site); do rm -rf $d; cp -r /tmp/site/$d .; git add $d; done' ';' 'git commit --allow-empty -m "${tag}"' ';'
+ sensitive=()
+ rm -rf .gpg
+ '[' -z ' 0.62.5' ']'
+ [[  0.62.5 =~ ^[a-zA-Z0-9\.\-]+$ ]]
+ echo 'tag name contains invalid characters: " 0.62.5"'
tag name contains invalid characters: " 0.62.5"
+ exit -1
'cid' file is absent, container wasn't started correctly

@g4s8
Copy link
Contributor Author

g4s8 commented Sep 2, 2018

@rultor release, tag=0.62.5

@rultor
Copy link
Contributor

rultor commented Sep 2, 2018

@rultor release, tag=0.62.5

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

@0crat
Copy link
Collaborator

0crat commented Sep 2, 2018

Job gh:zerocracy/datum#385 is not assigned, can't get performer

@rultor
Copy link
Contributor

rultor commented Sep 2, 2018

@rultor release, tag=0.62.5

@g4s8 Done! FYI, the full log is here (took me 7min)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants