* [gentoo-commits] proj/catalyst:wip/mattst88 commit in: targets/stage1/, targets/stage3/, targets/embedded/, targets/stage2/, ...
2021-01-23 16:22 [gentoo-commits] proj/catalyst:master commit in: targets/stage3/, targets/stage2/, targets/stage4/, targets/embedded/, Matt Turner
@ 2021-01-18 3:38 ` Matt Turner
2021-01-18 19:53 ` [gentoo-commits] proj/catalyst:pending/mattst88 commit in: targets/embedded/, targets/stage4/, targets/stage1/, targets/stage3/, Matt Turner
1 sibling, 0 replies; 3+ messages in thread
From: Matt Turner @ 2021-01-18 3:38 UTC (permalink / raw
To: gentoo-commits
commit: 3918b483a6b16d11c7dc4b273f6fe133d346bd18
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 18 00:22:22 2021 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Jan 18 03:27:09 2021 +0000
URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=3918b483
targets: Remove unused 'enter' command
Doesn't appear to have ever been wired up. I'm going to add something
like what I think this was, but without the duplication.
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
targets/embedded/controller.sh | 3 ---
targets/stage1/controller.sh | 3 ---
targets/stage2/controller.sh | 4 ----
targets/stage3/controller.sh | 4 ----
targets/stage4/controller.sh | 4 ----
5 files changed, 18 deletions(-)
diff --git a/targets/embedded/controller.sh b/targets/embedded/controller.sh
index 48867897..c2e5994c 100755
--- a/targets/embedded/controller.sh
+++ b/targets/embedded/controller.sh
@@ -3,9 +3,6 @@
source ${clst_shdir}/support/functions.sh
case ${1} in
- enter)
- ;;
-
build_packages)
shift
export clst_packages="$*"
diff --git a/targets/stage1/controller.sh b/targets/stage1/controller.sh
index ab127114..0db1614d 100755
--- a/targets/stage1/controller.sh
+++ b/targets/stage1/controller.sh
@@ -3,9 +3,6 @@
source "${clst_shdir}/support/functions.sh"
case "$1" in
- enter)
- ;;
-
run)
cp "${clst_shdir}/stage1/build.py" "${clst_chroot_path}/tmp"
diff --git a/targets/stage2/controller.sh b/targets/stage2/controller.sh
index efa57648..fa5592e1 100755
--- a/targets/stage2/controller.sh
+++ b/targets/stage2/controller.sh
@@ -5,10 +5,6 @@ source ${clst_shdir}/support/functions.sh
# Only put commands in this section that you want every target to execute.
# This is a global default file and will affect every target
case $1 in
- enter)
- ${clst_CHROOT} ${clst_chroot_path}
- ;;
-
run)
shift
export clst_packages="$*"
diff --git a/targets/stage3/controller.sh b/targets/stage3/controller.sh
index f1ca6883..f4a3c7a1 100755
--- a/targets/stage3/controller.sh
+++ b/targets/stage3/controller.sh
@@ -5,10 +5,6 @@ source ${clst_shdir}/support/functions.sh
# Only put commands in this section that you want every target to execute.
# This is a global default file and will affect every target
case $1 in
- enter)
- ${clst_CHROOT} ${clst_chroot_path}
- ;;
-
run)
shift
export clst_packages="$*"
diff --git a/targets/stage4/controller.sh b/targets/stage4/controller.sh
index ba0774d1..ee078f60 100755
--- a/targets/stage4/controller.sh
+++ b/targets/stage4/controller.sh
@@ -5,10 +5,6 @@ source ${clst_shdir}/support/functions.sh
# Only put commands in this section that you want every target to execute.
# This is a global default file and will affect every target
case $1 in
- enter)
- ${clst_CHROOT} ${clst_chroot_path}
- ;;
-
pre-kmerge)
# Sets up the build environment before any kernels are compiled
exec_in_chroot ${clst_shdir}/support/pre-kmerge.sh
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/catalyst:pending/mattst88 commit in: targets/embedded/, targets/stage4/, targets/stage1/, targets/stage3/, ...
2021-01-23 16:22 [gentoo-commits] proj/catalyst:master commit in: targets/stage3/, targets/stage2/, targets/stage4/, targets/embedded/, Matt Turner
2021-01-18 3:38 ` [gentoo-commits] proj/catalyst:wip/mattst88 commit in: targets/stage1/, targets/stage3/, targets/embedded/, targets/stage2/, Matt Turner
@ 2021-01-18 19:53 ` Matt Turner
1 sibling, 0 replies; 3+ messages in thread
From: Matt Turner @ 2021-01-18 19:53 UTC (permalink / raw
To: gentoo-commits
commit: 3918b483a6b16d11c7dc4b273f6fe133d346bd18
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 18 00:22:22 2021 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Jan 18 03:27:09 2021 +0000
URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=3918b483
targets: Remove unused 'enter' command
Doesn't appear to have ever been wired up. I'm going to add something
like what I think this was, but without the duplication.
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
targets/embedded/controller.sh | 3 ---
targets/stage1/controller.sh | 3 ---
targets/stage2/controller.sh | 4 ----
targets/stage3/controller.sh | 4 ----
targets/stage4/controller.sh | 4 ----
5 files changed, 18 deletions(-)
diff --git a/targets/embedded/controller.sh b/targets/embedded/controller.sh
index 48867897..c2e5994c 100755
--- a/targets/embedded/controller.sh
+++ b/targets/embedded/controller.sh
@@ -3,9 +3,6 @@
source ${clst_shdir}/support/functions.sh
case ${1} in
- enter)
- ;;
-
build_packages)
shift
export clst_packages="$*"
diff --git a/targets/stage1/controller.sh b/targets/stage1/controller.sh
index ab127114..0db1614d 100755
--- a/targets/stage1/controller.sh
+++ b/targets/stage1/controller.sh
@@ -3,9 +3,6 @@
source "${clst_shdir}/support/functions.sh"
case "$1" in
- enter)
- ;;
-
run)
cp "${clst_shdir}/stage1/build.py" "${clst_chroot_path}/tmp"
diff --git a/targets/stage2/controller.sh b/targets/stage2/controller.sh
index efa57648..fa5592e1 100755
--- a/targets/stage2/controller.sh
+++ b/targets/stage2/controller.sh
@@ -5,10 +5,6 @@ source ${clst_shdir}/support/functions.sh
# Only put commands in this section that you want every target to execute.
# This is a global default file and will affect every target
case $1 in
- enter)
- ${clst_CHROOT} ${clst_chroot_path}
- ;;
-
run)
shift
export clst_packages="$*"
diff --git a/targets/stage3/controller.sh b/targets/stage3/controller.sh
index f1ca6883..f4a3c7a1 100755
--- a/targets/stage3/controller.sh
+++ b/targets/stage3/controller.sh
@@ -5,10 +5,6 @@ source ${clst_shdir}/support/functions.sh
# Only put commands in this section that you want every target to execute.
# This is a global default file and will affect every target
case $1 in
- enter)
- ${clst_CHROOT} ${clst_chroot_path}
- ;;
-
run)
shift
export clst_packages="$*"
diff --git a/targets/stage4/controller.sh b/targets/stage4/controller.sh
index ba0774d1..ee078f60 100755
--- a/targets/stage4/controller.sh
+++ b/targets/stage4/controller.sh
@@ -5,10 +5,6 @@ source ${clst_shdir}/support/functions.sh
# Only put commands in this section that you want every target to execute.
# This is a global default file and will affect every target
case $1 in
- enter)
- ${clst_CHROOT} ${clst_chroot_path}
- ;;
-
pre-kmerge)
# Sets up the build environment before any kernels are compiled
exec_in_chroot ${clst_shdir}/support/pre-kmerge.sh
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/catalyst:master commit in: targets/stage3/, targets/stage2/, targets/stage4/, targets/embedded/, ...
@ 2021-01-23 16:22 Matt Turner
2021-01-18 3:38 ` [gentoo-commits] proj/catalyst:wip/mattst88 commit in: targets/stage1/, targets/stage3/, targets/embedded/, targets/stage2/, Matt Turner
2021-01-18 19:53 ` [gentoo-commits] proj/catalyst:pending/mattst88 commit in: targets/embedded/, targets/stage4/, targets/stage1/, targets/stage3/, Matt Turner
0 siblings, 2 replies; 3+ messages in thread
From: Matt Turner @ 2021-01-23 16:22 UTC (permalink / raw
To: gentoo-commits
commit: 3918b483a6b16d11c7dc4b273f6fe133d346bd18
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 18 00:22:22 2021 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Jan 18 03:27:09 2021 +0000
URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=3918b483
targets: Remove unused 'enter' command
Doesn't appear to have ever been wired up. I'm going to add something
like what I think this was, but without the duplication.
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
targets/embedded/controller.sh | 3 ---
targets/stage1/controller.sh | 3 ---
targets/stage2/controller.sh | 4 ----
targets/stage3/controller.sh | 4 ----
targets/stage4/controller.sh | 4 ----
5 files changed, 18 deletions(-)
diff --git a/targets/embedded/controller.sh b/targets/embedded/controller.sh
index 48867897..c2e5994c 100755
--- a/targets/embedded/controller.sh
+++ b/targets/embedded/controller.sh
@@ -3,9 +3,6 @@
source ${clst_shdir}/support/functions.sh
case ${1} in
- enter)
- ;;
-
build_packages)
shift
export clst_packages="$*"
diff --git a/targets/stage1/controller.sh b/targets/stage1/controller.sh
index ab127114..0db1614d 100755
--- a/targets/stage1/controller.sh
+++ b/targets/stage1/controller.sh
@@ -3,9 +3,6 @@
source "${clst_shdir}/support/functions.sh"
case "$1" in
- enter)
- ;;
-
run)
cp "${clst_shdir}/stage1/build.py" "${clst_chroot_path}/tmp"
diff --git a/targets/stage2/controller.sh b/targets/stage2/controller.sh
index efa57648..fa5592e1 100755
--- a/targets/stage2/controller.sh
+++ b/targets/stage2/controller.sh
@@ -5,10 +5,6 @@ source ${clst_shdir}/support/functions.sh
# Only put commands in this section that you want every target to execute.
# This is a global default file and will affect every target
case $1 in
- enter)
- ${clst_CHROOT} ${clst_chroot_path}
- ;;
-
run)
shift
export clst_packages="$*"
diff --git a/targets/stage3/controller.sh b/targets/stage3/controller.sh
index f1ca6883..f4a3c7a1 100755
--- a/targets/stage3/controller.sh
+++ b/targets/stage3/controller.sh
@@ -5,10 +5,6 @@ source ${clst_shdir}/support/functions.sh
# Only put commands in this section that you want every target to execute.
# This is a global default file and will affect every target
case $1 in
- enter)
- ${clst_CHROOT} ${clst_chroot_path}
- ;;
-
run)
shift
export clst_packages="$*"
diff --git a/targets/stage4/controller.sh b/targets/stage4/controller.sh
index ba0774d1..ee078f60 100755
--- a/targets/stage4/controller.sh
+++ b/targets/stage4/controller.sh
@@ -5,10 +5,6 @@ source ${clst_shdir}/support/functions.sh
# Only put commands in this section that you want every target to execute.
# This is a global default file and will affect every target
case $1 in
- enter)
- ${clst_CHROOT} ${clst_chroot_path}
- ;;
-
pre-kmerge)
# Sets up the build environment before any kernels are compiled
exec_in_chroot ${clst_shdir}/support/pre-kmerge.sh
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-01-23 16:23 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-23 16:22 [gentoo-commits] proj/catalyst:master commit in: targets/stage3/, targets/stage2/, targets/stage4/, targets/embedded/, Matt Turner
2021-01-18 3:38 ` [gentoo-commits] proj/catalyst:wip/mattst88 commit in: targets/stage1/, targets/stage3/, targets/embedded/, targets/stage2/, Matt Turner
2021-01-18 19:53 ` [gentoo-commits] proj/catalyst:pending/mattst88 commit in: targets/embedded/, targets/stage4/, targets/stage1/, targets/stage3/, Matt Turner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox