mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-2902: Updating repository refs
This commit is contained in:
parent
3bd8f7e6d5
commit
c1bb2a561b
|
|
@ -44,7 +44,7 @@
|
|||
<title>DEB package repository</title>
|
||||
<para>You can add a DEB package repository to your apt sources with the following commands. Please note that only packages for Ubuntu 12.04 LTS (precise) are being built at this time.</para>
|
||||
<para>Use your preferred editor and open (or create) <filename>/etc/apt/sources.list.d/cloudstack.list</filename>. Add the community provided repository to the file:</para>
|
||||
<programlisting>deb http://cloudstack.apt-get.eu/ubuntu precise 4.0</programlisting>
|
||||
<programlisting>deb http://cloudstack.apt-get.eu/ubuntu precise 4.1</programlisting>
|
||||
<para>We now have to add the public key to the trusted keys.</para>
|
||||
<programlisting language="Bash"><prompt>$</prompt> <command>wget</command> -O - http://cloudstack.apt-get.eu/release.asc|apt-key add -</programlisting>
|
||||
<para>Now update your local apt cache.</para>
|
||||
|
|
@ -60,7 +60,7 @@
|
|||
<programlisting>
|
||||
[cloudstack]
|
||||
name=cloudstack
|
||||
baseurl=<replaceable>http://cloudstack.apt-get.eu/rhel/4.0/</replaceable>
|
||||
baseurl=<replaceable>http://cloudstack.apt-get.eu/rhel/4.1/</replaceable>
|
||||
enabled=1
|
||||
gpgcheck=0
|
||||
</programlisting>
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@ msgstr ""
|
|||
|
||||
#. Tag: programlisting
|
||||
#, no-c-format
|
||||
msgid "deb http://cloudstack.apt-get.eu/ubuntu precise 4.0"
|
||||
msgid "deb http://cloudstack.apt-get.eu/ubuntu precise 4.1"
|
||||
msgstr ""
|
||||
|
||||
#. Tag: para
|
||||
|
|
@ -118,7 +118,7 @@ msgstr ""
|
|||
msgid "\n"
|
||||
"[cloudstack]\n"
|
||||
"name=cloudstack\n"
|
||||
"baseurl=<replaceable>http://cloudstack.apt-get.eu/rhel/4.0/</replaceable>\n"
|
||||
"baseurl=<replaceable>http://cloudstack.apt-get.eu/rhel/4.1/</replaceable>\n"
|
||||
"enabled=1\n"
|
||||
"gpgcheck=0\n"
|
||||
" "
|
||||
|
|
|
|||
|
|
@ -82,8 +82,8 @@ msgstr "使用您管用的編輯器開啟(或新增)<filename>/etc/apt/sources.l
|
|||
|
||||
#. Tag: programlisting
|
||||
#, no-c-format
|
||||
msgid "deb http://cloudstack.apt-get.eu/ubuntu precise 4.0"
|
||||
msgstr "deb http://cloudstack.apt-get.eu/ubuntu precise 4.0"
|
||||
msgid "deb http://cloudstack.apt-get.eu/ubuntu precise 4.1"
|
||||
msgstr "deb http://cloudstack.apt-get.eu/ubuntu precise 4.1"
|
||||
|
||||
#. Tag: para
|
||||
#, no-c-format
|
||||
|
|
@ -155,11 +155,11 @@ msgid ""
|
|||
"\n"
|
||||
"[cloudstack]\n"
|
||||
"name=cloudstack\n"
|
||||
"baseurl=<replaceable>http://cloudstack.apt-get.eu/rhel/4.0/</replaceable>\n"
|
||||
"baseurl=<replaceable>http://cloudstack.apt-get.eu/rhel/4.1/</replaceable>\n"
|
||||
"enabled=1\n"
|
||||
"gpgcheck=0\n"
|
||||
" "
|
||||
msgstr "\n[cloudstack]\nname=cloudstack\nbaseurl=<replaceable>http://cloudstack.apt-get.eu/rhel/4.0/</replaceable>\nenabled=1\ngpgcheck=0\n "
|
||||
msgstr "\n[cloudstack]\nname=cloudstack\nbaseurl=<replaceable>http://cloudstack.apt-get.eu/rhel/4.1/</replaceable>\nenabled=1\ngpgcheck=0\n "
|
||||
|
||||
#. Tag: para
|
||||
#, no-c-format
|
||||
|
|
|
|||
Loading…
Reference in New Issue