1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
|
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
|
-
+
+
+
+
|
error [appendArgs \
"could not stage file \"" $fileName \
"\": OpenPGP signing failed"]
}
if {[file extension $checkoutFileName] eq ".eagle"} then {
set checkoutFileExtension [file extension $checkoutFileName]
if {$checkoutFileExtension eq ".eagle" || \
$checkoutFileExtension eq ".eeagle"} then {
if {![::PackageRepository::createHarpyCertificate \
$checkoutFileName]} then {
error [appendArgs \
"could not stage file \"" $fileName \
"\": Harpy signing failed"]
|