commit:     3d847f917fb1f930e6f1e9d5ef4b150c19930642
Author:     Matthew Thode <mthode <AT> mthode <DOT> org>
AuthorDate: Tue Dec 29 04:47:17 2015 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Tue Dec 29 04:47:17 2015 +0000
URL:        https://gitweb.gentoo.org/proj/releng.git/commit/?id=3d847f91

remove the kernel sources after install, takes up too much space

 releases/weekly/scripts/cloud-prep.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/releases/weekly/scripts/cloud-prep.sh 
b/releases/weekly/scripts/cloud-prep.sh
index cc902d5..4069cc2 100644
--- a/releases/weekly/scripts/cloud-prep.sh
+++ b/releases/weekly/scripts/cloud-prep.sh
@@ -74,6 +74,6 @@ rm -f /root/.bash_history
 rm -f /root/.nano_history
 rm -f /root/.lesshst
 rm -f /root/.ssh/known_hosts
-rm -f /usr/src/linux
+rm -rf /usr/src/linux
 for i in $(find /var/log -type f); do echo > $i; done
 for i in $(find /tmp -type f); do rm -f $i; done

Reply via email to