rsyslog / rsyslog-pkg-ubuntu

Package build sources for bulding rsyslog Ubuntu packages
Apache License 2.0
23 stars 22 forks source link

How to fetch sources #17

Closed xrl closed 9 years ago

xrl commented 9 years ago

How can I perform a git checkout and generate a source tar file suitable for building with these scripts?

rgerhards commented 9 years ago
  1. Checkout rsyslog git
  2. Autoreconf -vfi
  3. ./configure
  4. Make dist

Sent from phone, thus brief. Am 09.04.2015 23:08 schrieb "Xavier Lange" notifications@github.com:

How can I perform a git checkout and generate a source tar file suitable for building with these scripts?

— Reply to this email directly or view it on GitHub https://github.com/rsyslog/rsyslog-pkg-ubuntu/issues/17.

xrl commented 9 years ago

Ah, I assumed building the source dist was automated. Thanks!

— Sent from Mailbox

On Thu, Apr 9, 2015 at 2:13 PM, Rainer Gerhards notifications@github.com wrote:

  1. Checkout rsyslog git
  2. Autoreconf -vfi
  3. ./configure
  4. Make dist Sent from phone, thus brief. Am 09.04.2015 23:08 schrieb "Xavier Lange" notifications@github.com:

    How can I perform a git checkout and generate a source tar file suitable for building with these scripts?

    — Reply to this email directly or view it on GitHub https://github.com/rsyslog/rsyslog-pkg-ubuntu/issues/17.


    Reply to this email directly or view it on GitHub: https://github.com/rsyslog/rsyslog-pkg-ubuntu/issues/17#issuecomment-91357525

rgerhards commented 9 years ago

Just for the records, the fetch process is now part of the rsyslog-infrastructure project.