Skip to content

Commit

Permalink
Prepare release notes for AT 17.0
Browse files Browse the repository at this point in the history
Signed-off-by: Erwan Prioul <[email protected]>
  • Loading branch information
er-1 committed Aug 29, 2023
1 parent 1a93fcb commit 1cf74e2
Show file tree
Hide file tree
Showing 2 changed files with 215 additions and 67 deletions.
70 changes: 4 additions & 66 deletions configs/17.0/release_notes/release_notes-inst.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,35 +19,6 @@ <h3>Using YaST</h3>
</ul>
endif_SLES15 -->

<!-- if_RHEL8
<p>The gpg public key(s) <span class="code">gpg-pubkey-xxxxxxxx-xxxxxxxx</span> will be provided in the repository where these release notes were found. The pubkey(s) can be used to verify the authenticity of both the Advance Toolchain install packages and the repository contents. After downloading the gpg-pubkey(s) they can be imported as follows:</p>
<p class="code">rpm --import gpg-pubkey2-xxxxxxxx-xxxxxxxx</p>
<h3>Using DNF</h3>
<p>First, if you have <u>never</u> created an Advance Toolchain repository configuration file, you need to do so. Create the following file using the text editor of your choice as <i>root</i>:</p>
<p class="code">/etc/yum.repos.d/__VERSION__.repo</p>
<p>and add the following content:</p>
<pre class="codebox">
# Begin of configuration file
[__VERSION__]
name=Advance Toolchain IBM FTP
baseurl=https://public.dhe.ibm.com/software/server/POWER/Linux/toolchain/at/redhat/RHEL8
enabled=1
gpgcheck=1
gpgkey=https://public.dhe.ibm.com/software/server/POWER/Linux/toolchain/at/redhat/RHEL8/gpg-pubkey-xxxxxxxx-xxxxxxxx
# End of configuration file
</pre>
<p>To install execute <span class="code">dnf install</span> as <i>root</i>:
<pre class="codebox">
dnf install advance-toolchain-__VERSION__-runtime /
advance-toolchain-__VERSION__-devel /
advance-toolchain-__VERSION__-perf
</pre>
<p>Answer <span class="code">y</span> when DNF prompts for confirmation.</p>
endif_RHEL8 -->

<!-- if_RHEL9
<p>The gpg public key(s) <span class="code">gpg-pubkey-xxxxxxxx-xxxxxxxx</span> will be provided in the repository where these release notes were found. The pubkey(s) can be used to verify the authenticity of both the Advance Toolchain install packages and the repository contents. After downloading the gpg-pubkey(s) they can be imported as follows:</p>
<p class="code">rpm --import gpg-pubkey-xxxxxxxx-xxxxxxxx</p>
Expand Down Expand Up @@ -77,39 +48,6 @@ <h3>Using DNF</h3>
<p>Answer <span class="code">y</span> when DNF prompts for confirmation.</p>
endif_RHEL9 -->

<!-- if_ubuntu-20
<p>The gpg public key <span class="code">xxxxxxxx.gpg.key</span> will be provided in the repository where these release notes were found. The public key can be used to verify the authenticity of both the Advance Toolchain install packages and the repository contents. After downloading the gpg public key, it can be imported as follows:</p>
<p class="code">sudo apt-key add xxxxxxxx.gpg.key</p>
<h3>Using aptitude or apt</h3>
<p>If the Advance Toolchain repository has not already been configured, that must be done first. As <i>root</i>, edit the following file, adding one of the lines as needed for the installed system:
<p class="code">/etc/apt/sources.list</p>
<ul>
<li>For amd64 workstations or POWER servers (ppc64le) add the line:</li>
<p class="code">deb https://public.dhe.ibm.com/software/server/POWER/Linux/toolchain/at/ubuntu focal __VERSION__ </p>
</ul>
<p>To install using aptitude:</p>
<pre class="codebox">
# If the repository has just been configured, refresh the aptitude cache
sudo aptitude update
# Install the Advance Toolchain packages
sudo aptitude install advance-toolchain-__VERSION__-runtime \
advance-toolchain-__VERSION__-devel \
advance-toolchain-__VERSION__-perf \
advance-toolchain-__VERSION__-mcore-libs
</pre>
<p>To install using apt:</p>
<pre class="codebox">
#If the repository has just been configured, refresh the apt cache
sudo apt-get update
#Install the Advance Toolchain packages
sudo apt-get install advance-toolchain-__VERSION__-runtime \
advance-toolchain-__VERSION__-devel \
advance-toolchain-__VERSION__-perf \
advance-toolchain-__VERSION__-mcore-libs
</pre>
<p>Aptitude and apt support package upgrades for new revision releases (i.e. 10.0-0 to 10.0-1). For new major releases, install as if a new installation.</p>
endif_ubuntu-20 -->

