Skip to content

Commit bcd7259

Browse files
authored
Revert "Bump version to 2.0.25 (#78)"
This reverts commit 99888a9.
1 parent 99888a9 commit bcd7259

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

BUILDING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Replace `LOCKER_NAME` with the name of your locker.
3131
cp templates/openpbs.txt templates/openpbs-test.txt
3232
sed -i -e 's/\(\[*cluster-init[^]]*\)\]/\1:RELEASE_VERSION]/' -e 's/cyclecloud\/pbspro/pbspro/g' templates/openpbs-test.txt
3333
```
34-
Replace `RELEASE_VERSION` with the cyclecloud-pbspro release version (ex: `2.0.25`)
34+
Replace `RELEASE_VERSION` with the cyclecloud-pbspro release version (ex: `2.0.24`)
3535

3636
2. Import the template by running the following command.
3737
```bash

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ in CycleCloud by specifying the PBSPro OSS version.
2020

2121
Note: When using the cluster that is shipped with CycleCloud, the autoscaler and default queues are already installed.
2222

23-
First, download the installer pkg from GitHub. For example, you can download the [2.0.25 release here](https://github.com/Azure/cyclecloud-pbspro/releases/download/2.0.25/cyclecloud-pbspro-pkg-2.0.25.tar.gz)
23+
First, download the installer pkg from GitHub. For example, you can download the [2.0.24 release here](https://github.com/Azure/cyclecloud-pbspro/releases/download/2.0.24/cyclecloud-pbspro-pkg-2.0.24.tar.gz)
2424

2525
```bash
2626
# Prerequisite: python3, 3.6 or newer, must be installed and in the PATH
27-
wget https://github.com/Azure/cyclecloud-pbspro/releases/download/2.0.25/cyclecloud-pbspro-pkg-2.0.25.tar.gz
28-
tar xzf cyclecloud-pbspro-pkg-2.0.25.tar.gz
27+
wget https://github.com/Azure/cyclecloud-pbspro/releases/download/2.0.24/cyclecloud-pbspro-pkg-2.0.24.tar.gz
28+
tar xzf cyclecloud-pbspro-pkg-2.0.24.tar.gz
2929
cd cyclecloud-pbspro
3030
# Optional, but recommended. Adds relevant resources and enables strict placement
3131
./initialize_pbs.sh

pbspro/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from setuptools.command.test import Command
88
from setuptools.command.test import test as TestCommand # noqa: N812
99

10-
__version__ = "2.0.25"
10+
__version__ = "2.0.24"
1111
CWD = os.path.dirname(os.path.abspath(__file__))
1212

1313

project.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
name = pbspro
33
label = OpenPBS
44
type = scheduler
5-
version = 2.0.25
5+
version = 2.0.24
66
autoupgrade = true
77

88
[blobs]
9-
Files = cyclecloud-pbspro-pkg-2.0.25.tar.gz, cyclecloud_api-8.3.1-py2.py3-none-any.whl, hwloc-libs-1.11.9-3.el8.x86_64.rpm, openpbs-client-20.0.1-0.x86_64.rpm, openpbs-client-22.05.11-0.x86_64.rpm, openpbs-execution-20.0.1-0.x86_64.rpm, openpbs-execution-22.05.11-0.x86_64.rpm, openpbs-server-20.0.1-0.x86_64.rpm, openpbs-server-22.05.11-0.x86_64.rpm, pbspro-client-18.1.4-0.x86_64.rpm, pbspro-debuginfo-18.1.4-0.x86_64.rpm, pbspro-execution-18.1.4-0.x86_64.rpm, pbspro-server-18.1.4-0.x86_64.rpm
9+
Files = cyclecloud-pbspro-pkg-2.0.24.tar.gz, cyclecloud_api-8.3.1-py2.py3-none-any.whl, hwloc-libs-1.11.9-3.el8.x86_64.rpm, openpbs-client-20.0.1-0.x86_64.rpm, openpbs-client-22.05.11-0.x86_64.rpm, openpbs-execution-20.0.1-0.x86_64.rpm, openpbs-execution-22.05.11-0.x86_64.rpm, openpbs-server-20.0.1-0.x86_64.rpm, openpbs-server-22.05.11-0.x86_64.rpm, pbspro-client-18.1.4-0.x86_64.rpm, pbspro-debuginfo-18.1.4-0.x86_64.rpm, pbspro-execution-18.1.4-0.x86_64.rpm, pbspro-server-18.1.4-0.x86_64.rpm
1010

1111
[spec server]
1212
run_list = role[pbspro_server_role]

specs/default/chef/site-cookbooks/pbspro/metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
license "MIT"
77
description "Installs/Configures Open PBS Pro"
88
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
9-
version "2.0.25"
9+
version "2.0.24"
1010
depends "tandem"
1111
%w{ cshared cuser cyclecloud }.each {|c| depends c}
1212

0 commit comments

Comments
 (0)