Navigation Menu

Skip to content

Commit

Permalink
Add package namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 28, 2015
1 parent 4f4562b commit 60c33ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Rakefile
Expand Up @@ -37,6 +37,7 @@ end

packages_dir = "packages"

namespace :package do
namespace :source do
rsync_path = "#{rsync_base_path}/source/#{package}"
source_dir = "#{packages_dir}/source"
Expand All @@ -54,3 +55,4 @@ namespace :source do
sh("rsync", "-avz", "--progress", "--delete", "#{source_dir}/", rsync_path)
end
end
end

0 comments on commit 60c33ec

Please sign in to comment.