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
/
repository.html
61 lines (50 loc) · 1.63 KB
/
repository.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
---
title: Repository
---
<!DOCTYPE html>
<html lang="en">
<head>
{% include head.html %}
</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-documentation" id="doc">
<div class="container">
<div class="row">
<div class="col-lg-10 col-lg-offset-1 text-center">
<h2 class="section-heading">Source repository</h2>
<hr/>
<div class="col-md-12 text-center">
<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>.
</div>
</div>
</div>
</div>
</div>
{% include scroll_to_top.html %}
</section>
<footer>
{% include footer.html %}
</footer>
<!-- jQuery -->
{% include jsresource.html %}
</body>
</html>