From: "Brian Dolbec" <dolsen@gentoo.org> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] proj/catalyst:pending commit in: catalyst/base/ Date: Thu, 21 May 2015 23:53:31 +0000 (UTC) [thread overview] Message-ID: <1427509943.4f3065cbefa8976f77a52689298bb4ab38ab2317.dolsen@gentoo> (raw) commit: 4f3065cbefa8976f77a52689298bb4ab38ab2317 Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo <DOT> org> AuthorDate: Sat Dec 6 17:30:01 2014 +0000 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org> CommitDate: Sat Mar 28 02:32:23 2015 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=4f3065cb Use -xpf instead of xpf with tar so it doesn't complain about missing option. Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo.org> catalyst/base/stagebase.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/catalyst/base/stagebase.py b/catalyst/base/stagebase.py index a33cae4..4d9ff0d 100644 --- a/catalyst/base/stagebase.py +++ b/catalyst/base/stagebase.py @@ -808,7 +808,7 @@ class StageBase(TargetBase, ClearBase, GenBase): if "bz2" == self.settings["chroot_path"][-3:]: unpack_cmd="tar --xattrs --acls -I lbzip2 -xpf "+self.settings["snapshot_path"]+" -C "+destdir else: - unpack_cmd="tar --xattrs --acls xpf "+self.settings["snapshot_path"]+" -C "+destdir + unpack_cmd="tar --xattrs --acls -xpf "+self.settings["snapshot_path"]+" -C "+destdir unpack_errmsg="Error unpacking snapshot" cleanup_msg="Cleaning up invalid snapshot cache at \n\t"+\ self.settings["snapshot_cache_path"]+\ @@ -828,7 +828,7 @@ class StageBase(TargetBase, ClearBase, GenBase): unpack_cmd="tar --xattrs --acls -I lbzip2 -xpf "+self.settings["snapshot_path"]+" -C "+\ self.settings["chroot_path"]+"/usr" else: - unpack_cmd="tar --xattrs --acls xpf "+self.settings["snapshot_path"]+" -C "+\ + unpack_cmd="tar --xattrs --acls -xpf "+self.settings["snapshot_path"]+" -C "+\ self.settings["chroot_path"]+"/usr" unpack_errmsg="Error unpacking snapshot"
WARNING: multiple messages have this Message-ID (diff)
From: "Brian Dolbec" <dolsen@gentoo.org> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] proj/catalyst:master commit in: catalyst/base/ Date: Sun, 24 May 2015 00:08:31 +0000 (UTC) [thread overview] Message-ID: <1427509943.4f3065cbefa8976f77a52689298bb4ab38ab2317.dolsen@gentoo> (raw) Message-ID: <20150524000831.0JiSSgysW1myLj_Iwz7c4K_2SJXjsuixMpAlzYG1Zwo@z> (raw) commit: 4f3065cbefa8976f77a52689298bb4ab38ab2317 Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo <DOT> org> AuthorDate: Sat Dec 6 17:30:01 2014 +0000 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org> CommitDate: Sat Mar 28 02:32:23 2015 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=4f3065cb Use -xpf instead of xpf with tar so it doesn't complain about missing option. Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo.org> catalyst/base/stagebase.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/catalyst/base/stagebase.py b/catalyst/base/stagebase.py index a33cae4..4d9ff0d 100644 --- a/catalyst/base/stagebase.py +++ b/catalyst/base/stagebase.py @@ -808,7 +808,7 @@ class StageBase(TargetBase, ClearBase, GenBase): if "bz2" == self.settings["chroot_path"][-3:]: unpack_cmd="tar --xattrs --acls -I lbzip2 -xpf "+self.settings["snapshot_path"]+" -C "+destdir else: - unpack_cmd="tar --xattrs --acls xpf "+self.settings["snapshot_path"]+" -C "+destdir + unpack_cmd="tar --xattrs --acls -xpf "+self.settings["snapshot_path"]+" -C "+destdir unpack_errmsg="Error unpacking snapshot" cleanup_msg="Cleaning up invalid snapshot cache at \n\t"+\ self.settings["snapshot_cache_path"]+\ @@ -828,7 +828,7 @@ class StageBase(TargetBase, ClearBase, GenBase): unpack_cmd="tar --xattrs --acls -I lbzip2 -xpf "+self.settings["snapshot_path"]+" -C "+\ self.settings["chroot_path"]+"/usr" else: - unpack_cmd="tar --xattrs --acls xpf "+self.settings["snapshot_path"]+" -C "+\ + unpack_cmd="tar --xattrs --acls -xpf "+self.settings["snapshot_path"]+" -C "+\ self.settings["chroot_path"]+"/usr" unpack_errmsg="Error unpacking snapshot"
next reply other threads:[~2015-05-21 23:54 UTC|newest] Thread overview: 43+ messages / expand[flat|nested] mbox.gz Atom feed top 2015-05-21 23:53 Brian Dolbec [this message] 2015-05-24 0:08 ` [gentoo-commits] proj/catalyst:master commit in: catalyst/base/ Brian Dolbec -- strict thread matches above, loose matches on Subject: below -- 2017-11-29 17:20 Brian Dolbec 2017-11-22 15:52 ` [gentoo-commits] proj/catalyst:pending " Brian Dolbec 2017-11-29 17:20 [gentoo-commits] proj/catalyst:master " Brian Dolbec 2017-11-22 15:52 ` [gentoo-commits] proj/catalyst:pending " Brian Dolbec 2017-11-22 15:52 Brian Dolbec 2017-03-16 22:57 Brian Dolbec 2017-03-16 22:57 Brian Dolbec 2017-03-16 22:57 Brian Dolbec 2017-03-11 9:35 Brian Dolbec 2017-03-11 7:07 Brian Dolbec 2017-03-11 7:07 Brian Dolbec 2017-03-09 10:02 Brian Dolbec 2017-03-09 10:02 Brian Dolbec 2017-03-09 9:39 Brian Dolbec 2017-03-09 9:39 Brian Dolbec 2015-11-21 1:33 Brian Dolbec 2015-11-21 1:33 Brian Dolbec 2015-11-21 1:33 Brian Dolbec 2015-11-21 1:33 Brian Dolbec 2015-11-20 21:26 [gentoo-commits] proj/catalyst:master " Brian Dolbec 2015-11-21 1:33 ` [gentoo-commits] proj/catalyst:pending " Brian Dolbec 2015-11-09 4:47 [gentoo-commits] proj/catalyst:master " Brian Dolbec 2015-11-21 1:33 ` [gentoo-commits] proj/catalyst:pending " Brian Dolbec 2015-10-31 20:35 [gentoo-commits] proj/catalyst:master " Brian Dolbec 2015-11-21 1:33 ` [gentoo-commits] proj/catalyst:pending " Brian Dolbec 2015-10-31 20:35 [gentoo-commits] proj/catalyst:master " Brian Dolbec 2015-11-21 1:33 ` [gentoo-commits] proj/catalyst:pending " Brian Dolbec 2015-09-08 14:17 [gentoo-commits] proj/catalyst:master " Brian Dolbec 2015-09-08 14:14 ` [gentoo-commits] proj/catalyst:pending " Brian Dolbec 2015-09-08 14:17 [gentoo-commits] proj/catalyst:master " Brian Dolbec 2015-09-08 14:14 ` [gentoo-commits] proj/catalyst:pending " Brian Dolbec 2015-09-08 14:14 Brian Dolbec 2015-09-06 21:18 Brian Dolbec 2015-09-04 15:20 Brian Dolbec 2015-09-03 15:14 Brian Dolbec 2015-09-03 15:14 Brian Dolbec 2015-09-03 15:14 Brian Dolbec 2015-09-03 15:14 Brian Dolbec 2015-09-03 15:14 Brian Dolbec 2015-09-01 5:58 Brian Dolbec 2015-09-01 5:58 Brian Dolbec 2015-06-15 20:25 Brian Dolbec 2015-05-24 0:08 [gentoo-commits] proj/catalyst:master " Brian Dolbec 2015-05-21 23:53 ` [gentoo-commits] proj/catalyst:pending " Brian Dolbec 2015-05-24 0:08 [gentoo-commits] proj/catalyst:master " Brian Dolbec 2015-05-21 23:53 ` [gentoo-commits] proj/catalyst:pending " Brian Dolbec 2015-05-24 0:08 [gentoo-commits] proj/catalyst:master " Brian Dolbec 2015-05-21 23:53 ` [gentoo-commits] proj/catalyst:pending " Brian Dolbec 2015-05-21 23:53 Brian Dolbec 2015-05-21 23:53 Brian Dolbec 2015-02-26 22:18 [gentoo-commits] proj/catalyst:master " Brian Dolbec 2015-02-26 20:44 ` [gentoo-commits] proj/catalyst:pending " Brian Dolbec 2015-01-01 5:59 Brian Dolbec
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=1427509943.4f3065cbefa8976f77a52689298bb4ab38ab2317.dolsen@gentoo \ --to=dolsen@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: linkBe 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