public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/grs:desktop-amd64-hardened commit in: scripts/, /
@ 2015-07-08 15:16 Anthony G. Basile
  0 siblings, 0 replies; 2+ messages in thread
From: Anthony G. Basile @ 2015-07-08 15:16 UTC (permalink / raw
  To: gentoo-commits

commit:     ace87bdaff524bc5ddc79dd25bb237fbe82d67b2
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  8 15:18:54 2015 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Wed Jul  8 15:18:54 2015 +0000
URL:        https://gitweb.gentoo.org/proj/grs.git/commit/?id=ace87bda

scripts/clean.sh: migrate cleaning to chroot script.

 build            | 9 ++-------
 scripts/clean.sh | 5 +++++
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/build b/build
index 49d2f2e..1dca94e 100644
--- a/build
+++ b/build
@@ -20,20 +20,15 @@ log stamp
 
 runscript initrc.sh
 runscript passwd.sh
+runscript clean.sh
 unmount
-clean
 kernel
 
 log stamp
-log Tar_it
+log Tar+Hash
 log stamp
 
 tarit
-
-log stamp
-log Hash_it
-log stamp
-
 hashit
 
 +log stamp

diff --git a/scripts/clean.sh b/scripts/clean.sh
new file mode 100644
index 0000000..0424c9d
--- /dev/null
+++ b/scripts/clean.sh
@@ -0,0 +1,5 @@
+#!/bin/bash -e
+
+for d in /tmp /var/tmp /var/log; do
+    find ${d} -mindepth 1 -exec rm -rf {} +
+rm -rf /etc/resolv.con


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

* [gentoo-commits] proj/grs:desktop-amd64-hardened commit in: scripts/, /
@ 2017-12-23 17:39 Anthony G. Basile
  0 siblings, 0 replies; 2+ messages in thread
From: Anthony G. Basile @ 2017-12-23 17:39 UTC (permalink / raw
  To: gentoo-commits

commit:     35032324852c10a521b9c1b2e8e0b871729675ec
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 23 17:35:33 2017 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sat Dec 23 17:35:53 2017 +0000
URL:        https://gitweb.gentoo.org/proj/grs.git/commit/?id=35032324

build: use new syntax for kernel directive

 build                 | 4 ++--
 scripts/kernel-config | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/build b/build
index 3303986..10271f2 100644
--- a/build
+++ b/build
@@ -29,7 +29,7 @@ runscript initrc.sh
 runscript passwd.sh
 runscript clean.sh
 unmount
-kernel
+kernel x86_64
 
 log stamp
 log Tar+Hash
@@ -46,7 +46,7 @@ hashit
 +populate 4
 +runscript cycle.3.sh
 +unmount
-+kernel
++kernel x86_64
 +
 +log stamp
 +log END

diff --git a/scripts/kernel-config b/scripts/kernel-config
index 679b07c..8ae9a21 100644
--- a/scripts/kernel-config
+++ b/scripts/kernel-config
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.14.4-vanilla Kernel Configuration
+# Linux/x86 4.14.8-vanilla Kernel Configuration
 #
 CONFIG_64BIT=y
 CONFIG_X86_64=y


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

end of thread, other threads:[~2017-12-23 17:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-23 17:39 [gentoo-commits] proj/grs:desktop-amd64-hardened commit in: scripts/, / Anthony G. Basile
  -- strict thread matches above, loose matches on Subject: below --
2015-07-08 15:16 Anthony G. Basile

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