You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by va...@apache.org on 2015/02/25 17:25:24 UTC

ode git commit: gpg signing fix.

Repository: ode
Updated Branches:
  refs/heads/ode-1.3.x 3cb699f0d -> 809803d83


gpg signing fix.


Project: http://git-wip-us.apache.org/repos/asf/ode/repo
Commit: http://git-wip-us.apache.org/repos/asf/ode/commit/809803d8
Tree: http://git-wip-us.apache.org/repos/asf/ode/tree/809803d8
Diff: http://git-wip-us.apache.org/repos/asf/ode/diff/809803d8

Branch: refs/heads/ode-1.3.x
Commit: 809803d83d74ee7ddf78bf33f328799247a98b94
Parents: 3cb699f
Author: Tammo van Lessen <tv...@gmail.com>
Authored: Wed Feb 25 17:25:20 2015 +0100
Committer: Tammo van Lessen <tv...@gmail.com>
Committed: Wed Feb 25 17:25:20 2015 +0100

----------------------------------------------------------------------
 Rakefile | 5 -----
 1 file changed, 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ode/blob/809803d8/Rakefile
----------------------------------------------------------------------
diff --git a/Rakefile b/Rakefile
index 6006496..b3be431 100644
--- a/Rakefile
+++ b/Rakefile
@@ -634,9 +634,6 @@ define "ode" do
   package_with_sources :except => ["jbi-karaf-examples:helloworld2-osgi", "jbi-karaf-examples:ping-pong-osgi"]
   package_with_javadoc :except => ["jbi-karaf-examples:helloworld2-osgi", "jbi-karaf-examples:ping-pong-osgi"] unless ENV["JAVADOC"] =~ /^(no|off|false|skip)$/i
 
-  # sign packages
-  gpg_sign_before_upload
-
   task :aligndeps do
     pp transitive(['org.apache.axis2:axis2-webapp:jar:1.5.6', 'org.apache.rampart:rampart-project:jar:1.5.2']).group_by {|s| "#{s.group}:#{s.id}:#{s.classifier}:#{s.type}" }.map {|i,v| v.sort_by(&:version).first.to_spec}.sort
   end
@@ -732,6 +729,4 @@ define "apache-ode" do
   package(:zip, :id=>"#{id}-docs").include(doc.from(project("ode").projects).
     using(:javadoc, :windowtitle=>"Apache ODE #{project.version}").target, :as=>"#{id}-docs-#{version}") unless ENV["JAVADOC"] =~ /^(no|off|false|skip)$/i
 
-  # sign packages
-  gpg_sign_before_upload
 end