[Scons-users] Using SCons for SSH-based install

Arvid Rosén arvid at softube.com
Sat Nov 22 17:29:50 EST 2014


Maybe a user space ssh based file system like sshfs could be useful here?

That would be transparent as far as SCons is concerned I guess.

/Arvid

> 22 nov 2014 kl. 23:12 skrev Gary Oberbrunner <garyo at oberbrunner.com>:
> 
> In this case you can't (easily) use the destination as the target for a builder rule, because SCons won't be able to make that into a Node or create a checksum for it.
> 
> You can easily do it with AddPostAction though.
> 
>> On Sat, Nov 22, 2014 at 2:31 PM, Kenny, Jason L <jason.l.kenny at intel.com> wrote:
>> The most I have ever done at the moment was setup a Linux system with needed packages to do a cross-platform build for some given product. This used yum or apt-get, and required the script to run as root ( via sudo or whatever).
>> 
>> In this case does the ssh connection need a password? ( just curious as I was thinking of stuff along this line for something different)
>> 
>> Jason
>> 
>> 
>> -----Original Message-----
>> From: Scons-users [mailto:scons-users-bounces at scons.org] On Behalf Of Russel Winder
>> Sent: Saturday, November 22, 2014 11:06 AM
>> To: SCons_Users
>> Subject: [Scons-users] Using SCons for SSH-based install
>> 
>> Has anyone ever tried using SCons for installing a system where by install I mean doing copying over SSH?
>> 
>> I am wondering whether to replace my Gant scripts for managing website source and publishing with either Gradle or SCons.
>> --
>> Russel.
>> =============================================================================
>> Dr Russel Winder      t: +44 20 7585 2200   voip: sip:russel.winder at ekiga.net
>> 41 Buckmaster Road    m: +44 7770 465 077   xmpp: russel at winder.org.uk
>> London SW11 1EN, UK   w: www.russel.org.uk  skype: russel_winder
>> _______________________________________________
>> Scons-users mailing list
>> Scons-users at scons.org
>> https://pairlist4.pair.net/mailman/listinfo/scons-users
> 
> 
> 
> -- 
> Gary
> _______________________________________________
> Scons-users mailing list
> Scons-users at scons.org
> https://pairlist4.pair.net/mailman/listinfo/scons-users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://pairlist4.pair.net/pipermail/scons-users/attachments/20141122/3f520b5c/attachment-0001.html>


More information about the Scons-users mailing list