Skip to content

Commit c35a09a

Browse files
committed
updating links / pages to be for 2.3 (not 2.2)
1 parent ebad131 commit c35a09a

3 files changed

Lines changed: 15 additions & 15 deletions

File tree

pages/docs/admin-docs/admin-guide.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,17 +56,17 @@ Near the bottom of the build output you will see several lines like:
5656

5757
```
5858
...
59-
Wrote: /home/gmk/rpmbuild/SRPMS/singularity-2.2-0.1.el7.centos.src.rpm
60-
Wrote: /home/gmk/rpmbuild/RPMS/x86_64/singularity-2.2-0.1.el7.centos.x86_64.rpm
61-
Wrote: /home/gmk/rpmbuild/RPMS/x86_64/singularity-devel-2.2-0.1.el7.centos.x86_64.rpm
62-
Wrote: /home/gmk/rpmbuild/RPMS/x86_64/singularity-debuginfo-2.2-0.1.el7.centos.x86_64.rpm
59+
Wrote: /home/gmk/rpmbuild/SRPMS/singularity-2.3.el7.centos.src.rpm
60+
Wrote: /home/gmk/rpmbuild/RPMS/x86_64/singularity-2.3.el7.centos.x86_64.rpm
61+
Wrote: /home/gmk/rpmbuild/RPMS/x86_64/singularity-devel-2.3.el7.centos.x86_64.rpm
62+
Wrote: /home/gmk/rpmbuild/RPMS/x86_64/singularity-debuginfo-2.3.el7.centos.x86_64.rpm
6363
...
6464
```
6565

66-
You will want to identify the appropriate path to the binary RPM that you wish to install, in the above example the package we want to install is `singularity-2.2-0.1.el7.centos.x86_64.rpm`, and you should install it with the following command:
66+
You will want to identify the appropriate path to the binary RPM that you wish to install, in the above example the package we want to install is `singularity-2.3.el7.centos.x86_64.rpm`, and you should install it with the following command:
6767

6868
```bash
69-
$ sudo yum install /home/gmk/rpmbuild/RPMS/x86_64/singularity-2.2-0.1.el7.centos.x86_64.rpm
69+
$ sudo yum install /home/gmk/rpmbuild/RPMS/x86_64/singularity-2.3.el7.centos.x86_64.rpm
7070
```
7171

7272
*Note: If you want to have the binary RPM install the files to an alternative location, you should define the environment variable 'PREFIX' (below) to suit your needs, and use the following command to build:*

pages/docs/install/install-linux.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ You can try the following two options:
1313
### Option 1: Download latest stable release
1414
You can always download the latest tarball release from <a href="{{ site.repo }}/releases" target="_blank">Github</a>
1515

16-
For example, here is how to download version `2.2.1` and install:
16+
For example, here is how to download version `2.3` and install:
1717

1818
```bash
19-
VERSION=2.2.1
19+
VERSION=2.3
2020
wget https://github.com/singularityware/singularity/releases/download/$VERSION/singularity-$VERSION.tar.gz
2121
tar xvf singularity-$VERSION.tar.gz
2222
cd singularity-$VERSION
@@ -99,7 +99,7 @@ To build a deb package for Debian/Ubuntu/LinuxMint invoke the following commands
9999

100100
```bash
101101
$ fakeroot dpkg-buildpackage -b -us -uc # sudo will ask for a password to run the tests
102-
$ sudo dpkg -i ../singularity-container_2.2.1-1_amd64.deb
102+
$ sudo dpkg -i ../singularity-container_2.3_amd64.deb
103103
```
104104

105105
Note that the tests will fail if singularity is not already installed on your system. This is the case when you run this procedure for the first time.

pages/docs/user-docs/docs-changing-containers.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Loading mirror speeds from cached hostfile
3232
* updates: linux.mirrors.es.net
3333
Resolving Dependencies
3434
--> Running transaction check
35-
---> Package which.x86_64 0:2.20-7.el7 will be installed
35+
---> Package which.x86_64 0:2.30-7.el7 will be installed
3636
--> Finished Dependency Resolution
3737

3838
Dependencies Resolved
@@ -41,7 +41,7 @@ Dependencies Resolved
4141
Package Arch Version Repository Size
4242
====================================================================================================
4343
Installing:
44-
which x86_64 2.20-7.el7 base 41 k
44+
which x86_64 2.30-7.el7 base 41 k
4545

4646
Transaction Summary
4747
====================================================================================================
@@ -51,16 +51,16 @@ Total download size: 41 k
5151
Installed size: 75 k
5252
Is this ok [y/d/N]: y
5353
Downloading packages:
54-
which-2.20-7.el7.x86_64.rpm | 41 kB 00:00:00
54+
which-2.30-7.el7.x86_64.rpm | 41 kB 00:00:00
5555
Running transaction check
5656
Running transaction test
5757
Transaction test succeeded
5858
Running transaction
59-
Installing : which-2.20-7.el7.x86_64 1/1
60-
Verifying : which-2.20-7.el7.x86_64 1/1
59+
Installing : which-2.30-7.el7.x86_64 1/1
60+
Verifying : which-2.30-7.el7.x86_64 1/1
6161

6262
Installed:
63-
which.x86_64 0:2.20-7.el7
63+
which.x86_64 0:2.30-7.el7
6464

6565
Complete!
6666
```

0 commit comments

Comments
 (0)