ChiliProject is not maintained anymore. Please be advised that there will be no more updates.
We do not recommend that you setup new ChiliProject instances and we urge all existing users to migrate their data to a maintained system, e.g. Redmine. We will provide a migration script later. In the meantime, you can use the instructions by Christian Daehn.
Option to run git fetch in SysController#fetch_changesets (Feature #507)
Description
I propose that we add an optional parameter that will run git fetch --all
when a request is made to SysController#fetch_changesets and the repository is a git repository. This will let any hooks (like Github) actually update the local git repository.
This would help automate the Git workflow between ChiliProject and Github.
History
Updated by Gabriel Mazetto at 2011-07-06 09:57 pm
According to the discussion at https://www.chiliproject.org/boards/1/topics/525 it shall help create the local repository with --mirror flag, so that it will easy repository updates.