Gentoo Archives: gentoo-commits

From: "Jorge Manuel B. S. Vicetto" <jmbsvicetto@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/catalyst:master commit in: targets/stage3/, targets/stage1/, targets/stage2/
Date: Tue, 02 Oct 2012 03:58:46
Message-Id: 1349150262.f12235d309c823f6e589b1bb0ef98548ae270ef3.jmbsvicetto@gentoo
1 commit: f12235d309c823f6e589b1bb0ef98548ae270ef3
2 Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 2 03:57:42 2012 +0000
4 Commit: Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 2 03:57:42 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=f12235d3
7
8 Stop passing ${clst_root_path} and /tmp/stage1root to exec_in_chroot.
9
10 ---
11 targets/stage1/stage1-controller.sh | 2 +-
12 targets/stage2/stage2-controller.sh | 2 +-
13 targets/stage3/stage3-controller.sh | 2 +-
14 3 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/targets/stage1/stage1-controller.sh b/targets/stage1/stage1-controller.sh
17 index 58da8e4..3671095 100644
18 --- a/targets/stage1/stage1-controller.sh
19 +++ b/targets/stage1/stage1-controller.sh
20 @@ -23,7 +23,7 @@ case $1 in
21 ;;
22
23 preclean)
24 - exec_in_chroot ${clst_sharedir}/targets/${clst_target}/${clst_target}-preclean-chroot.sh /tmp/stage1root || exit 1
25 + exec_in_chroot ${clst_sharedir}/targets/${clst_target}/${clst_target}-preclean-chroot.sh || exit 1
26 ;;
27
28 clean)
29
30 diff --git a/targets/stage2/stage2-controller.sh b/targets/stage2/stage2-controller.sh
31 index 2192fbc..69ba7c9 100644
32 --- a/targets/stage2/stage2-controller.sh
33 +++ b/targets/stage2/stage2-controller.sh
34 @@ -17,7 +17,7 @@ case $1 in
35 ;;
36
37 preclean)
38 - exec_in_chroot ${clst_sharedir}/targets/${clst_target}/${clst_target}-preclean-chroot.sh ${clst_root_path}
39 + exec_in_chroot ${clst_sharedir}/targets/${clst_target}/${clst_target}-preclean-chroot.sh
40 ;;
41
42 clean)
43
44 diff --git a/targets/stage3/stage3-controller.sh b/targets/stage3/stage3-controller.sh
45 index edf42ec..ff546f8 100644
46 --- a/targets/stage3/stage3-controller.sh
47 +++ b/targets/stage3/stage3-controller.sh
48 @@ -16,7 +16,7 @@ case $1 in
49 ;;
50
51 preclean)
52 - exec_in_chroot ${clst_sharedir}/targets/${clst_target}/${clst_target}-preclean-chroot.sh ${clst_root_path}
53 + exec_in_chroot ${clst_sharedir}/targets/${clst_target}/${clst_target}-preclean-chroot.sh
54 ;;
55
56 clean)