FBR : To fix rawhide sync location

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Fix for https://pagure.io/releng/issue/7731.

This can be a temporary fix or permanent fix
depends on which way we choose to proceed.

If you think we should go back and revert the changes
we made to this script and just sync them as part
of nightly.sh, please -1 this.

diff --git a/roles/bodhi2/backend/files/new-updates-sync b/roles/bodhi2/backend/files/new-updates-sync
index e625f50..660b464 100755
--- a/roles/bodhi2/backend/files/new-updates-sync
+++ b/roles/bodhi2/backend/files/new-updates-sync
@@ -34,9 +34,9 @@ RELEASES = {'rawhide': {'topic': 'fedora',
                                     {'ref': 'fedora/rawhide/x86_64/silverblue',
                                      'dest': ATOMICDEST}],
                         'to': [{'arches': ['x86_64', 'armhfp', 'aarch64', 'source'],
-                                'dest': os.path.join(RAWHIDEDEST, 'rawhide', 'Everything')},
+                                'dest': os.path.join(RAWHIDEDEST, 'rawhide', 'Everything', 'os')},
                                {'arches': ['i386', 'ppc64le', 's390x'],
-                                'dest': os.path.join(RAWHIDEALTDEST, 'rawhide', 'Everything')}
+                                'dest': os.path.join(RAWHIDEALTDEST, 'rawhide', 'Everything', 'os')}
                               ]}},
                    },
             'f29': {'topic': 'fedora',

_______________________________________________
infrastructure mailing list -- infrastructure@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to infrastructure-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/infrastructure@xxxxxxxxxxxxxxxxxxxxxxx

[Index of Archives]     [Fedora Development]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [KDE Users]

  Powered by Linux