[milter-manager-commit] milter-manager/milter-manager at 108a07e [master] package ubuntu: Use gpg command

Zurück zum Archiv-Index

Kenji Okimoto null+****@clear*****
Tue Jul 3 15:54:31 JST 2018


Kenji Okimoto	2018-07-03 15:54:31 +0900 (Tue, 03 Jul 2018)

  New Revision: 108a07e30a3d18c5a15ae6acf4397019818bb01a
  https://github.com/milter-manager/milter-manager/commit/108a07e30a3d18c5a15ae6acf4397019818bb01a

  Message:
    package ubuntu: Use gpg command

  Modified files:
    package/ubuntu/upload.rb

  Modified: package/ubuntu/upload.rb (+1 -1)
===================================================================
--- package/ubuntu/upload.rb    2018-07-03 15:54:16 +0900 (ccc1fdb8)
+++ package/ubuntu/upload.rb    2018-07-03 15:54:31 +0900 (692ee825)
@@ -111,7 +111,7 @@ allow_unsigned_uploads = 0
                     "--distribution", code_name,
                     "--newversion", deb_version,
                     "Build for #{code_name}.")
-        run_command("debuild", "-S", "-sa", "-pgpg2", "-k#{@pgp_sign_key}")
+        run_command("debuild", "-S", "-sa", "-pgpg", "-k#{@pgp_sign_key}")
         run_command("dput", @dput_configuration_name,
                     "../#{@package}_#{deb_version}_source.changes")
       end
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.osdn.me/mailman/archives/milter-manager-commit/attachments/20180703/64088a24/attachment-0001.htm 



More information about the milter-manager-commit mailing list
Zurück zum Archiv-Index