bingostack / Django-for-distribution

A repository to create Django RPM Packages suitable for Hatohol.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to make RPM file

1. Clone django source tree.

$ git clone git@github.com:django/django.git

2. Change directory into cloned django's directory and run following command.

$ python setup.py bdist_rpm --packager="Project Hatohol <hatohol-users@lists.sourceforge.jp>"

About

A repository to create Django RPM Packages suitable for Hatohol.