write hostname to /etc/hostname (#870805)
[livecd.git] / HACKING
blob00fbe3cf4933774835095ba530ec506b98505843
2 SOURCE CONTROL MANAGEMENT
3 =========================
5 This project is stored in git and can be checked out using
7  git clone git://git.fedorahosted.org/git/livecd
9 or if you have write access you might want to use
11  git clone ssh://git.fedorahosted.org/git/livecd
13 Change history etc. can be obtained from the web interface
15  http://git.fedoraproject.org/?p=hosted/livecd
17 PATCHES
18 =======
20 Send patches to the livecd@lists.fedoraproject.org mailing list
22  https://lists.fedoraproject.org/mailman/listinfo/livecd
24 If you have a number of patches and want to have them pulled from a
25 public git repository, please post a pointer to it as well as sending
26 each of the patches individually to the list.  Note that the
27 combination of git-format-patch and git-send-email works well for
28 sending a series of patches which you have in a local repository.