Skip to content

Commit 6774968

Browse files
authored
Merge pull request #13 from kernsuite/prepare-K9-release
Prepare k9 release
2 parents 849a0ba + 181a348 commit 6774968

File tree

6 files changed

+680
-23
lines changed

6 files changed

+680
-23
lines changed

index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<div class="jumbotron jumbotron-fluid text-center" id="startbanner">
88
<div class="container">
99
<h1 class="display-2 font-weight-normal">KERN</h1>
10-
<p class="lead font-weight-normal">KERN is a bi-annually released set of radio astronomical software packages.
10+
<p class="lead font-weight-normal">KERN is an annually released set of radio astronomical software packages.
1111
It should contain most of the standard tools that a radio astronomer needs to work with radio telescope
1212
data. The goal of KERN is to save time and prevent frustration in setting up of scientific pipelines and to
1313
assist in achieving scientific reproducibility.</p>
@@ -22,11 +22,11 @@ <h1 class="display-2 font-weight-normal">KERN</h1>
2222

2323

2424
<h3 class="page-title"><i class="fas fa-arrow-alt-circle-down fa-lg"></i> Quick start</h3>
25-
<p>To quickly get started using KERN run the following command on a Ubuntu 20.04 system:</p>
25+
<p>To quickly get started using KERN run the following command on a Ubuntu 22.04 system:</p>
2626

2727
<figure class="code"><pre><code>
2828
$ sudo apt-get install software-properties-common
29-
$ sudo add-apt-repository -s ppa:kernsuite/kern-8
29+
$ sudo add-apt-repository -s ppa:kernsuite/kern-9
3030
$ sudo apt-add-repository multiverse
3131
$ sudo apt-add-repository restricted
3232
$ sudo apt-get update</code></pre>

installation/index.html

+8-8
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@
1010
<h1 class="page-title">Installation guide</h1>
1111
<hr>
1212

13-
<h2 class="page-title">KERN-8 - Ubuntu 20.04</h2>
14-
<p>A new version of KERN is released roughly every 6 months and is based on the latest Ubuntu LTS release.
13+
<h2 class="page-title">KERN-9 - Ubuntu 22.04</h2>
14+
<p>A new version of KERN is released roughly every year and is based on the latest Ubuntu LTS release.
1515
The current
16-
release of KERN is KERN-8 and is based on Ubuntu 20.04 (Focal). To enable the KERN-8 repository on a
17-
Ubuntu 20.04
16+
release of KERN is KERN-9 and is based on Ubuntu 22.04 (Jammy). To enable the KERN-9 repository on a
17+
Ubuntu 22.04
1818
system run:
1919
</p>
2020

2121
<figure class="code">
2222
<pre><code>
2323
$ sudo apt-get install software-properties-common
24-
$ sudo add-apt-repository -s ppa:kernsuite/kern-8
24+
$ sudo add-apt-repository -s ppa:kernsuite/kern-9
2525
$ sudo apt-add-repository multiverse
2626
$ sudo apt-add-repository restricted
2727
$ sudo apt-get update
@@ -44,7 +44,7 @@ <h2 class="page-title">Docker and singularity</h2>
4444
and <a href="http://singularity.lbl.gov/">Singularity</a> images:
4545
<figure class="code">
4646
<pre><code>
47-
FROM kernsuite/base:8
47+
FROM kernsuite/base:9
4848
RUN docker-apt-install python3-casacore
4949
</code></pre>
5050
</figure>
@@ -57,7 +57,7 @@ <h2 class="page-title">Docker and singularity</h2>
5757
<figure class="code">
5858
<pre><code>
5959
Bootstrap: docker
60-
From:kernsuite/base:8
60+
From:kernsuite/base:9
6161
%post
6262
docker-apt-install python3-casacore
6363
</code></pre>
@@ -68,7 +68,7 @@ <h2 class="page-title">Docker and singularity</h2>
6868

6969
<h2 class="page-title">Older releases</h2>
7070

71-
The old releases are KERN-0 for Ubuntu 14.04, KERN-1, KERN-2, KERN-3 for Ubuntu 16.04. KERN-4, KERN-5 and KERN-6 for Ubuntu 18.04. KERN-7 for Ubuntu 20.04.
71+
The old releases are KERN-0 for Ubuntu 14.04, KERN-1, KERN-2, KERN-3 for Ubuntu 16.04. KERN-4, KERN-5 and KERN-6 for Ubuntu 18.04. KERN-7 and KERN-8 for Ubuntu 20.04.
7272
These releases have reached end of live and are not supported anymore. You can still use them though, also inside Docker
7373
containers.
7474

mirror/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ <h1 class="page-title">International Mirror</h1>
1414
<h2>Netherlands</h2>
1515
<p>We have set up an KERN archive mirror sponsored by <a href="http://astron.nl">ASTRON</a>. </p>
1616

17-
<p>To enable the mirror on Ubuntu 20.04 please run:</p>
17+
<p>To enable the mirror on Ubuntu 22.04 please run:</p>
1818

1919
<figure class="code">
2020
<pre><code>
2121
$ sudo apt-get install software-properties-common
2222
$ curl -L https://archive.kernsuite.info/kern.key | sudo apt-key add -
23-
$ sudo add-apt-repository -s https://archive.kernsuite.info/kernsuite/kern-8/ubuntu
23+
$ sudo add-apt-repository -s https://archive.kernsuite.info/kernsuite/kern-9/ubuntu
2424
$ sudo apt-add-repository multiverse
2525
$ sudo apt-add-repository restricted
2626
$ sudo apt-get update

news/index.html

+12
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,18 @@ <h1 class="page-title">News and release notes</h1>
1212

1313
<hr>
1414

15+
<h2>KERN-9</h2>
16+
<p>release date: <b>April 26 2024</b></p>
17+
18+
<h5>Changes since KERN-8</h5>
19+
20+
<ul>
21+
<li>Most existing packages are updated to the latest versions.</li>
22+
<li>Packages support both amd64 and arm64.</li>
23+
</ul>
24+
25+
<hr>
26+
1527
<h2>KERN-8</h2>
1628
<p>release date: <b>March 03 2023</b></p>
1729

0 commit comments

Comments
 (0)