On Wed, Jan 10, 2018 at 04:47:04AM -0800, Richard wrote: > On Tue, 9 Jan 2018, Z5T1 wrote: > > > The version Gilles wants us to test hasn't been uploaded to > > http://www.opensmtpd.org/archives/ yet. It's on GitHub as the portable > > branch. You're going to have to clone the Git repository, and then build > > using that source tree, i.e.: > > > > git clone https://github.com/OpenSMTPD/OpenSMTPD.git > > cd OpenSMTPD > > ./bootstrap > > ./configure > > make > > make install > > This is not helpful for my testing my build script as it uses a tar > file for input. > > The documentation on the git page indicates that a either git or a > tar file can be used: >
Sorry, I assumed `tar' was common knowledge :-) $ git clone https://github.com/OpenSMTPD/OpenSMTPD.git opensmtpd-testing $ (cd opensmtpd-testing/ && sh bootstrap) $ tar -czvf opensmtpd-testing.tar.gz opensmtpd-testing opensmtpd-testing.tar.gz should be usable by any script able to use the usual snapshots -- Gilles Chehade https://www.poolp.org @poolpOrg -- You received this mail because you are subscribed to [email protected] To unsubscribe, send a mail to: [email protected]
