Navigation Menu

Skip to content

Commit

Permalink
Support sign packages and update repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 28, 2015
1 parent d3c4ba9 commit 482ee1a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Rakefile
Expand Up @@ -140,8 +140,20 @@ postgresql-devel
end
end

desc "Sign packages"
task :sign do
sh("#{groonga_source_dir}/packages/yum/sign-rpm.sh",
gpg_uid,
"#{repositories_dir}/",
distribution)
end

desc "Update repositories"
task :update do
sh("#{groonga_source_dir}/packages/yum/update-repository.sh",
"groonga",
"#{repositories_dir}/",
distribution)
end

desc "Download repositories"
Expand Down

0 comments on commit 482ee1a

Please sign in to comment.