Skip to content

Instantly share code, notes, and snippets.

@rgaudin
Created October 8, 2009 16:26
Show Gist options
  • Save rgaudin/205136 to your computer and use it in GitHub Desktop.
Save rgaudin/205136 to your computer and use it in GitHub Desktop.
# Example setup configuration file
[main]
url=git://github.com/mvpdev/rapidsms.git
name=sms
rev=HEAD
[rapidsms]
url=git://github.com/rapidsms/rapidsms.git
name=rapidsms-git
apps=ajax,webapp,logger,httptester,messaging,admin,patterns,locations,reporters
install=true
[pygsm]
url=git://github.com/rapidsms/pygsm.git
name=pygsm-git
install=true
[django]
url=git://github.com/django/django.git
tag=1.1.1
name=django=git
install=true
[dimagi-weltel]
url=git://github.com/dimagi/rapidsms.git
name=dimagi-weltel
apps=scheduler
branch=weltel
[pygsm-ussd]
url=git://gist.github.com/177018.git
name=pygsm-ussd
patch=pygsm, pygsm-ussd.patch
[rapidsms-idswitch]
url=git://gist.github.com/171942.git
name=rapidsms-idswitch
patch=rapidsms, rapidsms-idswitch.patch
[rapidsms-locationsadmin]
url=git://gist.github.com/205135.git
name=rapidsms-locationsadmin
patch=rapidsms, rapidsms-locationsadmin.patch
[rapidsms-webapp-css]
url=git://gist.github.com/209063.git
name=rapidsms-webapp-css
patch=rapidsms, rapidsms-webapp-css.patch
[django-m2m]
url=git://gist.github.com/212831.git
name=django-m2m
patch=django, django-m2m.patch
[kannel-backend]
url=git://gist.github.com/214985.git
name=kannel-backend
filecopy=rapidsms, kannel.py, lib/rapidsms/backends
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment