Bug 31605 - Добавить ветку x86_64-i586
Summary: Добавить ветку x86_64-i586
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: sisyphus-updates (show other bugs)
Version: unstable
Hardware: all Linux
: P3 normal
Assignee: Andrey Cherepanov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-08 13:41 MSK by Alexander Shemetov
Modified: 2023-04-04 13:10 MSK (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Shemetov 2015-12-08 13:41:47 MSK
# 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()
Comment 1 Repository Robot 2023-04-04 13:10:04 MSK
sisyphus-updates-0.2-alt1 -> sisyphus:

 Tue Apr 04 2023 Andrey Cherepanov <cas@altlinux> 0.2-alt1
 - Added arepo source line if it exists for repository (ALT #31605).