diff options
author | https://launchpad.net/~tale <tale@web> | 2011-12-27 23:22:57 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2011-12-27 23:22:57 -0400 |
commit | 427aa60393a3b4115be3a28a992f88b72a02dac6 (patch) | |
tree | 22452a285f6551821da4b080c97ac82a117a0ee7 | |
parent | 2d68b3dc9946f9a03a7c33dfa5d4e43581cf7030 (diff) | |
download | ikiwiki-427aa60393a3b4115be3a28a992f88b72a02dac6.tar ikiwiki-427aa60393a3b4115be3a28a992f88b72a02dac6.tar.gz |
Added a comment: branch = master, still no luck
-rw-r--r-- | doc/forum/Migrated_ikiwiki_to_new_host._Web_page_is_not_updated/comment_5_8611fc62797e70a0d2a61d94fcb03170._comment | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/forum/Migrated_ikiwiki_to_new_host._Web_page_is_not_updated/comment_5_8611fc62797e70a0d2a61d94fcb03170._comment b/doc/forum/Migrated_ikiwiki_to_new_host._Web_page_is_not_updated/comment_5_8611fc62797e70a0d2a61d94fcb03170._comment new file mode 100644 index 000000000..137c198cc --- /dev/null +++ b/doc/forum/Migrated_ikiwiki_to_new_host._Web_page_is_not_updated/comment_5_8611fc62797e70a0d2a61d94fcb03170._comment @@ -0,0 +1,22 @@ +[[!comment format=mdwn + username="https://launchpad.net/~tale" + nickname="tale" + subject="branch = master, still no luck" + date="2011-12-28T03:22:57Z" + content=""" +I learned from docs setting gitorigin_branch to empty string disables git pushing and pulling. So guessing + +gitorigin_branch => 'master', + +seemed a good idea. + +However, now ikiwiki -setup gives: + + taleman@porixi:~$ ikiwiki -setup ikiwiki.setup + successfully generated /var/www/ikiwiki/debian.fi/ikiwiki.cgi + successfully generated /home/taleman/wiki/wiki.git/hooks/post-update + fatal: 'master': unable to chdir or not a git archive + fatal: The remote end hung up unexpectedly + 'git pull master' failed: at /usr/share/perl5/IkiWiki/Plugin/git.pm line 195. + taleman@porixi:~$ +"""]] |