Change Details
| doc/syncgit.mdtext |
| 73 | 73 | # Remove the git repositories which do not have a corresponding project |
| 74 | 74 | # This is run at cron time |
| 75 | 75 | $cfg['idf_plugin_syncgit_remove_orphans'] = false; |
| 76 | # git account home dir |
| 77 | $cfg['idf_plugin_syncgit_git_home_dir'] = '/home/git'; |
| 78 | # where are going to be the git repositories |
| 79 | $cfg['idf_plugin_sncgit_base_repositories'] = '/home/git/repositories'; |
| 76 | 80 | |
| 77 | 81 | When someone will change his SSH key or add a new one, the |
| 78 | 82 | `/tmp/SYNC-GIT` file will be created. The cron job |
Download the corresponding diff file