зеркало из https://github.com/mozilla/brackets.git
Add CLA URL to error message
This commit is contained in:
Родитель
3306e8a59b
Коммит
f7a883f8bd
|
@ -230,7 +230,7 @@ module.exports = function (grunt) {
|
|||
|
||||
res.on("end", function () {
|
||||
if (body.match(/.*REJECTED.*/)) {
|
||||
grunt.log.error(user + " has NOT submitted the contributor license agreement");
|
||||
grunt.log.error(user + " has NOT submitted the contributor license agreement. See http://dev.brackets.io/brackets-contributor-license-agreement.html.");
|
||||
done(false);
|
||||
} else {
|
||||
grunt.log.writeln(user + " has submitted the contributor license agreement");
|
||||
|
@ -251,4 +251,4 @@ module.exports = function (grunt) {
|
|||
build.getGitInfo = getGitInfo;
|
||||
|
||||
return build;
|
||||
};
|
||||
};
|
||||
|
|
Загрузка…
Ссылка в новой задаче