Created
April 18, 2021 11:45
-
-
Save mosbth/7b4844ef1c93381c2ff5807a2212c7a1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[0;30;42m>>> ======= GUI Inspect =======[0m | |
Sun Apr 18 13:44:43 CEST 2021 | |
mvc kmom01 veax20 | |
download, docker | |
Inspect GUI v2.8.2 (2021-04-16) | |
[0;30;42m>>> ======= Download (and potato) =======[0m | |
Doing a silent download, potatoe if needed. | |
[0;30;42m>>> ======= Pre kmom01 =======[0m | |
/home/mos/git/dbwebbse/kurser/mvc | |
http://127.0.0.1:18080/gui-repo/htdocs | |
http://www.student.bth.se/~veax20/dbwebb-kurser/mvc/me/game/htdocs | |
https://github.com/VeronicaAxelsson/mvc-game | |
[0;30;42m>>> ======= Docker run scripts =======[0m | |
docker-compose -f docker-compose.yaml run --rm --service-ports server bash .dbwebb/inspect-src/kmom.d/run.bash kmom01 veax20 .log/inspect/docker.txt | |
[32;01m>>> -------------- Start -------------------------[0m | |
Running scripts in '/home/dbwebb/repo/.dbwebb/inspect-src/kmom.d/kmom01'. | |
[32;01m>>> -------------- 005_starta-apache.bash -------------------------[0m | |
[0;30;42mOK[0m 005_starta-apache.bash | |
[32;01m>>> -------------- 010_rsync-repo.bash -------------------------[0m | |
[0;30;42mOK[0m 010_rsync-repo.bash | |
[32;01m>>> -------------- 012_is-git-repo.bash -------------------------[0m | |
[0;30;42mOK[0m 012_is-git-repo.bash | |
[32;01m>>> -------------- 014_check-repo-remote.bash -------------------------[0m | |
[0;30;42mOK[0m 014_check-repo-remote.bash | |
[32;01m>>> -------------- 016_check-out-latest-tag.bash -------------------------[0m | |
[veax20] using tag = v1.0.1 | |
[0;30;42mOK[0m 016_check-out-latest-tag.bash | |
[32;01m>>> -------------- 020_git-tag-exists.bash -------------------------[0m | |
[veax20] tag >= 1.0.0 and < 2.0.0 (v1.0.1) | |
[0;30;42mOK[0m 020_git-tag-exists.bash | |
[32;01m>>> -------------- 022_git-tags.bash -------------------------[0m | |
[veax20] tags=2 | |
v1.0.0 | |
v1.0.1 | |
[0;30;42mOK[0m 022_git-tags.bash | |
[32;01m>>> -------------- 024_git-commits.bash -------------------------[0m | |
[veax20] commits=9 | |
addNewLine 5bb3222 - Your Name, 5 days ago : clean up code | |
0a068cf - Your Name, 5 days ago : add feature to let player choose what score to save | |
c67593b - Your Name, 5 days ago : add score table | |
daa71db - Your Name, 6 days ago : basic yatzy game implemented | |
0625635 - Your Name, 6 days ago : add controller for 21 Game | |
[0;30;42mOK[0m 024_git-commits.bash | |
[32;01m>>> -------------- 030_check-paths.bash -------------------------[0m | |
[0;30;42mOK[0m 030_check-paths.bash | |
[32;01m>>> -------------- 050_make-clean-all-install.bash -------------------------[0m | |
[0;30;42mOK[0m 050_make-clean-all-install.bash | |
[32;01m>>> -------------- 070_make-test.bash -------------------------[0m | |
[0;30;42mOK[0m 070_make-test.bash | |
[32;01m>>> -------------- 072_make-phpcpd.bash -------------------------[0m | |
[0;30;42mOK[0m 072_make-phpcpd.bash | |
[32;01m>>> -------------- 074_make-phpcs.bash -------------------------[0m | |
[0;30;42mOK[0m 074_make-phpcs.bash | |
[32;01m>>> -------------- 076_make-phpmd.bash -------------------------[0m | |
[0;30;43mWARNING[0m 076_make-phpmd.bash | |
[32;01m>>> -------------- 078_make-phpstan.bash -------------------------[0m | |
[0;30;42mOK[0m 078_make-phpstan.bash | |
[32;01m>>> -------------- 090_log-summary.bash -------------------------[0m | |
[veax20/mvc/kmom01] | |
[+] is Git repo | |
[+] remote = '[email protected]:VeronicaAxelsson/mvc-game.git' | |
[+] using tag = 'v1.0.1' | |
[+] Has tag between 1.0.0 and 2.0.0 (v1.0.1) | |
[+] Number of tags = 2 (>=1) | |
[+] Number of commits = 9 (>=5) | |
[+] check dirs (5/5) | |
[+] make clean-all install | |
[+] make test | |
[+] phpcpd: clones (5 build/phpcpd) | |
[+] phpcs: code style PSR12 (0 build/phpcs) | |
[-] phpmd: mess detected (5 build/phpmd) | |
[+] phpstan: mess detected (3 build/phpstan) | |
[0;30;42mOK[0m 090_log-summary.bash | |
[32;01m>>> -------------- 100_bash.bash -------------------------[0m | |
[veax20] Do manual stuff (e/exit to exit) | |
Makefile* composer.json* doc/ src/ | |
README.md composer.lock* docker-compose.yaml* vendor/ | |
build/ config/ htdocs/ view/ | |
root@5dc0c8d45c6d:/home/dbwebb/repo/gui-repo# git log | |
[33mcommit 5bb3222ff7b7a31e4b155bfe8261865facfd869d[m[33m ([m[1;36mHEAD -> [m[1; | |
32mkmom02[m[33m, [m[1;31morigin/kmom02[m[33m)[m | |
Author: Your Name <[email protected]> | |
Date: Tue Apr 13 13:41:29 2021 +0100 | |
clean up code | |
[33mcommit 0a068cff1e440073911b8711acd861100e0fc622[m | |
Author: Your Name <[email protected]> | |
Date: Tue Apr 13 10:57:20 2021 +0100 | |
add feature to let player choose what score to save | |
[33mcommit c67593b353d6f313ab7795e18bd2733cbea00b6a[m | |
Author: Your Name <[email protected]> | |
Date: Tue Apr 13 09:29:09 2021 +0100 | |
add score table | |
[33mcommit daa71db98d475d00d93647aecf39e8d29670ffdc[m | |
Author: Your Name <[email protected]> | |
Date: Tue Apr 13 00:18:32 2021 +0100 | |
[7m--More--[27m | |
[Kroot@5dc0c8d45c6d:/home/dbwebb/repo/gui-repo# exit | |
[0;30;42mOK[0m 100_bash.bash | |
[1;37;40mDONE[0m All scripts were executed. | |
[32;01m>>> -------------- Summary -------------------------[0m | |
[0;30;42mOK[0m 005_starta-apache.bash | |
[0;30;42mOK[0m 010_rsync-repo.bash | |
[0;30;42mOK[0m 012_is-git-repo.bash | |
[0;30;42mOK[0m 014_check-repo-remote.bash | |
[0;30;42mOK[0m 016_check-out-latest-tag.bash | |
[0;30;42mOK[0m 020_git-tag-exists.bash | |
[0;30;42mOK[0m 022_git-tags.bash | |
[0;30;42mOK[0m 024_git-commits.bash | |
[0;30;42mOK[0m 030_check-paths.bash | |
[0;30;42mOK[0m 050_make-clean-all-install.bash | |
[0;30;42mOK[0m 070_make-test.bash | |
[0;30;42mOK[0m 072_make-phpcpd.bash | |
[0;30;42mOK[0m 074_make-phpcs.bash | |
[0;30;43mWARNING[0m 076_make-phpmd.bash | |
[0;30;42mOK[0m 078_make-phpstan.bash | |
[0;30;42mOK[0m 090_log-summary.bash | |
[0;30;42mOK[0m 100_bash.bash | |
[0;30;42m>>> ======= Post kmom01 =======[0m |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment