aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2011-09-24 07:34:24 -0400
committerRalph Amissah <ralph@amissah.com>2011-09-24 07:34:24 -0400
commit18467732fa544e1e9a2d6c7df82ee41bb4ec0dc4 (patch)
tree3e6378f2156bf66d5d29fec97b2fcfffbb874cc4
parentv2 v3: 3.0.19 version & changelog "opened" (diff)
v2: remote, image source url fix
-rw-r--r--data/doc/sisu/CHANGELOG_v22
-rw-r--r--lib/sisu/v2/remote.rb2
2 files changed, 3 insertions, 1 deletions
diff --git a/data/doc/sisu/CHANGELOG_v2 b/data/doc/sisu/CHANGELOG_v2
index 34db3c84..a4ad02b7 100644
--- a/data/doc/sisu/CHANGELOG_v2
+++ b/data/doc/sisu/CHANGELOG_v2
@@ -16,6 +16,8 @@ Reverse Chronological:
http://git.sisudoc.org/?p=code/sisu.git;a=log;h=refs/tags/sisu-3.0.19
http://git.sisudoc.org/?p=code/sisu.git;a=log;h=refs/tags/debian/sisu_3.0.19-1
+ * remote, image source url fix
+
%% 2.9.7.orig.tar.gz (2011-06-26:25/7) [see 3.0.13]
http://git.sisudoc.org/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/3.0.13-1
diff --git a/lib/sisu/v2/remote.rb b/lib/sisu/v2/remote.rb
index 32bc336d..d737dad6 100644
--- a/lib/sisu/v2/remote.rb
+++ b/lib/sisu/v2/remote.rb
@@ -149,7 +149,7 @@ module SiSU_Remote
images.sort!
@msg,@msgs='downloading images:', [ images.join(',') ]
@tell.call.warn unless @opt.cmd =~/q/
- SiSU_Assemble::Remote_image.new.download_images(image_download_url,images)
+ SiSU_Assemble::Remote_image.new.download_images(image_download_url[0],images)
@msg,@msgs='downloading done',nil
@tell.call.warn unless @opt.cmd =~/q/
end