Dirk,

> On Sep 2, 2015, at 9:58 AM, Dirk Müller <[email protected]> wrote:
> 
> Hi,
> 
> during running the packager.py --sku juno build, we're currently stuck
> (on a SLE12 platform) with this:

> 
> + pushd /root/sandbox/controller/../openstack/contrail-heat
> /var/tmp/rpm-tmp.hrfJXx: line 27: pushd:
> /root/sandbox/controller/../openstack/contrail-heat: No such file or
> directory

I understand that you want to reuse the rpmbuild spec files… but packager.py is 
trying to build a bunch of independent packages as it if was a single build. 
The heat templates are an independent package and there is no point in trying 
to build it that way.

I’d recommend that you don’t use packager.py. You can use rpmbuild with a small 
set of modifications.
packager.py is trying to build an openstack distribution we use for testing.

> 
> 
> which essentially means that the manifest.xml that we picked up from
> 
> [email protected]:Juniper/contrail-vnc
> 
> seems to be incomplete (missing <project> references for
> openstack/contrail-heat). With some manual trial&error we already
> figured out that we had to go and manually add in the following
> definitions to the default.xml manifest:
> 
> <project name="contrail-packaging" remote="github" path="tools/packaging"/>
> <project name="contrail-provisioning" remote="github"
> path="tools/provisioning"/>
> 
> 
> and I guess there are more that we're missing. Do you have a more
> correct manifest.xml that we should be using for trying a build of the
> juniper rpm packages somewhere?
> 
> I'm quite confused on why I'd be the first one noticing this.

The build scripts for ubuntu generate independent source packages for contrail 
as well as other components and use dpkg-buildpackge.

> 
> 
> Thanks,
> Dirk
> 
> _______________________________________________
> Dev mailing list
> [email protected]
> http://lists.opencontrail.org/mailman/listinfo/dev_lists.opencontrail.org

_______________________________________________
Dev mailing list
[email protected]
http://lists.opencontrail.org/mailman/listinfo/dev_lists.opencontrail.org

Reply via email to