Comment 1 for bug 1383927

Revision history for this message
Ignatious Johnson Christopher (ijohnson-x) wrote :

contrail-openstack-dashboard is not getting upgraded. Because, we are always tagging contrail-openstack-dashboard with "2013.2-0ubuntu1” instead of BUILDTAG in all the releases.
Standard convention is, all contrail built packages needs to be version-ed with BUILDTAG

We should have used (BUILDTAG) instead of (2013.2-0ubuntu1) in https://github.com/Juniper/contrail-packaging/blob/R1.10/common/debian/contrail-openstack-dashboard/debian/havana/changelog.in

In the rules file we are correctly replacing BUILDTAG , However we didn’t specify BUILDTAG in the Changlog.in
https://github.com/Juniper/contrail-packaging/blob/R1.10/common/debian/contrail-openstack-dashboard/debian/havana/rules
override_dh_auto_build:
cat debian/changelog.in | sed 's,BUILDTAG,$(BUILDTAG),g' > debian/changelog