From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 42F6413877A for ; Tue, 2 Sep 2014 05:54:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 926EEE09C6; Tue, 2 Sep 2014 05:54:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1CD4DE09E6 for ; Tue, 2 Sep 2014 05:54:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E169733FCF3 for ; Tue, 2 Sep 2014 05:54:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0398447DF for ; Tue, 2 Sep 2014 05:54:49 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1409636593.d6417ace0b61697d0f94e9812af4621107b01cd7.dol-sen@gentoo> Subject: [gentoo-commits] proj/catalyst:pending commit in: targets/stage1/ X-VCS-Repository: proj/catalyst X-VCS-Files: targets/stage1/stage1-controller.sh X-VCS-Directories: targets/stage1/ X-VCS-Committer: dol-sen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: d6417ace0b61697d0f94e9812af4621107b01cd7 X-VCS-Branch: pending Date: Tue, 2 Sep 2014 05:54:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3c04ece1-72e0-4b69-b70d-896a8a75e6ef X-Archives-Hash: 80d22b1104cfc73d04f3ca7ff087f45e commit: d6417ace0b61697d0f94e9812af4621107b01cd7 Author: Brian Dolbec gentoo org> AuthorDate: Tue Aug 26 01:31:00 2014 +0000 Commit: Brian Dolbec gmail com> CommitDate: Tue Sep 2 05:43:13 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=d6417ace stage1-controller.sh: Remove some old poor cleaning code This code had portage bin path hard coded. That path needed to be changed for a new portage ebuild and install system. After testing the origianl code and comparing it with some updated code supplied by Douglas Freed. It turned out both code chunks resulted in nothing being cleaned. Tested-by: Rick Zero_Chaos Farina gentoo.org> --- targets/stage1/stage1-controller.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/targets/stage1/stage1-controller.sh b/targets/stage1/stage1-controller.sh index 8dbd16b..d029545 100755 --- a/targets/stage1/stage1-controller.sh +++ b/targets/stage1/stage1-controller.sh @@ -31,11 +31,6 @@ case $1 in rm -rf usr/share/{man,doc,info}/* # Zap all .pyc and .pyo files find . -iname "*.py[co]" -exec rm -f {} \; - # Cleanup all .a files except libgcc.a, *_nonshared.a and - # /usr/lib/portage/bin/*.a - find . -type f -iname "*.a" | grep -v 'libgcc.a' | \ - grep -v 'nonshared.a' | grep -v '/usr/lib/portage/bin/' | \ - grep -v 'libgcc_eh.a' | xargs rm -f ;; *) From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 64AAB1387FD for ; Thu, 11 Sep 2014 03:26:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F1E66E09D7; Thu, 11 Sep 2014 03:26:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8E8D4E09D2 for ; Thu, 11 Sep 2014 03:26:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 80A62340220 for ; Thu, 11 Sep 2014 03:26:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3C9BB530D for ; Thu, 11 Sep 2014 03:26:40 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1409636593.d6417ace0b61697d0f94e9812af4621107b01cd7.dol-sen@gentoo> Subject: [gentoo-commits] proj/catalyst:master commit in: targets/stage1/ X-VCS-Repository: proj/catalyst X-VCS-Files: targets/stage1/stage1-controller.sh X-VCS-Directories: targets/stage1/ X-VCS-Committer: dol-sen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: d6417ace0b61697d0f94e9812af4621107b01cd7 X-VCS-Branch: master Date: Thu, 11 Sep 2014 03:26:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 47535b43-25d9-4492-8230-a2f7f95420c4 X-Archives-Hash: 944d1870e187f5884f59a5561014a5f2 Message-ID: <20140911032640.mwN5U6CFbBkN9bpuzfMLxgEPPRehukyANsn4vCZc2Z0@z> commit: d6417ace0b61697d0f94e9812af4621107b01cd7 Author: Brian Dolbec gentoo org> AuthorDate: Tue Aug 26 01:31:00 2014 +0000 Commit: Brian Dolbec gmail com> CommitDate: Tue Sep 2 05:43:13 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=d6417ace stage1-controller.sh: Remove some old poor cleaning code This code had portage bin path hard coded. That path needed to be changed for a new portage ebuild and install system. After testing the origianl code and comparing it with some updated code supplied by Douglas Freed. It turned out both code chunks resulted in nothing being cleaned. Tested-by: Rick Zero_Chaos Farina gentoo.org> --- targets/stage1/stage1-controller.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/targets/stage1/stage1-controller.sh b/targets/stage1/stage1-controller.sh index 8dbd16b..d029545 100755 --- a/targets/stage1/stage1-controller.sh +++ b/targets/stage1/stage1-controller.sh @@ -31,11 +31,6 @@ case $1 in rm -rf usr/share/{man,doc,info}/* # Zap all .pyc and .pyo files find . -iname "*.py[co]" -exec rm -f {} \; - # Cleanup all .a files except libgcc.a, *_nonshared.a and - # /usr/lib/portage/bin/*.a - find . -type f -iname "*.a" | grep -v 'libgcc.a' | \ - grep -v 'nonshared.a' | grep -v '/usr/lib/portage/bin/' | \ - grep -v 'libgcc_eh.a' | xargs rm -f ;; *)