|
Lines 634-640
module Yast
Link Here
|
| 634 |
"\teof {}\n" + |
634 |
"\teof {}\n" + |
| 635 |
" }\n" + |
635 |
" }\n" + |
| 636 |
" spawn -noecho rpm --define \"_signature gpg\" --define \"_gpg_name %1\" --define \"_gpgbin /usr/bin/gpg\" --resign $rpm\n" + |
636 |
" spawn -noecho rpm --define \"_signature gpg\" --define \"_gpg_name %1\" --define \"_gpgbin /usr/bin/gpg\" --resign $rpm\n" + |
| 637 |
" expect \"pass phrase:\" {send \"%2 \"}\n" + |
637 |
" expect \"pass phrase:\" {send \"%2\r\"}\n" + |
| 638 |
" expect {\n" + |
638 |
" expect {\n" + |
| 639 |
"\t\"is good.\" {send \"\n" + |
639 |
"\t\"is good.\" {send \"\n" + |
| 640 |
"\"}\n" + |
640 |
"\"}\n" + |
|
Lines 4036-4043
module Yast
Link Here
|
| 4036 |
Progress.NextStage |
4036 |
Progress.NextStage |
| 4037 |
|
4037 |
|
| 4038 |
GenerateArchiveFiles(base_output_path) |
4038 |
GenerateArchiveFiles(base_output_path) |
| 4039 |
|
|
|
| 4040 |
CreateMD5SUMS(base_output_path) |
| 4041 |
end |
4039 |
end |
| 4042 |
|
4040 |
|
| 4043 |
Progress.NextStage |
4041 |
Progress.NextStage |
|
Lines 4055-4060
module Yast
Link Here
|
| 4055 |
return false |
4053 |
return false |
| 4056 |
end |
4054 |
end |
| 4057 |
|
4055 |
|
|
|
4056 |
CreateMD5SUMS(base_output_path) |
| 4057 |
|
| 4058 |
CreateDirectoryYaSTFiles(base_output_path) |
4058 |
CreateDirectoryYaSTFiles(base_output_path) |
| 4059 |
|
4059 |
|
| 4060 |
if Ops.get_boolean(@current_product, "iso", false) |
4060 |
if Ops.get_boolean(@current_product, "iso", false) |