g4s8 / local-cdn

HTTP proxy which cache all responses from server
MIT License
1 stars 0 forks source link

Release 0.2 #1

Open g4s8 opened 5 years ago

g4s8 commented 5 years ago

@rultor hello

rultor commented 5 years ago

@rultor hello

@g4s8 Hi there! I understand a few simple commands: "merge", "deploy", etc. This page explains them briefly. Any questions or bug reports are welcome. Have fun :)

g4s8 commented 5 years ago

@rultor release, tag=0.1

rultor commented 5 years ago

@rultor release, tag=0.1

@g4s8 Invalid release tag 0.1 specified. There is already a release 0.1 newer than the given release in this repository.

rultor commented 5 years ago

@rultor release, tag=0.1

@g4s8 I'm sorry, I don't understand you :( Check this page and try again please

g4s8 commented 5 years ago

@rultor release, tag=0.2

rultor commented 5 years ago

@rultor release, tag=0.2

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

rultor commented 5 years ago

@rultor release, tag=0.2

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

+ docker run -t --rm -v /tmp/rultor-qjzU:/main --env=PATH=/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin --env=CGO_ENABLED=0 --env=head=git@github.com:g4s8/local-cdn.git --env=tag=0.2 '--env=scripts=( '\''export '\''\'\'''\''PATH=/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''CGO_ENABLED=0'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head=git@github.com:g4s8/local-cdn.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.2'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=g4s8'\''\'\'''\'''\'' '\'';'\'' '\''[[ "${tag}" =~ ^[0-9]+(\.[0-9]+)*$ ]] || exit -1'\'' '\'';'\'' )' --env=head_branch=master --env=author=g4s8 --hostname=docker --privileged --memory=6g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-qjzU/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=g4s8_local-cdn_1 g4s8/gorultor:latest /main/entry.sh
WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
+ set -e
+ set -o pipefail
+ shopt -s dotglob
+ useradd -m -G sudo r
Creating mailbox file: No such file or directory
+ echo '%sudo ALL=(ALL) NOPASSWD:ALL'
+ cp -R /root/.cache /root/empty /home/r
+ cp -R ./cid ./end.sh ./entry.sh ./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
+ su --login r --command /home/r/script.sh
+ set -e
+ set -o pipefail
+ shopt -s expand_aliases
+ alias 'sudo=sudo -i'
+ export HOME=/home/r
+ HOME=/home/r
+ cd /home/r/repo
+ export PATH=/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ PATH=/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ export CGO_ENABLED=0
+ CGO_ENABLED=0
+ export head=git@github.com:g4s8/local-cdn.git
+ head=git@github.com:g4s8/local-cdn.git
+ export tag=0.2
+ tag=0.2
+ export head_branch=master
+ head_branch=master
+ export author=g4s8
+ author=g4s8
+ [[ 0.2 =~ ^[0-9]+(\.[0-9]+)*$ ]]
+ mv /home/r/repo .
++ whoami
+ chown -R root repo
+ '[' -n '' ']'
++ whoami
+ sudo chown -R rultor repo
+ cd repo
+ git checkout __rultor
Already on '__rultor'
+ git tag 0.2 -m '0.2: tagged by rultor.com'
+ git reset --hard
HEAD is now at d97ad88 #1 - travis
+ 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 d97ad88).
+ git push --all origin
ERROR: Permission to g4s8/local-cdn.git denied to rultor.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
container 899308a24eab9d1d169d4ecf4cfd85f78525fe75372c368a2796e7dcd1758f93 is dead
Mon Mar 18 14:40:45 CET 2019