| Summary: | Добавить ветку x86_64-i586 | ||
|---|---|---|---|
| Product: | Sisyphus | Reporter: | Alexander Shemetov <berkut_174> |
| Component: | sisyphus-updates | Assignee: | Andrey Cherepanov <cas> |
| Status: | CLOSED FIXED | QA Contact: | qa-sisyphus |
| Severity: | normal | ||
| Priority: | P3 | CC: | cas |
| Version: | unstable | ||
| Hardware: | all | ||
| OS: | Linux | ||
# diff -u /usr/sbin/sisyphus-updates_old /usr/sbin/sisyphus-updates --- sisyphus-updates_old 2015-12-08 13:56:51.389414434 +0500 +++ sisyphus-updates 2015-12-08 13:54:20.905151368 +0500 @@ -38,6 +38,8 @@ printf 'rpm [%s] %s%s %s %s\n' "$repo_sign" "$mirror_path" "$repo_path" "$rpm_arch" "$repo_comps" [ "$repo_noarch" != "yes" ] || printf 'rpm [%s] %s%s %s %s\n' "$repo_sign" "$mirror_path" "$repo_path" "noarch" "$repo_comps" + [ "$rpm_arch" != "x86_64" ] || + printf 'rpm [%s] %s%s %s %s\n' "$repo_sign" "$mirror_path" "$repo_path" "$rpm_arch-i586" "$repo_comps" } mirror_best_url()