Synchronize mos7.0 repo with stable/7.0 branch

Bug #1493417 reported by Vladimir Kozhukalov
10
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Fuel for OpenStack
Fix Committed
High
Dmitry Burmistrov

Bug 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, 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

Tags: non-release
Changed in fuel:
importance: Medium → High
tags: added: non-release
description: updated
Revision history for this message
Sergey Kulanov (skulanov) wrote :

Latest updates:
astute/
stable:668
master:669

fuel-agent/
stable:135
master:136

fuel-library/
stable:7213
master:7214

fuel-nailgun-agent/
stable:136
master:137

fuel-ostf/
stable:820
master:821

nailgun/
stable:7662
master:7672

python-fuelclient/
stable:199
master:201

Revision history for this message
Sergey Kulanov (skulanov) wrote :

We have new commit in fuel-web stable/7.0

DEB_PUBLISH_SUCCEEDED=true
DEB_DISTRO=trusty
DEB_REPO_URL="http://perestroika-repo-tst.infra.mirantis.net/mos-repos/ubuntu/7.0 mos7.0 main"
DEB_PACKAGENAME=nailgun
DEB_VERSION=7.0.0-1~u14.04+mos7664
DEB_BINARIES=fencing-agent,nailgun-net-check
DEB_CHANGE_REVISION=28751b8cb0f2300cb3a036abc70f75c422f69fd7
LP_BUG=

RPM_PUBLISH_SUCCEEDED=true
RPM_DISTRO=centos6
RPM_VERSION=0:7.0.0-1.mos7664
RPM_REPO_URL=http://perestroika-repo-tst.infra.mirantis.net/mos-repos/centos/mos7.0-centos6-fuel/os/x86_64
RPM_BINARIES=fencing-agent,fuel-package-updates,fuel-provisioning-scripts,fuelmenu,nailgun,nailgun-net-check,shotgun
RPM_CHANGE_REVISION=28751b8cb0f2300cb3a036abc70f75c422f69fd7
LP_BUG=

So the new correct package was updated on mirror.

Bug closing as fixed, since no issue exists for now

Changed in fuel:
status: Confirmed → Fix Committed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.