Bug 31605

Summary: Добавить ветку x86_64-i586
Product: Sisyphus Reporter: Alexander Shemetov <berkut_174>
Component: sisyphus-updatesAssignee: Andrey Cherepanov <cas>
Status: CLOSED FIXED QA Contact: qa-sisyphus
Severity: normal    
Priority: P3 CC: cas
Version: unstable   
Hardware: all   
OS: Linux   

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).