++ dirname ./run.sh
+ cd .
+ echo 1113
+ echo '2.0-SNAPSHOT BUILD'
2.0-SNAPSHOT BUILD
+ date
Thu Jun 18 16:53:46 UTC 2026
+ uptime
16:53:46 up 0 min, 0 users, load average: 1.45, 0.39, 0.13
+ head=git@github.com:yegor256/tacit.git
+ ff=default
+ image=yegor256/rultor-image:1.24.0
+ rebase=false
+ squash=false
+ head_branch=master
+ author=yegor256
+ tag=1.9.6
+ vars=('--env=head=git@github.com:yegor256/tacit.git' '--env=tag=1.9.6' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:yegor256/tacit.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=1.9.6'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''pdd --source=$(pwd) --verbose --file=/dev/null'\'' '\'';'\'' '\''npm install --no-color'\'' '\'';'\'' '\''`# Change proper version for all necessary filers`'\'' '\'';'\'' '\''npm version "${tag}"'\'' '\'';'\'' '\''sed -i "s|VERSION|${tag}|g" bower.json'\'' '\'';'\'' '\''sed -i "s|VERSION|${tag}|g" index.html'\'' '\'';'\'' '\''`# Perform build`'\'' '\'';'\'' '\''git rm -rf dist/ --ignore-unmatch'\'' '\'';'\'' '\''npm run grunt --no-color'\'' '\'';'\'' '\''`# Current branch is __rultor`'\'' '\'';'\'' '\''`# Add built files to git and commit`'\'' '\'';'\'' '\''git add -f dist/tacit-css-${tag}.min.css'\'' '\'';'\'' '\''git add -f dist/tacit-css-${tag}.min.css.map'\'' '\'';'\'' '\''git add -f dist/tacit-css-${tag}.css'\'' '\'';'\'' '\''git add -f dist/tacit-css.min.css'\'' '\'';'\'' '\''git add -f dist/tacit-css.css'\'' '\'';'\'' '\''git commit -am "Added CSS files for ${tag}"'\'' '\'';'\'' '\''`# We'\''\'\'''\''ll gonna need these files later...`'\'' '\'';'\'' '\''mv dist/tacit-css-${tag}.min.css /tmp'\'' '\'';'\'' '\''mv index.html /tmp'\'' '\'';'\'' '\''mv tacit_logo.png /tmp'\'' '\'';'\'' '\''mv tacit_logo.svg /tmp'\'' '\'';'\'' '\''`# Checkout to gh-pages and reset any modifications`'\'' '\'';'\'' '\''branch=$(git rev-parse --abbrev-ref HEAD)'\'' '\'';'\'' '\''git checkout gh-pages'\'' '\'';'\'' '\''git reset --hard'\'' '\'';'\'' '\''sudo /bin/bash -c "cd '\''\'\'''\''$(pwd)'\''\'\'''\''; git clean -fd"'\'' '\'';'\'' '\''`# Add the current, minified css file to the gh-pages branch`'\'' '\'';'\'' '\''mv /tmp/tacit-css-${tag}.min.css .'\'' '\'';'\'' '\''cp tacit-css-${tag}.min.css tacit-css.min.css'\'' '\'';'\'' '\''cp tacit-css-${tag}.min.css tacit.min.css'\'' '\'';'\'' '\''mv /tmp/index.html .'\'' '\'';'\'' '\''mv /tmp/tacit_logo.png .'\'' '\'';'\'' '\''mv /tmp/tacit_logo.svg .'\'' '\'';'\'' '\''git add tacit-css-${tag}.min.css'\'' '\'';'\'' '\''git add tacit-css.min.css'\'' '\'';'\'' '\''git add tacit.min.css'\'' '\'';'\'' '\''git add index.html'\'' '\'';'\'' '\''git add tacit_logo.png'\'' '\'';'\'' '\''git add tacit_logo.svg'\'' '\'';'\'' '\''`# Commit and change the branch to master`'\'' '\'';'\'' '\''git commit --allow-empty -am "${tag}"'\'' '\'';'\'' '\''git checkout "${branch}"'\'' '\'';'\'' '\''`# Deploy to NPMJS`'\'' '\'';'\'' '\''chmod 600 ../npmrc'\'' '\'';'\'' '\''npm publish --no-color --userconfig=../npmrc'\'' '\'';'\'' )' '--env=head_branch=master' '--env=author=yegor256')
+ scripts=('export '\''head=git@github.com:yegor256/tacit.git'\''' ';' 'export '\''tag=1.9.6'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=yegor256'\''' ';' 'pdd --source=$(pwd) --verbose --file=/dev/null' ';' 'npm install --no-color' ';' '`# Change proper version for all necessary filers`' ';' 'npm version "${tag}"' ';' 'sed -i "s|VERSION|${tag}|g" bower.json' ';' 'sed -i "s|VERSION|${tag}|g" index.html' ';' '`# Perform build`' ';' 'git rm -rf dist/ --ignore-unmatch' ';' 'npm run grunt --no-color' ';' '`# Current branch is __rultor`' ';' '`# Add built files to git and commit`' ';' 'git add -f dist/tacit-css-${tag}.min.css' ';' 'git add -f dist/tacit-css-${tag}.min.css.map' ';' 'git add -f dist/tacit-css-${tag}.css' ';' 'git add -f dist/tacit-css.min.css' ';' 'git add -f dist/tacit-css.css' ';' 'git commit -am "Added CSS files for ${tag}"' ';' '`# We'\''ll gonna need these files later...`' ';' 'mv dist/tacit-css-${tag}.min.css /tmp' ';' 'mv index.html /tmp' ';' 'mv tacit_logo.png /tmp' ';' 'mv tacit_logo.svg /tmp' ';' '`# Checkout to gh-pages and reset any modifications`' ';' 'branch=$(git rev-parse --abbrev-ref HEAD)' ';' 'git checkout gh-pages' ';' 'git reset --hard' ';' 'sudo /bin/bash -c "cd '\''$(pwd)'\''; git clean -fd"' ';' '`# Add the current, minified css file to the gh-pages branch`' ';' 'mv /tmp/tacit-css-${tag}.min.css .' ';' 'cp tacit-css-${tag}.min.css tacit-css.min.css' ';' 'cp tacit-css-${tag}.min.css tacit.min.css' ';' 'mv /tmp/index.html .' ';' 'mv /tmp/tacit_logo.png .' ';' 'mv /tmp/tacit_logo.svg .' ';' 'git add tacit-css-${tag}.min.css' ';' 'git add tacit-css.min.css' ';' 'git add tacit.min.css' ';' 'git add index.html' ';' 'git add tacit_logo.png' ';' 'git add tacit_logo.svg' ';' '`# Commit and change the branch to master`' ';' 'git commit --allow-empty -am "${tag}"' ';' 'git checkout "${branch}"' ';' '`# Deploy to NPMJS`' ';' 'chmod 600 ../npmrc' ';' 'npm publish --no-color --userconfig=../npmrc' ';')
+ directory=
+ container=yegor256_tacit_415
+ as_root=false
+ set -e -o pipefail
+ hostname
ip-172-31-29-250
+ pwd
/tmp/rultor-iTtR
+ git --version
git version 2.34.1
+ docker --version
Docker version 25.0.3, build 4debf41
+ mkdir -p /home/ubuntu/.ssh
+ echo -e 'Host github.com\n\tStrictHostKeyChecking no\n'
+ chmod 600 /home/ubuntu/.ssh/config
+ git clone --recurse-submodules git@github.com:yegor256/tacit.git repo
Cloning into 'repo'...
Warning: Permanently added 'github.com' (ED25519) to the list of known hosts.
+ cd repo
+ git config user.email gpg@rultor.com
+ git config user.name Rultor.com
+ '[' -z 'export '\''head=git@github.com:yegor256/tacit.git'\''' ']'
+ cd ..
+ cat
+ '[' false = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo 'export '\''head=git@github.com:yegor256/tacit.git'\''' ';' 'export '\''tag=1.9.6'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=yegor256'\''' ';' 'pdd --source=$(pwd) --verbose --file=/dev/null' ';' 'npm install --no-color' ';' '`# Change proper version for all necessary filers`' ';' 'npm version "${tag}"' ';' 'sed -i "s|VERSION|${tag}|g" bower.json' ';' 'sed -i "s|VERSION|${tag}|g" index.html' ';' '`# Perform build`' ';' 'git rm -rf dist/ --ignore-unmatch' ';' 'npm run grunt --no-color' ';' '`# Current branch is __rultor`' ';' '`# Add built files to git and commit`' ';' 'git add -f dist/tacit-css-${tag}.min.css' ';' 'git add -f dist/tacit-css-${tag}.min.css.map' ';' 'git add -f dist/tacit-css-${tag}.css' ';' 'git add -f dist/tacit-css.min.css' ';' 'git add -f dist/tacit-css.css' ';' 'git commit -am "Added CSS files for ${tag}"' ';' '`# We'\''ll gonna need these files later...`' ';' 'mv dist/tacit-css-${tag}.min.css /tmp' ';' 'mv index.html /tmp' ';' 'mv tacit_logo.png /tmp' ';' 'mv tacit_logo.svg /tmp' ';' '`# Checkout to gh-pages and reset any modifications`' ';' 'branch=$(git rev-parse --abbrev-ref HEAD)' ';' 'git checkout gh-pages' ';' 'git reset --hard' ';' 'sudo /bin/bash -c "cd '\''$(pwd)'\''; git clean -fd"' ';' '`# Add the current, minified css file to the gh-pages branch`' ';' 'mv /tmp/tacit-css-${tag}.min.css .' ';' 'cp tacit-css-${tag}.min.css tacit-css.min.css' ';' 'cp tacit-css-${tag}.min.css tacit.min.css' ';' 'mv /tmp/index.html .' ';' 'mv /tmp/tacit_logo.png .' ';' 'mv /tmp/tacit_logo.svg .' ';' 'git add tacit-css-${tag}.min.css' ';' 'git add tacit-css.min.css' ';' 'git add tacit.min.css' ';' 'git add index.html' ';' 'git add tacit_logo.png' ';' 'git add tacit_logo.svg' ';' '`# Commit and change the branch to master`' ';' 'git commit --allow-empty -am "${tag}"' ';' 'git checkout "${branch}"' ';' '`# Deploy to NPMJS`' ';' 'chmod 600 ../npmrc' ';' 'npm publish --no-color --userconfig=../npmrc' ';'
+ sensitive=()
+ set -ex -o pipefail
+ '[' -z 1.9.6 ']'
+ [[ 1.9.6 =~ ^[a-zA-Z0-9\.\-]+$ ]]
+ echo 'tag name is valid: "1.9.6"'
tag name is valid: "1.9.6"
+ cd repo
++ git tag -l 1.9.6
+ '[' -n '' ']'
+ BRANCH_NAME=__rultor
++ wc -l
++ git show-branch __rultor
+ '[' 0 -gt 0 ']'
+ export BRANCH_NAME
+ git checkout -b __rultor
Switched to a new branch '__rultor'
+ docker_when_possible
+ true
++ tail -n 1
++ sed 's/ /\n/g'
++ uptime
+ load=0.16
++ bc
++ echo 0.16 '>' 30
+ '[' 0 -eq 1 ']'
+ echo 'load average is 0.16, low enough to run a new Docker container'
load average is 0.16, low enough to run a new Docker container
+ break
+ cd ..
+ '[' -n '' ']'
+ use_image=yegor256/rultor-image:1.24.0
+ docker pull yegor256/rultor-image:1.24.0
1.24.0: Pulling from yegor256/rultor-image
9cb31e2e37ea: Pulling fs layer
6fdf9d57c770: Pulling fs layer
b1b8e573ea09: Pulling fs layer
d98471df16b3: Pulling fs layer
d91bad0881f6: Pulling fs layer
0989603b9c78: Pulling fs layer
be0e4fe934ac: Pulling fs layer
836583b1a84e: Pulling fs layer
9a7a8a989f21: Pulling fs layer
206d2c40dab6: Pulling fs layer
7e814560871d: Pulling fs layer
3e6884fb6bef: Pulling fs layer
efc2cb2da490: Pulling fs layer
a2685e4ec0a3: Pulling fs layer
d8f398d41642: Pulling fs layer
00d87e982675: Pulling fs layer
0a47604816a9: Pulling fs layer
39620eda6329: Pulling fs layer
1e5066b6f93c: Pulling fs layer
bf2832135ec0: Pulling fs layer
17c9f809a0eb: Pulling fs layer
791d75dcb5dd: Pulling fs layer
4d856b07c9bd: Pulling fs layer
08fb6625faae: Pulling fs layer
6fbcea1fd5f0: Pulling fs layer
e5e0772939b2: Pulling fs layer
d98471df16b3: Waiting
d91bad0881f6: Waiting
0989603b9c78: Waiting
be0e4fe934ac: Waiting
836583b1a84e: Waiting
9a7a8a989f21: Waiting
206d2c40dab6: Waiting
7e814560871d: Waiting
3e6884fb6bef: Waiting
efc2cb2da490: Waiting
a2685e4ec0a3: Waiting
d8f398d41642: Waiting
00d87e982675: Waiting
0a47604816a9: Waiting
39620eda6329: Waiting
1e5066b6f93c: Waiting
bf2832135ec0: Waiting
17c9f809a0eb: Waiting
791d75dcb5dd: Waiting
4d856b07c9bd: Waiting
08fb6625faae: Waiting
6fbcea1fd5f0: Waiting
e5e0772939b2: Waiting
6fdf9d57c770: Verifying Checksum
6fdf9d57c770: Download complete
9cb31e2e37ea: Verifying Checksum
9cb31e2e37ea: Download complete
b1b8e573ea09: Verifying Checksum
b1b8e573ea09: Download complete
0989603b9c78: Verifying Checksum
0989603b9c78: Download complete
be0e4fe934ac: Verifying Checksum
be0e4fe934ac: Download complete
836583b1a84e: Verifying Checksum
836583b1a84e: Download complete
9a7a8a989f21: Verifying Checksum
9a7a8a989f21: Download complete
206d2c40dab6: Verifying Checksum
206d2c40dab6: Download complete
d98471df16b3: Verifying Checksum
d98471df16b3: Download complete
3e6884fb6bef: Verifying Checksum
3e6884fb6bef: Download complete
9cb31e2e37ea: Pull complete
6fdf9d57c770: Pull complete
7e814560871d: Verifying Checksum
7e814560871d: Download complete
b1b8e573ea09: Pull complete
efc2cb2da490: Verifying Checksum
efc2cb2da490: Download complete
d8f398d41642: Verifying Checksum
d8f398d41642: Download complete
00d87e982675: Verifying Checksum
00d87e982675: Download complete
0a47604816a9: Verifying Checksum
0a47604816a9: Download complete
39620eda6329: Verifying Checksum
39620eda6329: Download complete
1e5066b6f93c: Verifying Checksum
1e5066b6f93c: Download complete
bf2832135ec0: Verifying Checksum
bf2832135ec0: Download complete
17c9f809a0eb: Verifying Checksum
17c9f809a0eb: Download complete
791d75dcb5dd: Verifying Checksum
791d75dcb5dd: Download complete
4d856b07c9bd: Verifying Checksum
4d856b07c9bd: Download complete
08fb6625faae: Verifying Checksum
08fb6625faae: Download complete
6fbcea1fd5f0: Verifying Checksum
6fbcea1fd5f0: Download complete
e5e0772939b2: Verifying Checksum
e5e0772939b2: Download complete
d91bad0881f6: Verifying Checksum
d91bad0881f6: Download complete
a2685e4ec0a3: Verifying Checksum
a2685e4ec0a3: Download complete
d98471df16b3: Pull complete
d91bad0881f6: Pull complete
0989603b9c78: Pull complete
be0e4fe934ac: Pull complete
836583b1a84e: Pull complete
9a7a8a989f21: Pull complete
206d2c40dab6: Pull complete
7e814560871d: Pull complete
3e6884fb6bef: Pull complete
efc2cb2da490: Pull complete
a2685e4ec0a3: Pull complete
d8f398d41642: Pull complete
00d87e982675: Pull complete
0a47604816a9: Pull complete
39620eda6329: Pull complete
1e5066b6f93c: Pull complete
bf2832135ec0: Pull complete
17c9f809a0eb: Pull complete
791d75dcb5dd: Pull complete
4d856b07c9bd: Pull complete
08fb6625faae: Pull complete
6fbcea1fd5f0: Pull complete
e5e0772939b2: Pull complete
Digest: sha256:183145a1ee07aff04b992ff3478c86b34eacc5f241c6d4a711c39e2687e07d0e
Status: Downloaded newer image for yegor256/rultor-image:1.24.0
docker.io/yegor256/rultor-image:1.24.0
+ grep --quiet '\syegor256_tacit_415\s*$'
+ docker ps --filter=status=exited
+ ls -al .
total 60
drwx------ 3 ubuntu ubuntu 4096 Jun 18 16:53 .
drwxrwxrwt 12 root root 4096 Jun 18 16:58 ..
-rwxrwxr-x 1 ubuntu ubuntu 666 Jun 18 16:59 end.sh
-rwxrwxr-x 1 ubuntu ubuntu 498 Jun 18 16:53 entry.sh
-rw-rw-r-- 1 ubuntu ubuntu 74 Jun 18 16:53 npmrc
-rw-rw-r-- 1 ubuntu ubuntu 5 Jun 18 16:53 pid
drwxrwxr-x 6 ubuntu ubuntu 4096 Jun 18 16:53 repo
-rwxrwxr-x 1 ubuntu ubuntu 9822 Jun 18 16:53 run.sh
-rw-rw-r-- 1 ubuntu ubuntu 1922 Jun 18 16:53 script.sh
-rw-rw-r-- 1 ubuntu ubuntu 12660 Jun 18 17:00 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-iTtR:/main --env=head=git@github.com:yegor256/tacit.git --env=tag=1.9.6 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:yegor256/tacit.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=1.9.6'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''pdd --source=$(pwd) --verbose --file=/dev/null'\'' '\'';'\'' '\''npm install --no-color'\'' '\'';'\'' '\''`# Change proper version for all necessary filers`'\'' '\'';'\'' '\''npm version "${tag}"'\'' '\'';'\'' '\''sed -i "s|VERSION|${tag}|g" bower.json'\'' '\'';'\'' '\''sed -i "s|VERSION|${tag}|g" index.html'\'' '\'';'\'' '\''`# Perform build`'\'' '\'';'\'' '\''git rm -rf dist/ --ignore-unmatch'\'' '\'';'\'' '\''npm run grunt --no-color'\'' '\'';'\'' '\''`# Current branch is __rultor`'\'' '\'';'\'' '\''`# Add built files to git and commit`'\'' '\'';'\'' '\''git add -f dist/tacit-css-${tag}.min.css'\'' '\'';'\'' '\''git add -f dist/tacit-css-${tag}.min.css.map'\'' '\'';'\'' '\''git add -f dist/tacit-css-${tag}.css'\'' '\'';'\'' '\''git add -f dist/tacit-css.min.css'\'' '\'';'\'' '\''git add -f dist/tacit-css.css'\'' '\'';'\'' '\''git commit -am "Added CSS files for ${tag}"'\'' '\'';'\'' '\''`# We'\''\'\'''\''ll gonna need these files later...`'\'' '\'';'\'' '\''mv dist/tacit-css-${tag}.min.css /tmp'\'' '\'';'\'' '\''mv index.html /tmp'\'' '\'';'\'' '\''mv tacit_logo.png /tmp'\'' '\'';'\'' '\''mv tacit_logo.svg /tmp'\'' '\'';'\'' '\''`# Checkout to gh-pages and reset any modifications`'\'' '\'';'\'' '\''branch=$(git rev-parse --abbrev-ref HEAD)'\'' '\'';'\'' '\''git checkout gh-pages'\'' '\'';'\'' '\''git reset --hard'\'' '\'';'\'' '\''sudo /bin/bash -c "cd '\''\'\'''\''$(pwd)'\''\'\'''\''; git clean -fd"'\'' '\'';'\'' '\''`# Add the current, minified css file to the gh-pages branch`'\'' '\'';'\'' '\''mv /tmp/tacit-css-${tag}.min.css .'\'' '\'';'\'' '\''cp tacit-css-${tag}.min.css tacit-css.min.css'\'' '\'';'\'' '\''cp tacit-css-${tag}.min.css tacit.min.css'\'' '\'';'\'' '\''mv /tmp/index.html .'\'' '\'';'\'' '\''mv /tmp/tacit_logo.png .'\'' '\'';'\'' '\''mv /tmp/tacit_logo.svg .'\'' '\'';'\'' '\''git add tacit-css-${tag}.min.css'\'' '\'';'\'' '\''git add tacit-css.min.css'\'' '\'';'\'' '\''git add tacit.min.css'\'' '\'';'\'' '\''git add index.html'\'' '\'';'\'' '\''git add tacit_logo.png'\'' '\'';'\'' '\''git add tacit_logo.svg'\'' '\'';'\'' '\''`# Commit and change the branch to master`'\'' '\'';'\'' '\''git commit --allow-empty -am "${tag}"'\'' '\'';'\'' '\''git checkout "${branch}"'\'' '\'';'\'' '\''`# Deploy to NPMJS`'\'' '\'';'\'' '\''chmod 600 ../npmrc'\'' '\'';'\'' '\''npm publish --no-color --userconfig=../npmrc'\'' '\'';'\'' )' --env=head_branch=master --env=author=yegor256 --hostname=docker --privileged --net=host --dns 8.8.8.8 --add-host docker:127.0.0.1 --memory=8g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-iTtR/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=yegor256_tacit_415 yegor256/rultor-image:1.24.0 /main/entry.sh
WARNING: Your kernel does not support OomKillDisable. OomKillDisable discarded.
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
+ set -e
+ set -o pipefail
+ shopt -s dotglob
+ useradd -m -G sudo r
++ awk -F : '$3 > 100 { print $1 }'
++ cat /etc/group
+ for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }')
+ usermod -a -G nogroup r
+ for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }')
+ usermod -a -G systemd-journal r
+ for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }')
+ usermod -a -G systemd-network r
+ for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }')
+ usermod -a -G systemd-resolve r
+ for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }')
+ usermod -a -G messagebus r
+ for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }')
+ usermod -a -G _ssh r
+ for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }')
+ usermod -a -G rvm r
+ for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }')
+ usermod -a -G ssl-cert r
+ for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }')
+ usermod -a -G postgres r
+ for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }')
+ usermod -a -G r r
+ usermod -s /bin/bash r
+ echo '%sudo ALL=(ALL) NOPASSWD:ALL'
+ cp -R /root/.bashrc /root/.cargo /root/.config /root/.gem /root/.gemrc /root/.launchpadlib /root/.m2 /root/.profile /root/.rustup /root/.rvmrc /root/texmf /home/r
+ cp -R ./cid ./end.sh ./entry.sh ./npmrc ./pid ./repo ./run.sh ./script.sh ./stdout /home/r
+ rm -rf repo
+ chown -R r:r /home/r
+ chmod a+x /home/r/script.sh
+ cat /home/r/script.sh
#!/usr/bin/env bash
set -e
set -o pipefail
if [ -e /home/r/.profile ]; then source /home/r/.profile; fi
shopt -s expand_aliases
alias 'sudo=sudo -i'
export HOME=/home/r
cd "${HOME}/repo"
export 'head=git@github.com:yegor256/tacit.git' ; export 'tag=1.9.6' ; export 'head_branch=master' ; export 'author=yegor256' ; pdd --source=$(pwd) --verbose --file=/dev/null ; npm install --no-color ; `# Change proper version for all necessary filers` ; npm version "${tag}" ; sed -i "s|VERSION|${tag}|g" bower.json ; sed -i "s|VERSION|${tag}|g" index.html ; `# Perform build` ; git rm -rf dist/ --ignore-unmatch ; npm run grunt --no-color ; `# Current branch is __rultor` ; `# Add built files to git and commit` ; git add -f dist/tacit-css-${tag}.min.css ; git add -f dist/tacit-css-${tag}.min.css.map ; git add -f dist/tacit-css-${tag}.css ; git add -f dist/tacit-css.min.css ; git add -f dist/tacit-css.css ; git commit -am "Added CSS files for ${tag}" ; `# We'll gonna need these files later...` ; mv dist/tacit-css-${tag}.min.css /tmp ; mv index.html /tmp ; mv tacit_logo.png /tmp ; mv tacit_logo.svg /tmp ; `# Checkout to gh-pages and reset any modifications` ; branch=$(git rev-parse --abbrev-ref HEAD) ; git checkout gh-pages ; git reset --hard ; sudo /bin/bash -c "cd '$(pwd)'; git clean -fd" ; `# Add the current, minified css file to the gh-pages branch` ; mv /tmp/tacit-css-${tag}.min.css . ; cp tacit-css-${tag}.min.css tacit-css.min.css ; cp tacit-css-${tag}.min.css tacit.min.css ; mv /tmp/index.html . ; mv /tmp/tacit_logo.png . ; mv /tmp/tacit_logo.svg . ; git add tacit-css-${tag}.min.css ; git add tacit-css.min.css ; git add tacit.min.css ; git add index.html ; git add tacit_logo.png ; git add tacit_logo.svg ; `# Commit and change the branch to master` ; git commit --allow-empty -am "${tag}" ; git checkout "${branch}" ; `# Deploy to NPMJS` ; chmod 600 ../npmrc ; npm publish --no-color --userconfig=../npmrc ;
+ su --login r --command /home/r/script.sh
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
Found 8 lines in /home/r/repo/.pdd
My version is 0.23.1
Ruby version is 3.2.2 at x86_64-linux
Reading from root dir /home/r/repo
Excluding dist/**/*
Excluding node_modules/**/*
Excluding .sass-cache/**/*
/usr/local/rvm/gems/ruby-3.2.2/gems/pdd-0.23.1/lib/pdd/sources.rb:90: warning: undefining the allocator of T_DATA class FileMagic
/home/r/repo/bower.json is a binary file (418 bytes)
/home/r/repo/package.json is a binary file (1037 bytes)
/home/r/repo/renovate.json is a binary file (107 bytes)
/home/r/repo/tacit_logo.png is a binary file (6624 bytes)
/home/r/repo/tacit_logo.svg is a binary file (1124 bytes)
Reading .0pdd.yml ...
Reading .gitattributes ...
Reading .github/workflows/actionlint.yml ...
Reading .github/workflows/copyrights.yml ...
Reading .github/workflows/eslint.yml ...
Reading .github/workflows/grunt.yml ...
Reading .github/workflows/markdown-lint.yml ...
Reading .github/workflows/pdd.yml ...
Reading .github/workflows/reuse.yml ...
Reading .github/workflows/typos.yml ...
Reading .github/workflows/up.yml ...
Reading .github/workflows/xcop.yml ...
Reading .github/workflows/yamllint.yml ...
Reading .gitignore ...
Reading .npmignore ...
Reading .pdd ...
Reading .rultor.yml ...
Reading .sasslintrc ...
Reading Gruntfile.js ...
Reading LICENSE.txt ...
Reading LICENSES/MIT.txt ...
Reading README.md ...
Reading REUSE.toml ...
Reading eslint.config.js ...
Reading index.html ...
Reading scss/_common.scss ...
Reading scss/_defs.scss ...
Reading scss/_forms.scss ...
Reading scss/_functions.scss ...
Reading scss/_grid.scss ...
Reading scss/_headings.scss ...
Reading scss/_pre.scss ...
Reading scss/_responsive.scss ...
Reading scss/_tables.scss ...
Reading scss/_typography.scss ...
Reading scss/main.scss ...
1G0K⠙1G0K⠹1G0K⠸1G0K⠼1G0K⠴1G0K⠦1G0K⠧1G0K⠇1G0K⠏1G0K⠋1G0K⠙1G0K⠹1G0K⠸1G0K⠼1G0K⠴1G0K⠦1G0K⠧1G0K⠇1G0K⠏1G0K⠋1G0K⠙1G0K⠹1G0K⠸1G0K⠼1G0K⠴1G0K⠦1G0K⠧1G0K⠇1G0K⠏1G0K⠋1G0K⠙1G0K⠹1G0K⠸1G0K⠼1G0K⠴1G0K⠦1G0K⠧1G0K⠇1G0K⠏1G0K⠋1G0K⠙1G0K⠹1G0K⠸1G0K⠼1G0K⠴1G0K⠦1G0K⠧1G0K⠇1G0K⠏1G0K⠋1G0K⠙1G0K⠹1G0K⠸1G0K⠼1G0K⠴1G0K⠦1G0K⠧1G0K⠇1G0K⠏1G0K⠋1G0K⠙1G0K⠹1G0K⠸1G0K⠼1G0K⠴1G0K⠦1G0K⠧1G0K⠇1G0K⠏1G0K⠋1G0K⠙1G0K⠹1G0K⠸1G0K⠼1G0K⠴1G0K⠦1G0K⠧1G0K⠇1G0K⠏1G0K⠋1G0K⠙1G0K⠹1G0K⠸1G0K⠼1G0K⠴1G0K⠦1G0K⠧1G0K⠇1G0K⠏1G0K⠋1G0K⠙1G0K⠹1G0K⠸1G0K⠼1G0K⠴1G0K⠦1G0K⠧1G0K⠇1G0K⠏1G0K⠋1G0K⠙1G0K⠹1G0K⠸1G0K⠼1G0K⠴1G0K⠦1G0K⠧1G0K⠇1G0K⠏1G0K⠋1G0K⠙1G0K⠹1G0K⠸1G0K⠼1G0K⠴1G0K⠦1G0K⠧1G0K⠇1G0K⠏1G0K⠋1G0K⠙1G0K⠹1G0K⠸1G0K⠼1G0K⠴1G0K⠦1G0K⠧1G0K⠇1G0K⠏1G0K⠋1G0K⠙1G0K⠹1G0K⠸1G0K⠼1G0K⠴1G0K⠦1G0K⠧1G0K⠇1G0K⠏1G0K⠋1G0K⠙1G0K⠹1G0K⠸1G0K⠼1G0K⠴1G0K⠦1G0K⠧1G0K⠇1G0K⠏1G0K⠋1G0K⠙1G0K⠹1G0K⠸1G0K⠼1G0K⠴1G0K⠦1G0K⠧1G0K⠇1G0K⠏1G0K⠋1G0K⠙1G0K⠹1G0K⠸1G0K⠼1G0K⠴1G0K⠦1G0K⠧1G0K⠇1G0K⠏1G0K⠋1G0K⠙1G0K⠹1G0K⠸1G0K⠼1G0K⠴1G0K⠦1G0K⠧1G0K⠇1G0K⠏1G0K⠋1G0K⠙1G0K⠹1G0K⠸1G0K⠼1G0K⠴1G0K⠦1G0K⠧1G0K⠇1G0K⠏1G0K⠋1G0K⠙1G0K⠹1G0K⠸1G0K⠼1G0K⠴1G0K⠦1G0K⠧1G0K⠇1G0K⠏1G0K⠋1G0K⠙1G0K⠹1G0K⠸1G0K⠼1G0K⠴1G0K⠦1G0K⠧1G0K⠇1G0K⠏1G0K⠋1G0K⠙1G0K⠹1G0K⠸1G0K⠼1G0K⠴1G0K⠦1G0K⠧1G0K⠇1G0K⠏1G0K⠋1G0K⠙1G0K⠹1G0K⠸1G0K⠼1G0K⠴1G0K⠦1G0K⠧1G0K⠇1G0K⠏1G0K⠋1G0K⠙1G0K⠹1G0K⠸1G0K⠼1G0K⠴1G0K⠦1G0K⠧1G0K⠇1G0K⠏1G0K⠋1G0K⠙1G0K⠹1G0K⠸1G0K⠼1G0K⠴1G0K⠦1G0K⠧1G0K⠇1G0K⠏1G0K⠋1G0K⠙1G0K⠹1G0K⠸1G0K⠼1G0K⠴1G0K⠦1G0K⠧1G0K⠇1G0K⠏1G0K⠋1G0K⠙1G0K⠹1G0K⠸1G0K⠼1G0K⠴1G0K⠦1G0K⠧1G0K⠇1G0K⠏1G0K⠋1G0K⠙1G0K⠹1G0K⠸1G0K⠼1G0K⠴1G0K⠦1G0K⠧1G0K⠇1G0K⠏1G0K⠋1G0K⠙1G0K⠹1G0K⠸1G0K⠼1G0K⠴1G0K⠦1G0K⠧1G0K⠇1G0K⠏1G0K⠋1G0K⠙1G0K⠹1G0K⠸1G0K⠼1G0K⠴1G0K⠦1G0K⠧1G0K⠇1G0K⠏1G0K⠋1G0K⠙1G0K⠹1G0K⠸1G0K⠼1G0K⠴1G0K⠦1G0K⠧1G0K⠇1G0K⠏1G0K⠋1G0K⠙1G0K⠹1G0K⠸1G0K⠼1G0K⠴1G0K⠦1G0K⠧1G0K⠇1G0K⠏1G0K⠋1G0K⠙1G0K⠹1G0K⠸1G0K⠼1G0K⠴1G0K⠦1G0Knpm warn EBADENGINE Unsupported engine {
npm warn EBADENGINE package: 'eslint@10.5.0',
npm warn EBADENGINE required: { node: '^20.19.0 || ^22.13.0 || >=24' },
npm warn EBADENGINE current: { node: 'v18.20.6', npm: '10.8.2' }
npm warn EBADENGINE }
1G0K⠦1G0Knpm warn EBADENGINE Unsupported engine {
npm warn EBADENGINE package: 'npm@11.16.0',
npm warn EBADENGINE required: { node: '^20.17.0 || >=22.9.0' },
npm warn EBADENGINE current: { node: 'v18.20.6', npm: '10.8.2' }
npm warn EBADENGINE }
1G0K⠦1G0Knpm warn EBADENGINE Unsupported engine {
npm warn EBADENGINE package: '@eslint/config-array@0.23.5',
npm warn EBADENGINE required: { node: '^20.19.0 || ^22.13.0 || >=24' },
npm warn EBADENGINE current: { node: 'v18.20.6', npm: '10.8.2' }
npm warn EBADENGINE }
1G0K⠦1G0Knpm warn EBADENGINE Unsupported engine {
npm warn EBADENGINE package: '@eslint/config-helpers@0.6.0',
npm warn EBADENGINE required: { node: '^20.19.0 || ^22.13.0 || >=24' },
npm warn EBADENGINE current: { node: 'v18.20.6', npm: '10.8.2' }
npm warn EBADENGINE }
1G0K⠦1G0Knpm warn EBADENGINE Unsupported engine {
npm warn EBADENGINE package: '@eslint/core@1.2.1',
npm warn EBADENGINE required: { node: '^20.19.0 || ^22.13.0 || >=24' },
npm warn EBADENGINE current: { node: 'v18.20.6', npm: '10.8.2' }
npm warn EBADENGINE }
1G0K⠦1G0Knpm warn EBADENGINE Unsupported engine {
npm warn EBADENGINE package: '@eslint/plugin-kit@0.7.2',
npm warn EBADENGINE required: { node: '^20.19.0 || ^22.13.0 || >=24' },
npm warn EBADENGINE current: { node: 'v18.20.6', npm: '10.8.2' }
npm warn EBADENGINE }
1G0K⠦1G0Knpm warn EBADENGINE Unsupported engine {
npm warn EBADENGINE package: 'eslint-scope@9.1.2',
npm warn EBADENGINE required: { node: '^20.19.0 || ^22.13.0 || >=24' },
npm warn EBADENGINE current: { node: 'v18.20.6', npm: '10.8.2' }
npm warn EBADENGINE }
1G0K⠦1G0Knpm warn EBADENGINE Unsupported engine {
npm warn EBADENGINE package: 'eslint-visitor-keys@5.0.1',
npm warn EBADENGINE required: { node: '^20.19.0 || ^22.13.0 || >=24' },
npm warn EBADENGINE current: { node: 'v18.20.6', npm: '10.8.2' }
npm warn EBADENGINE }
1G0K⠦1G0Knpm warn EBADENGINE Unsupported engine {
npm warn EBADENGINE package: 'espree@11.2.0',
npm warn EBADENGINE required: { node: '^20.19.0 || ^22.13.0 || >=24' },
npm warn EBADENGINE current: { node: 'v18.20.6', npm: '10.8.2' }
npm warn EBADENGINE }
1G0K⠦1G0Knpm warn EBADENGINE Unsupported engine {
npm warn EBADENGINE package: '@eslint/object-schema@3.0.5',
npm warn EBADENGINE required: { node: '^20.19.0 || ^22.13.0 || >=24' },
npm warn EBADENGINE current: { node: 'v18.20.6', npm: '10.8.2' }
npm warn EBADENGINE }
1G0K⠦1G0Knpm warn EBADENGINE Unsupported engine {
npm warn EBADENGINE package: 'lru-cache@11.5.1',
npm warn EBADENGINE required: { node: '20 || >=22' },
npm warn EBADENGINE current: { node: 'v18.20.6', npm: '10.8.2' }
npm warn EBADENGINE }
1G0K⠦1G0K⠧1G0K⠇1G0K⠏1G0K⠋1G0K⠙1G0K⠹1G0K⠸1G0K⠼1G0K⠴1G0K⠦1G0K⠧1G0K⠇1G0K⠏1G0K⠋1G0K⠙1G0K⠹1G0K⠸1G0K⠼1G0K⠴1G0K⠦1G0K⠧1G0K⠇1G0K⠏1G0K⠋1G0K⠙1G0K⠹1G0K⠸1G0K⠼1G0K⠴1G0K⠦1G0K⠧1G0K⠇1G0K⠏1G0K⠋1G0K⠙1G0K⠹1G0K⠸1G0K⠼1G0K⠴1G0K⠦1G0Knpm warn deprecated circular-json@0.3.3: CircularJSON is in maintenance only, flatted is its successor.
1G0K⠦1G0Knpm warn deprecated rimraf@2.6.3: Rimraf versions prior to v4 are no longer supported
1G0K⠧1G0K⠇1G0K⠏1G0K⠋1G0K⠙1G0K⠹1G0Knpm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
1G0K⠹1G0Knpm warn deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
1G0K⠸1G0K⠼1G0Knpm warn deprecated raw-body@1.1.7: No longer maintained. Please upgrade to a stable version.
1G0K⠼1G0Knpm warn deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated
1G0K⠼1G0K⠴1G0K⠦1G0Knpm warn deprecated har-validator@5.1.5: this library is no longer supported
1G0K⠦1G0K⠧1G0K⠇1G0K⠏1G0K⠋1G0K⠙1G0K⠹1G0Knpm warn deprecated whatwg-encoding@1.0.5: Use @exodus/bytes instead for a more spec-conformant and faster implementation
1G0K⠹1G0Knpm warn deprecated request-promise-native@1.0.9: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
1G0K⠹1G0K⠸1G0Knpm warn deprecated uuid@3.4.0: uuid@10 and below is no longer supported. For ESM codebases, update to uuid@latest. For CommonJS codebases, use uuid@11 (but be aware this version will likely be deprecated in 2028).
1G0K⠸1G0Knpm warn deprecated w3c-hr-time@1.0.2: Use your platform's native performance.now() and performance.timeOrigin.
1G0K⠼1G0Knpm warn deprecated domexception@1.0.1: Use your platform's native DOMException instead
1G0K⠼1G0Knpm warn deprecated abab@2.0.6: Use your platform's native atob() and btoa() methods instead
1G0K⠼1G0Knpm warn deprecated left-pad@1.3.0: use String.prototype.padStart()
1G0K⠴1G0K⠦1G0Knpm warn deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
1G0K⠦1G0K⠧1G0Knpm warn deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated
1G0K⠇1G0K⠏1G0K⠋1G0K⠙1G0K⠹1G0K⠸1G0K⠼1G0K⠴1G0K⠦1G0Knpm warn deprecated @eslint/js@10.0.0: This version should not be used.
1G0K⠦1G0Knpm warn deprecated glob@7.2.3: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me
1G0K⠧1G0K⠇1G0K⠏1G0Knpm warn deprecated glob@7.2.3: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me
1G0K⠏1G0Knpm warn deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
1G0K⠏1G0Knpm warn deprecated glob@7.1.7: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me
1G0K⠋1G0Knpm warn deprecated glob@7.1.7: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me
1G0K⠋1G0K⠙1G0K⠹1G0K⠸1G0K⠼1G0K⠴1G0K⠦1G0K⠧1G0K⠇1G0K⠏1G0K⠋1G0K⠙1G0K⠹1G0K⠸1G0K⠼1G0K⠴1G0K⠦1G0K⠧1G0K⠇1G0K⠏1G0K⠋1G0K⠙1G0Knpm warn deprecated eslint@2.13.1: This version is no longer supported. Please see https://eslint.org/version-support for other options.
1G0K⠙1G0K⠹1G0K⠸1G0K⠼1G0K⠴1G0K⠦1G0K⠧1G0K⠇1G0K⠏1G0K⠋1G0K⠙1G0K⠹1G0K⠸1G0K⠼1G0K⠴1G0K
added 506 packages, and audited 650 packages in 42s
1G0K⠴1G0K
1G0K⠴1G0K61 packages are looking for funding
1G0K⠴1G0K run `npm fund` for details
1G0K⠴1G0K
31 vulnerabilities (20 moderate, 6 high, 5 critical)
To address issues that do not require attention, run:
npm audit fix
To address all issues possible (including breaking changes), run:
npm audit fix --force
Some issues need review, and may require choosing
a different dependency.
Run `npm audit` for details.
1G0K⠦1G0Knpm notice
npm notice New major version of npm available! 10.8.2 -> 11.17.0
npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.17.0
npm notice To update run: npm install -g npm@11.17.0
npm notice
1G0K⠦1G0Kv1.9.6
1G0K
> tacit-css@1.9.6 grunt
> grunt --no-color
1G0KRunning "sasslint:allFiles" (sasslint) task
Running "sass:dist" (sass) task
Running "sass:uncompressed" (sass) task
Running "css_purge:dist" (css_purge) task
>> File successfully purged to "dist/tacit-css-1.9.6.min.css"
>> File successfully purged to "dist/tacit-css.min.css"
Running "css_purge:uncompressed" (css_purge) task
>> File successfully purged to "dist/tacit-css-1.9.6.css"
>> File successfully purged to "dist/tacit-css.css"
Running "file_append:default_options" (file_append) task
Running "checkYear" task
Running "validate" task
Done.
1G0K⠙1G0K[__rultor c0f4862] Added CSS files for 1.9.6
7 files changed, 9 insertions(+), 4 deletions(-)
create mode 100644 dist/tacit-css-1.9.6.css
create mode 100644 dist/tacit-css-1.9.6.min.css
create mode 100644 dist/tacit-css-1.9.6.min.css.map
create mode 100644 dist/tacit-css.css
create mode 100644 dist/tacit-css.min.css
D tacit_logo.png
D tacit_logo.svg
branch 'gh-pages' set up to track 'origin/gh-pages'.
Switched to a new branch 'gh-pages'
HEAD is now at 66a115c 1.9.5
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
Removing dist/
Removing node_modules/
Removing package-lock.json
[gh-pages 4012d7b] 1.9.6
4 files changed, 8 insertions(+), 7 deletions(-)
create mode 100644 tacit-css-1.9.6.min.css
Switched to branch '__rultor'
1G0K⠙1G0K⠹1G0Knpm warn publish npm auto-corrected some errors in your package.json when publishing. Please run "npm pkg fix" to address these errors.
1G0K⠹1G0Knpm warn publish errors corrected:
npm warn publish "repository.url" was normalized to "git+https://github.com/yegor256/tacit.git"
1G0K⠹1G0Knpm notice
1G0K⠹1G0Knpm notice 📦 tacit-css@1.9.6
1G0K⠹1G0Knpm notice Tarball Contents
1G0K⠹1G0Knpm notice 4.6kB Gruntfile.js
npm notice 1.1kB LICENSE.txt
npm notice 5.5kB README.md
npm notice 6.1kB dist/tacit-css-1.9.6.css
npm notice 6.5kB dist/tacit-css-1.9.6.min.css
npm notice 2.6kB dist/tacit-css-1.9.6.min.css.map
npm notice 6.1kB dist/tacit-css.css
npm notice 6.5kB dist/tacit-css.min.css
npm notice 1.0kB package.json
1G0K⠹1G0Knpm notice Tarball Details
1G0K⠹1G0Knpm notice name: tacit-css
1G0K⠹1G0Knpm notice version: 1.9.6
1G0K⠹1G0Knpm notice filename: tacit-css-1.9.6.tgz
1G0K⠹1G0Knpm notice package size: 8.1 kB
1G0K⠹1G0Knpm notice unpacked size: 40.1 kB
1G0K⠹1G0Knpm notice shasum: c9886112f5c818a0bc728c1f5de62efa5b8bc622
1G0K⠸1G0Knpm notice integrity: sha512-JapIISMWlcHBg[...]eEyt+OkHtSl2w==
1G0K⠸1G0Knpm notice total files: 9
1G0K⠸1G0Knpm notice
1G0K⠸1G0Knpm notice Publishing to https://registry.npmjs.org/ with tag latest and default access
1G0K⠸1G0K⠼1G0K⠴1G0K⠦1G0K⠧1G0K⠇1G0K⠏1G0K⠋1G0K⠙1G0K⠹1G0K⠸1G0K⠼1G0K⠴1G0K⠦1G0K⠧1G0K⠇1G0K+ tacit-css@1.9.6
1G0K⠇1G0K+ mv /home/r/repo .
++ whoami
+ chown -R root repo
+ '[' -n '' ']'
++ whoami
+ sudo chown -R ubuntu repo
+ cd repo
+ git checkout __rultor
Already on '__rultor'
+ git tag 1.9.6 -m '1.9.6: tagged by rultor.com'
+ git reset --hard
HEAD is now at c0f4862 Added CSS files for 1.9.6
+ git clean -fd
+ git checkout master
Switched to branch 'master'
Your branch is up to date with 'origin/master'.
+ git branch -D __rultor
Deleted branch __rultor (was c0f4862).
+ git push --all origin
To github.com:yegor256/tacit.git
66a115c..4012d7b gh-pages -> gh-pages
+ git push --tags origin
To github.com:yegor256/tacit.git
* [new tag] 1.9.6 -> 1.9.6
* [new tag] v1.9.6 -> v1.9.6
container 7c7d3a5ca2a020f0e95f30e8595658c64ff59a16bf18f0d179a2ae296c8411c2 is dead
Thu Jun 18 17:02:39 UTC 2026