Activity log for bug #1493417

Date Who What changed Old value New value Message
2015-09-08 15:14:01 Vladimir Kozhukalov bug added bug
2015-09-08 15:15:37 Aleksandra Fedorova bug added subscriber Max Rasskazov
2015-09-08 15:16:24 Aleksandra Fedorova bug added subscriber Roman Vyalov
2015-09-08 15:16:28 Aleksandra Fedorova fuel: importance Medium High
2015-09-08 15:16:38 Aleksandra Fedorova tags non-release
2015-09-08 15:18:31 Sergey Kulanov description Currently mos7.0 repo is several commits ahead of stable/7.0 fuel branch because some commits were merged (in fuel-web and python-fuelclient) before perestroika was switched to stable/7.0 branch [1]. It is not critical because we re-build all the fuel packages together with ISO, but it definitely needs to be aligned. [1] https://review.fuel-infra.org/#/c/11290 Here is diagnostic (made by S. Kulanov) for repo in $(ls -F | grep \/); do echo "$repo";echo -n "stable:" && git -C $repo rev-list --no-merges --count remotes/origin/stable/7.0 && echo -n "master:" && git -C $repo rev-list --no-merges --count remotes/origin/master; done astute/ - not affected stable:668 master:668 fuel-agent/ - not affected stable:135 master:135 fuel-library/ - not affected stable:7211 master:7211 fuel-nailgun-agent/ - not affected stable:136 master:136 fuel-ostf/ - not affected stable:820 master:820 nailgun/ - affected stable:7660 master:7663 python-fuelclient/ - not affected, тут я проверил в 7.0 зеркале лежит версия 199, так как джобы мы переключили и мердж в мастер 200го коммита не прошел на 7.0 зеркало stable:199 master:200 Currently mos7.0 repo is several commits ahead of stable/7.0 fuel branch because some commits were merged (in fuel-web and python-fuelclient) before perestroika was switched to stable/7.0 branch [1]. It is not critical because we re-build all the fuel packages together with ISO, but it definitely needs to be aligned. [1] https://review.fuel-infra.org/#/c/11290 Here is diagnostic (made by S. Kulanov)  for repo in $(ls -F | grep \/); do echo "$repo";echo -n "stable:" && git -C $repo rev-list --no-merges --count remotes/origin/stable/7.0 && echo -n "master:" && git -C $repo rev-list --no-merges --count remotes/origin/master; done astute/ - not affected stable:668 master:668 fuel-agent/ - not affected stable:135 master:135 fuel-library/ - not affected stable:7211 master:7211 fuel-nailgun-agent/ - not affected stable:136 master:136 fuel-ostf/ - not affected stable:820 master:820 nailgun/ - affected stable:7660 master:7663 python-fuelclient/ - not affected, since the stable package with 199 commits (python-fuelclient-7.0.0-1.mos199.noarch.rpm) http://mirror.fuel-infra.org/mos-repos/centos/mos7.0-centos6-fuel/os/x86_64/Packages/ stable:199 master:200
2015-09-17 08:35:16 Sergey Kulanov fuel: status Confirmed Fix Committed