ref: refs/heads/master commit 6d208683b3aa00b8b517022551467de6ad09e244 Author: Ladislav Slezak lslezak@novell.com Date: Thu Oct 29 19:29:57 2009 +0100
don't define the test task, the submit task doesn't work anyway
the problem is that the submit task cannot change e.g. yast2-webservice-tasks-0.0.7.gem to yast2-webservice-tasks-0.0.8.gem (remove the old file and add a new one), it can only update files --- webservice-tasks/Rakefile | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/webservice-tasks/Rakefile b/webservice-tasks/Rakefile index 51d50c7..95e9f85 100644 --- a/webservice-tasks/Rakefile +++ b/webservice-tasks/Rakefile @@ -6,9 +6,6 @@ require 'rake/rdoctask' require 'lib/tasks/webservice_tasks' WebserviceTasks.loadTasks(:exclude => ["package-local.rake"])
-# define empty test task (rake submit doesn't fail then) -task :test do -end
# define clean and clobber tasks require 'rake/clean'
yast-commit@lists.opensuse.org