File: HACKING

package info (click to toggle)
mic2 0.24.12-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 1,140 kB
  • sloc: python: 11,220; sh: 1,367; makefile: 64
file content (28 lines) | stat: -rw-r--r-- 861 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28

SOURCE CONTROL MANAGEMENT
=========================

This project is stored in git and can be checked out using

 git clone git://git.fedoraproject.org/git/hosted/livecd

or if you have write access you might want to use

 git clone ssh://git.fedoraproject.org/git/hosted/livecd

Change history etc. can be obtained from the web interface

 http://git.fedoraproject.org/?p=hosted/livecd

PATCHES
=======

Send patches to the fedora-livecd-list@redhat.com mailing list

 http://www.redhat.com/mailman/listinfo/fedora-livecd-list

If you have a number of patches and want to have them pulled from a
public git repository, please post a pointer to it as well as sending
each of the patches individually to the list.  Note that the
combination of git-format-patch and git-send-email works well for
sending a series of patches which you have in a local repository.