This repository has been archived by the owner on Jul 28, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
development.html
84 lines (71 loc) · 3.44 KB
/
development.html
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
---
title: Development
---
<!DOCTYPE html>
<html lang="en">
<head>
{% include head.html %}
<link href="css/style.css" rel="stylesheet">
</head>
<body id="page-top">
<nav id="mainNav" class="navbar navbar-default navbar-fixed-top">
{% include nav.html %}
</nav>
<!-- HEADER -->
<header>
{% include header.html %}
</header>
<!-- MAILING LISTS / IRC-->
<section class="section-devel" id="devel">
<div class="container">
<div class="row">
<div class="col-lg-10 col-lg-offset-1 text-center">
<h2 class="section-heading">Development</h2>
<hr/>
<div class="col-md-12 text-center">
<h3>Source repository</h3>
<div>
<p>Spacewalk's source repository uses the git source control system and is located at <a
href="https://github.com/spacewalkproject/spacewalk">GitHub</a>: <em>(you will
need git installed, yum install git)</em>
<div>
<p class="quote">
git clone [email protected]:spacewalkproject/spacewalk.git
</p>
</div>
<p>For information on how to work with our source repository, please visit <a
href="https://github.com/spacewalkproject/spacewalk/wiki/DownloadIt">the wiki download
page</a>.
<p>All development of Spacewalk happens in the community and out in the open. Communication
between developers occurs on <a href="communicate.html">the development mailing list and in
IRC</a>, documentation is stored on <a
href="https://github.com/spacewalkproject/spacewalk/wiki">our wiki</a>, and our <a
href="repository.html">source code repository and all changes to it</a> are publicly
available.</p>
<h3>Mailing Lists & IRC</h3>
<p>Much of the discussion about how Spacewalk is developed takes place on our <a
href="https://www.redhat.com/mailman/listinfo/spacewalk-devel">[email protected]</a>
development mailing list as well as <a href="communicate.html">our IRC channel</a>. <a
href="communicate.html">Learn more</a> about our mailing lists and IRC.
<h3>Wiki</h3>
<p>The <a href="https://github.com/spacewalkproject/spacewalk/wiki">Spacewalk developer wiki</a>
is our main source of developer documentation, notes, and planning documents. If you'd like
to be able to contribute to our wiki, you'll need a GitHub account. You can submit Pull
request to <a href="https://github.com/spacewalkproject/spacewalk-wiki">spacewalkproject/spacewalk-wiki</a>
repository. More details can be found <a
href="https://github.com/spacewalkproject/spacewalk/wiki/WikiContribute">here</a>.
</p>
</div>
</div>
</div>
</div>
</div>
{% include scroll_to_top.html %}
</section>
<footer>
{% include footer.html %}
</footer>
<!-- jQuery -->
{% include jsresource.html %}
</body>
</html>