From: "Alexey Shvetsov" <alexxy@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sys-cluster/lustre/
Date: Tue, 7 May 2013 14:59:01 +0000 (UTC) [thread overview]
Message-ID: <1367938716.a8e795b6b9c390f5be3232ac3e410a8485ddae89.alexxy@gentoo> (raw)
commit: a8e795b6b9c390f5be3232ac3e410a8485ddae89
Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Tue May 7 14:57:24 2013 +0000
Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Tue May 7 14:58:36 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=a8e795b6
Fix quotation issues with server
Package-Manager: portage-2.2.0_alpha174
RepoMan-Options: --force
---
sys-cluster/lustre/ChangeLog | 3 +++
sys-cluster/lustre/lustre-9999.ebuild | 8 ++++----
2 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/sys-cluster/lustre/ChangeLog b/sys-cluster/lustre/ChangeLog
index 6420370..67fe3ae 100644
--- a/sys-cluster/lustre/ChangeLog
+++ b/sys-cluster/lustre/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 07 May 2013; Alexey Shvetsov <alexxy@gentoo.org> lustre-9999.ebuild:
+ Fix quotation issues with server
+
07 May 2013; Alexey Shvetsov <alexxy@gentoo.org>
+files/0001-LU-1812-kernel-3.7-FC18-server-patches.patch,
+files/0002-LU-2686-kernel-sock_map_fd-replaced-by-sock_alloc_fi.patch,
diff --git a/sys-cluster/lustre/lustre-9999.ebuild b/sys-cluster/lustre/lustre-9999.ebuild
index 063ef14..cbc61e4 100644
--- a/sys-cluster/lustre/lustre-9999.ebuild
+++ b/sys-cluster/lustre/lustre-9999.ebuild
@@ -91,11 +91,11 @@ src_configure() {
local myconf
if use server; then
SPL_PATH=$(basename $(echo "${EROOT}usr/src/spl-"*)) \
- myconf="${myconf} --with-spl=\"${EROOT}usr/src/${SPL_PATH}\" \
- --with-spl-obj=\"${EROOT}usr/src/${SPL_PATH}/${KV_FULL}\""
+ myconf="${myconf} --with-spl=${EROOT}usr/src/${SPL_PATH} \
+ --with-spl-obj=${EROOT}usr/src/${SPL_PATH}/${KV_FULL}"
ZFS_PATH=$(basename $(echo "${EROOT}usr/src/zfs-"*)) \
- myconf="${myconf} --with-zfs=\"${EROOT}usr/src/${ZFS_PATH}\" \
- --with-zfs-obj=\"${EROOT}usr/src/${ZFS_PATH}/${KV_FULL}\""
+ myconf="${myconf} --with-zfs=${EROOT}usr/src/${ZFS_PATH} \
+ --with-zfs-obj=${EROOT}usr/src/${ZFS_PATH}/${KV_FULL}"
fi
econf \
${myconf} \
next reply other threads:[~2013-05-07 14:59 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-07 14:59 Alexey Shvetsov [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-12-11 18:36 [gentoo-commits] proj/sci:master commit in: sys-cluster/lustre/ Alexey Shvetsov
2016-06-29 11:40 Alexey Shvetsov
2016-06-13 18:43 Alexey Shvetsov
2016-06-13 11:25 Alexey Shvetsov
2016-06-12 20:09 Alexey Shvetsov
2016-06-12 19:56 Alexey Shvetsov
2016-06-12 19:21 Alexey Shvetsov
2015-02-18 16:41 Justin Lecher
2014-02-12 6:41 Alexey Shvetsov
2014-01-06 18:33 Justin Lecher
2013-12-19 12:59 Alexey Shvetsov
2013-06-13 7:05 Justin Lecher
2013-04-22 10:13 Alexey Shvetsov
2013-04-22 9:30 Alexey Shvetsov
2013-04-22 1:40 Christoph Junghans
2013-04-22 1:40 Christoph Junghans
2013-04-17 13:33 Alexey Shvetsov
2013-04-16 11:34 Alexey Shvetsov
2013-04-16 11:31 Alexey Shvetsov
2013-04-16 11:30 Alexey Shvetsov
2013-03-31 14:36 Alexey Shvetsov
2013-03-31 11:24 Alexey Shvetsov
2013-03-31 11:18 Alexey Shvetsov
2013-03-19 19:12 Alexey Shvetsov
2013-03-19 19:08 Alexey Shvetsov
2013-03-18 21:48 Alexey Shvetsov
2013-03-18 21:22 Alexey Shvetsov
2013-03-16 17:34 Alexey Shvetsov
2013-03-15 15:50 Alexey Shvetsov
2013-03-15 15:49 Alexey Shvetsov
2013-03-14 14:16 Alexey Shvetsov
2013-03-07 6:39 Alexey Shvetsov
2013-03-06 13:20 Alexey Shvetsov
2012-12-22 16:45 Alexey Shvetsov
2012-12-22 16:34 Alexey Shvetsov
2012-09-20 19:21 Alexey Shvetsov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1367938716.a8e795b6b9c390f5be3232ac3e410a8485ddae89.alexxy@gentoo \
--to=alexxy@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox