You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en-US/build-rpm.xml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -41,9 +41,9 @@ under the License.
41
41
<para>You probably want to ensure that your environment variables will survive a logout/reboot.
42
42
Be sure to update <filename>~/.bashrc</filename> with the PATH and JAVA_HOME variables.</para>
43
43
44
-
<para>Building RPMs for $PRODUCT; is fairly simple. Assuming you already have the source downloaded and have uncompressed the tarball into a local directory, you're going to be able to generate packages in just a few minutes.</para>
44
+
<para>Building RPMs for &PRODUCT; is fairly simple. Assuming you already have the source downloaded and have uncompressed the tarball into a local directory, you're going to be able to generate packages in just a few minutes.</para>
45
45
<note><title>Packaging has Changed</title>
46
-
<para>If you've created packages for $PRODUCT; previously, you should be aware that the process has changed considerably since the project has moved to using Apache Maven. Please be sure to follow the steps in this section closely.</para>
46
+
<para>If you've created packages for &PRODUCT; previously, you should be aware that the process has changed considerably since the project has moved to using Apache Maven. Please be sure to follow the steps in this section closely.</para>
47
47
</note>
48
48
<sectionid="generating-rpms">
49
49
<title>Generating RPMS</title>
@@ -69,7 +69,7 @@ under the License.
69
69
<title>Configuring your systems to use your new yum repository</title>
70
70
<para>
71
71
Now that your yum repository is populated with RPMs and metadata
72
-
we need to configure the machines that need to install $PRODUCT;.
72
+
we need to configure the machines that need to install &PRODUCT;.
73
73
Create a file named <filename>/etc/yum.repos.d/cloudstack.repo</filename> with this information:
74
74
<programlisting>
75
75
[apache-cloudstack]
@@ -79,7 +79,7 @@ under the License.
79
79
gpgcheck=0
80
80
</programlisting>
81
81
</para>
82
-
<para> Completing this step will allow you to easily install $PRODUCT; on a number of machines across the network.
82
+
<para> Completing this step will allow you to easily install &PRODUCT; on a number of machines across the network.
0 commit comments