Work on deb and rpm packages, both seem to work now, #1476

This commit is contained in:
Torkel Ödegaard
2015-03-03 17:14:58 +01:00
parent 59da4a0b3b
commit 0db55b6194
10 changed files with 201 additions and 120 deletions

View File

@ -5,7 +5,6 @@ module.exports = function(grunt) {
grunt.registerTask('release', [
'build',
'build-post-process',
'compress:zip_release',
'compress:tgz_release',
]);