aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v2/hub.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2010-06-01 22:56:55 -0400
committerRalph Amissah <ralph@amissah.com>2010-06-01 22:56:55 -0400
commit5268af35fbb4744b50d63784df98e7253bf0d5fc (patch)
treebbde23eee1c4623c11a22b77fceaa2fc59ef9292 /lib/sisu/v2/hub.rb
parentdebian/changelog (2.4.1-1) (diff)
parentupdate: changelog, version (2.4.2) (diff)
Merge branch 'upstream' into debian/sid
Diffstat (limited to 'lib/sisu/v2/hub.rb')
-rw-r--r--lib/sisu/v2/hub.rb5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/sisu/v2/hub.rb b/lib/sisu/v2/hub.rb
index b182a31e..443d0734 100644
--- a/lib/sisu/v2/hub.rb
+++ b/lib/sisu/v2/hub.rb
@@ -156,7 +156,10 @@ module SiSU
else #print "not processed --> ", fns, "\n"
end
else
- Operations.new(@opt).not_found unless @req =~/^conf$/
+ if @req !~/^conf$/ \
+ and @opt.fns !~/http:\/\//
+ Operations.new(@opt).not_found
+ end
end
elsif FileTest.file?(put)
if @opt.mod.inspect !~/harvest/ #decide whether should permit harvest in single operation