[Groonga-commit] groonga/groonga-admin at a25f7b1 [master] Remove unused parameter

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Nov 17 23:16:52 JST 2014


Kouhei Sutou	2014-11-17 23:16:52 +0900 (Mon, 17 Nov 2014)

  New Revision: a25f7b1e66e3d65a33f669a137346323106a723c
  https://github.com/groonga/groonga-admin/commit/a25f7b1e66e3d65a33f669a137346323106a723c

  Message:
    Remove unused parameter

  Modified files:
    Gruntfile.js

  Modified: Gruntfile.js (+2 -2)
===================================================================
--- Gruntfile.js    2014-11-17 23:16:44 +0900 (0c0e344)
+++ Gruntfile.js    2014-11-17 23:16:52 +0900 (53752e2)
@@ -503,11 +503,11 @@ module.exports = function (grunt) {
     'build'
   ]);
 
-  grunt.registerTask('archive', 'Archive distributed files', function (target) {
+  grunt.registerTask('archive', 'Archive distributed files', function () {
     shell.exec('tar cvzf ' + archiveBaseName + '.tar.gz ' + archiveBaseName);
   });
 
-  grunt.registerTask('archive:upload', 'Upload archive', function (target) {
+  grunt.registerTask('archive:upload', 'Upload archive', function () {
     shell.exec('scp ' +
                archiveBaseName + '.tar.gz ' +
                'packages �� packages.groonga.org:public/source/groonga-admin/');
-------------- next part --------------
HTML����������������������������...
下載 



More information about the Groonga-commit mailing list
Back to archive index