mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-10 06:26:57 +02:00
Reland: sshfs-fuse: pull in version 2.4 from upstream
The upstream version 2.4 adds `-o slave`, which allows us to spawn sshfs attached to the server end of an SSH pipe. As a result files on your workstation can easily be pushed to a chromium-os device, rather than needing to open a terminal on the device and SSH back. This relands a (slightly modified) version of: https://gerrit.chromium.org/gerrit/17724 BUG=chromium-os:25146 TEST=clean build and install test image on x86-alex TEST=ran chrome over sshfs with and without -o slave TEST=cbuildbot arm-tegra2-full Change-Id: I6318a373067ed5166700d3c362ba16b34ad87797 Reviewed-on: https://gerrit.chromium.org/gerrit/17829 Commit-Ready: Chris Wolfe <cwolfe@chromium.org> Reviewed-by: Chris Wolfe <cwolfe@chromium.org> Tested-by: Chris Wolfe <cwolfe@chromium.org>
This commit is contained in:
parent
07fd6ff94a
commit
1ae32f3c63
@ -1 +1 @@
|
||||
DIST sshfs-fuse-2.3.tar.gz 129222 RMD160 5ea1180cbc60ff9401d7e53774dfda3a78f37ab1 SHA1 dc0094a671fa39a46e1e7179e1da615415c45774 SHA256 ce229f87869d136c8347cca646f1dd6394c604127d021507a57205668d9288bb
|
||||
DIST sshfs-fuse-2.4.tar.gz 132930 RMD160 01e40fda6272ee601ff2d45050f9d1e635ee38f2 SHA1 81f9b8079075d9e139e331a728fb72d66af3d601 SHA256 3c93ba8522568093c94ff9c5a3763929380dd229365d905769ff82475d774dd1
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-2.3.ebuild,v 1.6 2011/09/24 16:44:55 armin76 Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-2.4.ebuild,v 1.1 2012/03/09 12:20:54 radhermit Exp $
|
||||
|
||||
EAPI="4"
|
||||
|
||||
@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/fuse/${P}.tar.gz"
|
||||
HOMEPAGE="http://fuse.sourceforge.net/sshfs.html"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86 ~x86-fbsd ~x86-linux"
|
||||
KEYWORDS="amd64 arm ~hppa ~ppc ~ppc64 x86 ~x86-fbsd ~x86-linux"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
|
Loading…
Reference in New Issue
Block a user