Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot/git.py
Commit message (Collapse)AuthorAgeFilesLines
* Always set the remoteDaniel Narvaez2013-04-121-0/+1
| | | | To handle configuration changes.
* Don't fetch unnecessarilyDaniel Narvaez2013-01-101-6/+16
|
* whitespaceDaniel Narvaez2013-01-051-1/+1
|
* Allow to specify revisions when pullinDaniel Narvaez2013-01-051-2/+4
|
* Change how we decide if system check is requiredDaniel Narvaez2012-12-281-27/+0
| | | | | Using mtime will work even if you make local changes and it's less code.
* Decide to rebuild on the base of files mtimeDaniel Narvaez2012-12-281-4/+0
| | | | | It's simpler and should be more reliable than using git (new files will be noticed).
* Refactor to avoid circular dependencyDaniel Narvaez2012-12-271-0/+10
|
* pep8izeDaniel Narvaez2012-12-261-3/+7
|
* Refactor to put get_commit_id in the git moduleDaniel Narvaez2012-12-251-0/+29
|
* Rebuild if the source tree changedDaniel Narvaez2012-12-251-0/+4
|
* Add a distribute commandDaniel Narvaez2012-12-161-0/+47
| | | | It builds and uploads releases.
* Handle tag on a clone tooDaniel Narvaez2012-11-301-1/+4
|
* Merge is local doesn't make sense to retryDaniel Narvaez2012-11-301-2/+1
|
* Fix merge commandDaniel Narvaez2012-11-301-1/+2
|
* Cleanup retryingDaniel Narvaez2012-11-301-6/+11
|
* Fast forward onlyDaniel Narvaez2012-11-301-1/+1
|
* Git clean not out-of-source modules instead of removingDaniel Narvaez2012-11-291-0/+10
|
* Add a devbot.git module with unit testDaniel Narvaez2012-11-291-0/+38