Skip to content

Commit

Permalink
Merge pull request #24 from ancorgs/dont_check
Browse files Browse the repository at this point in the history
Remove the changelog check
  • Loading branch information
ancorgs committed Mar 17, 2016
2 parents 9be81c0 + a9d0f0c commit 4af05b5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@

require "yast/rake"

# Checking for bug/fate numbers in the changelog does not make sense at this
# stage of the development
Rake::Task["package"].prerequisites.delete("check:changelog")

Yast::Tasks.configuration do |conf|
# The package does not live in the official YaST:Head OBS project
conf.obs_project = "YaST:storage-ng"
Expand Down

0 comments on commit 4af05b5

Please sign in to comment.