Re: [yocto] Source Code provision without full git repository history

2017-03-09 Thread Waldvogel, Sebastian
astian; yocto@yoctoproject.org >Subject: Re: [yocto] Source Code provision without full git repository history > >I'm not trying to be simplistic here, but, why not package the source >releases to a tarball (with git archive or somthing) and provide it >through a FTP server? > >Re

Re: [yocto] Source Code provision without full git repository history

2017-03-09 Thread Daniel.
There are some tools to automate the testing and delivery that may make the deployment less painfull. Jenkins and Buildbot are examples Regards, 2017-03-09 13:28 GMT-03:00 Daniel. : > I'm not trying to be simplistic here, but, why not package the source > releases to a tarball (with git archive o

Re: [yocto] Source Code provision without full git repository history

2017-03-09 Thread Daniel.
I'm not trying to be simplistic here, but, why not package the source releases to a tarball (with git archive or somthing) and provide it through a FTP server? Regards, 2017-03-09 11:29 GMT-03:00 Khem Raj : > > On Thu, Mar 9, 2017 at 5:02 AM Waldvogel, Sebastian > wrote: >> >> Hello, >> >> >> >>

Re: [yocto] Source Code provision without full git repository history

2017-03-09 Thread Khem Raj
On Thu, Mar 9, 2017 at 5:02 AM Waldvogel, Sebastian < sebastian.waldvo...@vector.com> wrote: > Hello, > > > > I am searching for a way in Yocto/BitBake to extract the source codes of > the software applications developed by my company for delivery to our > customers. > > The source codes shall be

[yocto] Source Code provision without full git repository history

2017-03-09 Thread Waldvogel, Sebastian
Hello, I am searching for a way in Yocto/BitBake to extract the source codes of the software applications developed by my company for delivery to our customers. The source codes shall be delivered as archive containing only the source files without the whole git repository history. Setup is tha