[Groonga-commit] pgroonga/pgroonga at 482ee1a [master] Support sign packages and update repositories

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Jan 29 00:34:04 JST 2015


Kouhei Sutou	2015-01-29 00:34:04 +0900 (Thu, 29 Jan 2015)

  New Revision: 482ee1a977f5135b803a3d283a4ed53d10ff9392
  https://github.com/pgroonga/pgroonga/commit/482ee1a977f5135b803a3d283a4ed53d10ff9392

  Message:
    Support sign packages and update repositories

  Modified files:
    Rakefile

  Modified: Rakefile (+12 -0)
===================================================================
--- Rakefile    2015-01-29 00:33:16 +0900 (2238cf3)
+++ Rakefile    2015-01-29 00:34:04 +0900 (4213806)
@@ -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"
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index