Vlad Temian

Results 27 comments of Vlad Temian

It sounds like we need to work a little bit on pygit2. Resources: - https://github.com/libgit2/pygit2/blob/master/pygit2/__init__.py#L144 - http://ben.straub.cc/2013/02/01/stupid-libgit2-tricks-cloning/

By default, the repository is cloned into `/var/lib/gitfs/`. Do you have enough space left on the device? How large is `index.php`? `repo_path` option can be used to specify another clone...

By default, `gitfs` is trying to log in `/dev/log` (https://github.com/PressLabs/gitfs/blob/master/gitfs/utils/args.py#L93). If you don't have it, it will throw this ugly error. You can specify, at mount point, another logfile. For...

Nice :+1: I think that this is a more like a docker integration and missing documantation. We didn't test this yet, but I found a related issue regarding docker and...

Hey @adrm! Unfortunately, we have some big problems with packages. It should work fine on any operating system (Linux/Unix) that has the libgit2 version 0.24.1. We'll try to build deb...

We've just released 0.5.1 with fresh new deb files. Related to https://github.com/presslabs/gitfs/issues/307, we'll try with alien.

Thanks, @nickwebha! For now, Ubuntu 20.04 is not tested, but I'll take a look, hopefully, this week.

Thank suggestion! A `-o clone_depth=N` can be added.

It looks like it can't connect to `/dev/log`. Can you check if your logging service is running? Maybe https://askubuntu.com/questions/861227/dev-log-is-missing-how-do-i-fix will help.