public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/catalyst:pending/mattst88 commit in: targets/livecd-stage2/, targets/livecd-stage1/
@ 2020-10-20  2:50 Matt Turner
  0 siblings, 0 replies; 5+ messages in thread
From: Matt Turner @ 2020-10-20  2:50 UTC (permalink / raw
  To: gentoo-commits

commit:     5d0464f296e51f4fdfeb784ac757766268e49860
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 19 23:04:05 2020 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Oct 20 02:50:08 2020 +0000
URL:        https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=5d0464f2

targets: Delete never-used packages.txt code

Added in 2008 with a commit message saying

	Added code to livecd-stage1 to generate a package list, which
	will be used in livecd-stage2 with the upcoming livedvd
	livecd/type to fetch the distfiles automatically.

which sounds like a nice plan, but until it's implemented we don't need
this code.

Fixes: a97c7ee4 ("Updated TODO. ...")
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 targets/livecd-stage1/controller.sh | 1 -
 targets/livecd-stage2/controller.sh | 1 -
 2 files changed, 2 deletions(-)

diff --git a/targets/livecd-stage1/controller.sh b/targets/livecd-stage1/controller.sh
index c4572ff9..ae897da9 100755
--- a/targets/livecd-stage1/controller.sh
+++ b/targets/livecd-stage1/controller.sh
@@ -11,7 +11,6 @@ case $1 in
 		mkdir -p ${clst_chroot_path}/usr/livecd ${clst_chroot_path}/tmp
 		exec_in_chroot \
 			${clst_shdir}/${clst_target}/chroot.sh
-		echo "${clst_packages}" > ${clst_chroot_path}/tmp/packages.txt
 		;;
 esac
 exit $?

diff --git a/targets/livecd-stage2/controller.sh b/targets/livecd-stage2/controller.sh
index 30b522e3..826dc9dc 100755
--- a/targets/livecd-stage2/controller.sh
+++ b/targets/livecd-stage2/controller.sh
@@ -78,7 +78,6 @@ case $1 in
 			# Clean out man, info and doc files
 			rm -rf ${clst_chroot_path}/usr/share/{man,doc,info}/*
 		fi
-		rm -f ${clst_chroot_path}/tmp/packages.txt
 		;;
 
 	bootloader)


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] proj/catalyst:pending/mattst88 commit in: targets/livecd-stage2/, targets/livecd-stage1/
@ 2020-10-20  8:30 Matt Turner
  0 siblings, 0 replies; 5+ messages in thread
From: Matt Turner @ 2020-10-20  8:30 UTC (permalink / raw
  To: gentoo-commits

commit:     133b40d5091821a1cb139368ac876d8840da9bca
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 19 23:04:05 2020 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Oct 20 07:10:03 2020 +0000
URL:        https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=133b40d5

targets: Delete never-used packages.txt code

Added in 2008 with a commit message saying

	Added code to livecd-stage1 to generate a package list, which
	will be used in livecd-stage2 with the upcoming livedvd
	livecd/type to fetch the distfiles automatically.

which sounds like a nice plan, but until it's implemented we don't need
this code.

Fixes: a97c7ee4 ("Updated TODO. ...")
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 targets/livecd-stage1/controller.sh | 1 -
 targets/livecd-stage2/controller.sh | 1 -
 2 files changed, 2 deletions(-)

diff --git a/targets/livecd-stage1/controller.sh b/targets/livecd-stage1/controller.sh
index c4572ff9..ae897da9 100755
--- a/targets/livecd-stage1/controller.sh
+++ b/targets/livecd-stage1/controller.sh
@@ -11,7 +11,6 @@ case $1 in
 		mkdir -p ${clst_chroot_path}/usr/livecd ${clst_chroot_path}/tmp
 		exec_in_chroot \
 			${clst_shdir}/${clst_target}/chroot.sh
-		echo "${clst_packages}" > ${clst_chroot_path}/tmp/packages.txt
 		;;
 esac
 exit $?

diff --git a/targets/livecd-stage2/controller.sh b/targets/livecd-stage2/controller.sh
index 30b522e3..826dc9dc 100755
--- a/targets/livecd-stage2/controller.sh
+++ b/targets/livecd-stage2/controller.sh
@@ -78,7 +78,6 @@ case $1 in
 			# Clean out man, info and doc files
 			rm -rf ${clst_chroot_path}/usr/share/{man,doc,info}/*
 		fi
-		rm -f ${clst_chroot_path}/tmp/packages.txt
 		;;
 
 	bootloader)


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] proj/catalyst:master commit in: targets/livecd-stage1/, targets/livecd-stage2/
@ 2020-10-21 17:58 Matt Turner
  2020-10-22 18:06 ` [gentoo-commits] proj/catalyst:pending/mattst88 commit in: targets/livecd-stage2/, targets/livecd-stage1/ Matt Turner
  2020-10-29 21:00 ` [gentoo-commits] proj/catalyst:wip/mattst88 commit in: targets/livecd-stage1/, targets/livecd-stage2/ Matt Turner
  0 siblings, 2 replies; 5+ messages in thread
From: Matt Turner @ 2020-10-21 17:58 UTC (permalink / raw
  To: gentoo-commits

commit:     94fd641610005dd1797688bb21b77ee62aa94a87
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 19 23:04:05 2020 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Oct 20 23:26:35 2020 +0000
URL:        https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=94fd6416

targets: Delete never-used packages.txt code

Added in 2008 with a commit message saying

	Added code to livecd-stage1 to generate a package list, which
	will be used in livecd-stage2 with the upcoming livedvd
	livecd/type to fetch the distfiles automatically.

which sounds like a nice plan, but until it's implemented we don't need
this code.

Fixes: a97c7ee4 ("Updated TODO. ...")
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 targets/livecd-stage1/controller.sh | 1 -
 targets/livecd-stage2/controller.sh | 1 -
 2 files changed, 2 deletions(-)

diff --git a/targets/livecd-stage1/controller.sh b/targets/livecd-stage1/controller.sh
index c4572ff9..ae897da9 100755
--- a/targets/livecd-stage1/controller.sh
+++ b/targets/livecd-stage1/controller.sh
@@ -11,7 +11,6 @@ case $1 in
 		mkdir -p ${clst_chroot_path}/usr/livecd ${clst_chroot_path}/tmp
 		exec_in_chroot \
 			${clst_shdir}/${clst_target}/chroot.sh
-		echo "${clst_packages}" > ${clst_chroot_path}/tmp/packages.txt
 		;;
 esac
 exit $?

diff --git a/targets/livecd-stage2/controller.sh b/targets/livecd-stage2/controller.sh
index 30b522e3..826dc9dc 100755
--- a/targets/livecd-stage2/controller.sh
+++ b/targets/livecd-stage2/controller.sh
@@ -78,7 +78,6 @@ case $1 in
 			# Clean out man, info and doc files
 			rm -rf ${clst_chroot_path}/usr/share/{man,doc,info}/*
 		fi
-		rm -f ${clst_chroot_path}/tmp/packages.txt
 		;;
 
 	bootloader)


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] proj/catalyst:pending/mattst88 commit in: targets/livecd-stage2/, targets/livecd-stage1/
  2020-10-21 17:58 [gentoo-commits] proj/catalyst:master commit in: targets/livecd-stage1/, targets/livecd-stage2/ Matt Turner
@ 2020-10-22 18:06 ` Matt Turner
  2020-10-29 21:00 ` [gentoo-commits] proj/catalyst:wip/mattst88 commit in: targets/livecd-stage1/, targets/livecd-stage2/ Matt Turner
  1 sibling, 0 replies; 5+ messages in thread
From: Matt Turner @ 2020-10-22 18:06 UTC (permalink / raw
  To: gentoo-commits

commit:     94fd641610005dd1797688bb21b77ee62aa94a87
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 19 23:04:05 2020 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Oct 20 23:26:35 2020 +0000
URL:        https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=94fd6416

targets: Delete never-used packages.txt code

Added in 2008 with a commit message saying

	Added code to livecd-stage1 to generate a package list, which
	will be used in livecd-stage2 with the upcoming livedvd
	livecd/type to fetch the distfiles automatically.

which sounds like a nice plan, but until it's implemented we don't need
this code.

Fixes: a97c7ee4 ("Updated TODO. ...")
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 targets/livecd-stage1/controller.sh | 1 -
 targets/livecd-stage2/controller.sh | 1 -
 2 files changed, 2 deletions(-)

diff --git a/targets/livecd-stage1/controller.sh b/targets/livecd-stage1/controller.sh
index c4572ff9..ae897da9 100755
--- a/targets/livecd-stage1/controller.sh
+++ b/targets/livecd-stage1/controller.sh
@@ -11,7 +11,6 @@ case $1 in
 		mkdir -p ${clst_chroot_path}/usr/livecd ${clst_chroot_path}/tmp
 		exec_in_chroot \
 			${clst_shdir}/${clst_target}/chroot.sh
-		echo "${clst_packages}" > ${clst_chroot_path}/tmp/packages.txt
 		;;
 esac
 exit $?

diff --git a/targets/livecd-stage2/controller.sh b/targets/livecd-stage2/controller.sh
index 30b522e3..826dc9dc 100755
--- a/targets/livecd-stage2/controller.sh
+++ b/targets/livecd-stage2/controller.sh
@@ -78,7 +78,6 @@ case $1 in
 			# Clean out man, info and doc files
 			rm -rf ${clst_chroot_path}/usr/share/{man,doc,info}/*
 		fi
-		rm -f ${clst_chroot_path}/tmp/packages.txt
 		;;
 
 	bootloader)


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] proj/catalyst:wip/mattst88 commit in: targets/livecd-stage1/, targets/livecd-stage2/
  2020-10-21 17:58 [gentoo-commits] proj/catalyst:master commit in: targets/livecd-stage1/, targets/livecd-stage2/ Matt Turner
  2020-10-22 18:06 ` [gentoo-commits] proj/catalyst:pending/mattst88 commit in: targets/livecd-stage2/, targets/livecd-stage1/ Matt Turner
@ 2020-10-29 21:00 ` Matt Turner
  1 sibling, 0 replies; 5+ messages in thread
From: Matt Turner @ 2020-10-29 21:00 UTC (permalink / raw
  To: gentoo-commits

commit:     94fd641610005dd1797688bb21b77ee62aa94a87
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 19 23:04:05 2020 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Oct 20 23:26:35 2020 +0000
URL:        https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=94fd6416

targets: Delete never-used packages.txt code

Added in 2008 with a commit message saying

	Added code to livecd-stage1 to generate a package list, which
	will be used in livecd-stage2 with the upcoming livedvd
	livecd/type to fetch the distfiles automatically.

which sounds like a nice plan, but until it's implemented we don't need
this code.

Fixes: a97c7ee4 ("Updated TODO. ...")
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 targets/livecd-stage1/controller.sh | 1 -
 targets/livecd-stage2/controller.sh | 1 -
 2 files changed, 2 deletions(-)

diff --git a/targets/livecd-stage1/controller.sh b/targets/livecd-stage1/controller.sh
index c4572ff9..ae897da9 100755
--- a/targets/livecd-stage1/controller.sh
+++ b/targets/livecd-stage1/controller.sh
@@ -11,7 +11,6 @@ case $1 in
 		mkdir -p ${clst_chroot_path}/usr/livecd ${clst_chroot_path}/tmp
 		exec_in_chroot \
 			${clst_shdir}/${clst_target}/chroot.sh
-		echo "${clst_packages}" > ${clst_chroot_path}/tmp/packages.txt
 		;;
 esac
 exit $?

diff --git a/targets/livecd-stage2/controller.sh b/targets/livecd-stage2/controller.sh
index 30b522e3..826dc9dc 100755
--- a/targets/livecd-stage2/controller.sh
+++ b/targets/livecd-stage2/controller.sh
@@ -78,7 +78,6 @@ case $1 in
 			# Clean out man, info and doc files
 			rm -rf ${clst_chroot_path}/usr/share/{man,doc,info}/*
 		fi
-		rm -f ${clst_chroot_path}/tmp/packages.txt
 		;;
 
 	bootloader)


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-10-29 21:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-21 17:58 [gentoo-commits] proj/catalyst:master commit in: targets/livecd-stage1/, targets/livecd-stage2/ Matt Turner
2020-10-22 18:06 ` [gentoo-commits] proj/catalyst:pending/mattst88 commit in: targets/livecd-stage2/, targets/livecd-stage1/ Matt Turner
2020-10-29 21:00 ` [gentoo-commits] proj/catalyst:wip/mattst88 commit in: targets/livecd-stage1/, targets/livecd-stage2/ Matt Turner
  -- strict thread matches above, loose matches on Subject: below --
2020-10-20  8:30 [gentoo-commits] proj/catalyst:pending/mattst88 commit in: targets/livecd-stage2/, targets/livecd-stage1/ Matt Turner
2020-10-20  2:50 Matt Turner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox