Skip to content

Commit 035d062

Browse files
author
Digimer
committed
* Fixing a problem with the new source URL.
Signed-off-by: Digimer <digimer@alteeve.ca>
1 parent d92aaf7 commit 035d062

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.0",
154+
version => "v2.0.0",
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/2.0.0.zip",
208+
striker_default => "https://github.com/ClusterLabs/striker/archive/v2.0.0.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
@@ -138,7 +138,7 @@ my $an = AN::Tools->new({
138138
# access that file, we'll use 'striker_default'. Optionally, the user can request the latest
139139
# master with '--master', in which case we will download the 'striker_master' URL. In all
140140
# cases, the downloaded file will be saved as 'striker_zip_file'.
141-
striker_default => "https://github.com/ClusterLabs/striker/archive/2.0.0.zip",
141+
striker_default => "https://github.com/ClusterLabs/striker/archive/v2.0.0.zip",
142142
striker_latest => "https://www.alteeve.com/an-repo/striker_latest.txt",
143143
striker_master => "https://codeload.github.com/ClusterLabs/striker/zip/master",
144144
support => "https://alteeve.com/w/Support",

0 commit comments

Comments
 (0)