Skip to content

Commit cd44979

Browse files
author
Digimer
committed
* Bumped the release to 2.0.6
Signed-off-by: Digimer <digimer@alteeve.ca>
1 parent 2b1e728 commit cd44979

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

AN/Tools.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -1072,7 +1072,7 @@ sub _set_defaults
10721072
$an->data->{sys}{username} = getpwuid( $< );
10731073
# If a user wants to use spice + qxl for video in VMs, set this to '1'. NOTE: This disables web-based VNC!
10741074
$an->data->{sys}{use_spice_graphics} = 1;
1075-
$an->data->{sys}{version} = "2.0.5";
1075+
$an->data->{sys}{version} = "2.0.6";
10761076
# Adds: [--disablerepo='*' --enablerepo='striker*'] if
10771077
# no internet connection found.
10781078
$an->data->{sys}{yum_switches} = "-y";

anvil.version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.5
1+
2.0.6

tools/anvil-generate-iso

+2-2
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ my $conf = {
151151
release => "6.8",
152152
suffix => "",
153153
mark => "m2",
154-
version => "2.0.5",
154+
version => "2.0.6",
155155
},
156156
# This is will be set to '1' if the source ISO is not mounted.
157157
use_isoread => 0,
@@ -205,7 +205,7 @@ my $conf = {
205205
# access that file, we'll use 'striker_default'. Optionally, the user can request the latest
206206
# master with '--master', in which case we will download the 'striker_master' URL. In all
207207
# cases, the downloaded file will be saved as 'striker_zip_file'.
208-
striker_default => "https://github.com/ClusterLabs/striker/archive/v2.0.5.zip",
208+
striker_default => "https://github.com/ClusterLabs/striker/archive/v2.0.6.zip",
209209
striker_latest => "https://www.alteeve.com/an-repo/striker_latest.txt",
210210
striker_master => "https://codeload.github.com/ClusterLabs/striker/zip/master",
211211
striker_zip_file => "striker.zip",

tools/striker-update

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ my $an = AN::Tools->new({
140140
# access that file, we'll use 'striker_default'. Optionally, the user can request the latest
141141
# master with '--master', in which case we will download the 'striker_master' URL. In all
142142
# cases, the downloaded file will be saved as 'striker_zip_file'.
143-
striker_default => "https://github.com/ClusterLabs/striker/archive/v2.0.5.zip",
143+
striker_default => "https://github.com/ClusterLabs/striker/archive/v2.0.6.zip",
144144
striker_latest => "https://www.alteeve.com/an-repo/striker_latest.txt",
145145
striker_master => "https://codeload.github.com/ClusterLabs/striker/zip/master",
146146
support => "https://alteeve.com/w/Support",

0 commit comments

Comments
 (0)