サポート #230
Redmine 3.4.3 アップグレード後の動作確認
Updated by 古明地こいし @redmizo_info about 7 years ago
Commit: 3ffcb4cfbfb8ee7060322e93babe7d58a6005332
https://github.com/mizo0203/WebhooksTest/commit/3ffcb4cfbfb8ee7060322e93babe7d58a6005332
Author: みぞ@CrazyBeatCoder mizo0203@outlook.com
Date: 2017-10-22 (Sun, 22 Oct 2017)
Log Message:
Redmine 3.4.3 アップグレード後の動作確認. refs #230
Updated by みぞ @mizo0203 about 7 years ago
- Status changed from 新規 to 進行中
- % Done changed from 0 to 20
結果、リポジトリが更新されないため NG
[" GithubHook: Executing command: 'git fetch origin'"," GithubHook: Command 'git fetch origin' didn't exit properly. Full output: [\"error: cannot open FETCH_HEAD: Permission denied\\n\", \"\\n\"]"," GithubHook: Redmine repository updated: github (Git: 31.1ms, Redmine: 5.0ms)"]
Updated by みぞ @mizo0203 about 7 years ago
chown -R nobody /var/lib/redmine/public/WebhooksTest.git/
[" GithubHook: Executing command: 'git fetch origin'"," GithubHook: Command 'git fetch origin' didn't exit properly. Full output: [\"Could not create directory '/.ssh'.\\r\\n\", \"Host key verification failed.\\r\\n\", \"fatal: Could not read from remote repository.\\n\", \"\\n\", \"Please make sure you have the correct access rights\\n\", \"and the repository exists.\\n\"]"," GithubHook: Redmine repository updated: github (Git: 530.1ms, Redmine: 7.8ms)"]
Updated by みぞ @mizo0203 about 7 years ago
# sudo -u nobody git fetch origin Could not create directory '/.ssh'. The authenticity of host 'github.com (192.30.255.112)' can't be established. RSA key fingerprint is 16:27:ac:a5:76:28:2d:36:63:1b:56:4d:eb:df:a6:48. Are you sure you want to continue connecting (yes/no)? yes Failed to add the host to the list of known hosts (/.ssh/known_hosts). Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists.
Updated by みぞ @mizo0203 about 7 years ago
[root@www2092uf WebhooksTest.git]# cp -r /root/.ssh / [root@www2092uf WebhooksTest.git]# chown -R nobody /.ssh [root@www2092uf WebhooksTest.git]# sudo -u nobody git fetch origin From github.com:mizo0203/WebhooksTest * branch HEAD -> FETCH_HEAD
Updated by 古明地こいし @redmizo_info about 7 years ago
Commit: 0560f72e2634e32b4d5c75b41c9d9942c6372aa4
https://github.com/mizo0203/WebhooksTest/commit/0560f72e2634e32b4d5c75b41c9d9942c6372aa4
Author: みぞ@CrazyBeatCoder mizo0203@outlook.com
Date: 2017-10-22 (Sun, 22 Oct 2017)
Log Message:
Redmine 3.4.3 アップグレード後の動作確認.(2回目) refs #230
Updated by 古明地こいし @redmizo_info about 7 years ago
Commit: 9bdcd72713f4b8764a6aea6cc7a760c05328dc94
https://github.com/mizo0203/WebhooksTest/commit/9bdcd72713f4b8764a6aea6cc7a760c05328dc94
Author: みぞ@CrazyBeatCoder mizo0203@outlook.com
Date: 2017-10-22 (Sun, 22 Oct 2017)
Log Message:
Redmine 3.4.3 アップグレード後の動作確認.(終了) fixes #230 @45m
Updated by みぞ @mizo0203 about 7 years ago
- Status changed from 進行中 to 完了
- % Done changed from 20 to 100
更新履歴 github|9bdcd72713f4b8764a6aea6cc7a760c05328dc94 で適用されました。