Kouhei Sutou
null+****@clear*****
Sun Dec 21 17:06:36 JST 2014
Kouhei Sutou 2014-12-21 17:06:36 +0900 (Sun, 21 Dec 2014) New Revision: ab3a257dd1da07538b4fa5276e09b5a472c18a9e https://github.com/groonga/groonga-admin/commit/ab3a257dd1da07538b4fa5276e09b5a472c18a9e Message: Link to the latest version Modified files: Gruntfile.js Modified: Gruntfile.js (+4 -0) =================================================================== --- Gruntfile.js 2014-12-21 16:56:55 +0900 (53752e2) +++ Gruntfile.js 2014-12-21 17:06:36 +0900 (01dbdb2) @@ -511,6 +511,10 @@ module.exports = function (grunt) { shell.exec('scp ' + archiveBaseName + '.tar.gz ' + 'packages �� packages.groonga.org:public/source/groonga-admin/'); + shell.exec('ssh ' + + 'packages �� packages.groonga.org ' + + 'ln -fs ' + archiveBaseName + '.tar.gz ' + + 'public/source/groonga-admin/' + pkg.name + '.tar.gz'); }); grunt.registerTask('release:package', 'Release archived package', [ -------------- next part -------------- HTML����������������������������...Download