Comment 0 for bug 1493417

Revision history for this message
Vladimir Kozhukalov (kozhukalov) wrote :

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