<!-- if_ubuntu-22
<p>The gpg public key <span class="code">xxxxxxxx.gpg.key</span> will be provided in the repository where these release notes were found. The public key can be used to verify the authenticity of both the Advance Toolchain install packages and the repository contents. It can be imported as follows:</p>
<p class="code">wget -qO- https://public.dhe.ibm.com/software/server/POWER/Linux/toolchain/at/ubuntu/dists/jammy/xxxxxxxx.gpg.key | sudo tee -a /etc/apt/trusted.gpg.d/xxxxxxxx.asc</p>
Expand Down Expand Up @@ -143,16 +81,16 @@ <h3>Using aptitude or apt</h3>
<p>Aptitude and apt support package upgrades for new revision releases (i.e. 10.0-0 to 10.0-1). For new major releases, install as if a new installation.</p>
endif_ubuntu-22 -->

<!-- if_debian-11
<!-- if_debian-12
<p>The gpg public key <span class="code">xxxxxxxx.gpg.key</span> will be provided in the repository where these release notes were found. The public key can be used to verify the authenticity of both the Advance Toolchain install packages and the repository contents. It can be imported as follows:</p>
<p class="code">wget -qO- https://public.dhe.ibm.com/software/server/POWER/Linux/toolchain/at/debian/dists/bullseye/xxxxxxxx.gpg.key | sudo tee -a /etc/apt/trusted.gpg.d/xxxxxxxx.asc</p>
<p class="code">wget -qO- https://public.dhe.ibm.com/software/server/POWER/Linux/toolchain/at/debian/dists/bookworm/xxxxxxxx.gpg.key | sudo tee -a /etc/apt/trusted.gpg.d/xxxxxxxx.asc</p>
<h3>Using aptitude or apt</h3>
<p>If the Advance Toolchain repository has not already been configured, that must be done first. As <i>root</i>, edit the following file, adding one of the lines as needed for the installed system:
<p class="code">/etc/apt/sources.list</p>
<ul>
<li>For amd64 workstations or POWER servers (ppc64le) add the line:</li>
<p class="code">deb [signed-by=/etc/apt/trusted.gpg.d/xxxxxxxx.asc] https://public.dhe.ibm.com/software/server/POWER/Linux/toolchain/at/debian bullseye __VERSION__ </p>
<p class="code">deb [signed-by=/etc/apt/trusted.gpg.d/xxxxxxxx.asc] https://public.dhe.ibm.com/software/server/POWER/Linux/toolchain/at/debian bookworm __VERSION__ </p>
</ul>
<p>To install using aptitude:</p>
<pre class="codebox">
Expand All @@ -176,5 +114,5 @@ <h3>Using aptitude or apt</h3>
advance-toolchain-__VERSION__-mcore-libs
</pre>
<p>Aptitude and apt support package upgrades for new revision releases (i.e. 10.0-0 to 10.0-1). For new major releases, install as if a new installation.</p>
endif_debian-11 -->
endif_debian-12 -->

1 change: 0 additions & 1 deletion configs/17.0/release_notes/relfixes.html

This file was deleted.

Loading

0 comments on commit 1cf74e2

Please sign in to comment.