bug 1250611 sign the addons used in the jetpack tests r=mossop

MozReview-Commit-ID: 2SOZovvXOf8
This commit is contained in:
Andy McKay 2016-02-29 13:06:56 -08:00
parent 11102d926f
commit e63bc5609a
5 changed files with 22 additions and 1 deletions

View File

@ -0,0 +1,17 @@
Manifest-Version: 1.0
Name: install.rdf
Digest-Algorithms: MD5 SHA1
MD5-Digest: N643P4YjKKlwZUqrfLi4ow==
SHA1-Digest: XK/2qoOrnuYo8xNYeLvB8DlUIik=
Name: bootstrap.js
Digest-Algorithms: MD5 SHA1
MD5-Digest: XH+mMa/H9aj3hm/ZtVKviw==
SHA1-Digest: LMmd1aTash/onjS1eAYIshgrdnM=
Name: options.xul
Digest-Algorithms: MD5 SHA1
MD5-Digest: XeELNGdttv8Lq66lT8ykbQ==
SHA1-Digest: 4KO6/RBoe10rYOGS+gFSHuuWi4Y=

Binary file not shown.

View File

@ -0,0 +1,4 @@
Signature-Version: 1.0
MD5-Digest-Manifest: cnqbpqBEVoHgJi/ocCsKKA==
SHA1-Digest-Manifest: eDmvBAkodeNbk/0ujttYgF8KDgI=

View File

@ -61,7 +61,7 @@ exports.ZipWriter = function (zipPath, mode) {
let nsfile = createNsFile(filePath);
if (!nsfile.exists()) {
reject(new Error("This file doesn't exists : " + nsfile.path));
reject(new Error("This file doesn't exist: " + nsfile.path));
return promise;
}