From: "Matt Thode" <prometheanfire@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/releng:master commit in: releases/weekly/scripts/
Date: Sun, 10 Jan 2016 21:56:07 +0000 (UTC) [thread overview]
Message-ID: <1452462927.3ced9475183d997366cbeb98d82fc96e6d9b9dd4.prometheanfire@gentoo> (raw)
commit: 3ced9475183d997366cbeb98d82fc96e6d9b9dd4
Author: Matthew Thode <mthode <AT> mthode <DOT> org>
AuthorDate: Sun Jan 10 21:55:27 2016 +0000
Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Sun Jan 10 21:55:27 2016 +0000
URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=3ced9475
clean up foreign manpages in stage4
releases/weekly/scripts/cloud-prep.sh | 2 ++
1 file changed, 2 insertions(+)
diff --git a/releases/weekly/scripts/cloud-prep.sh b/releases/weekly/scripts/cloud-prep.sh
index 116e64d..9bd5eb5 100644
--- a/releases/weekly/scripts/cloud-prep.sh
+++ b/releases/weekly/scripts/cloud-prep.sh
@@ -69,3 +69,5 @@ sed -i '/^USE=\"\${USE}\ \ build\"$/d' /etc/portage/make.conf
passwd -d root
passwd -l root
for i in $(find /var/log -type f); do truncate -s 0 $i; done
+# remove foreign manpages
+find /usr/share/man/ -mindepth 1 -maxdepth 1 -path "/usr/share/man/man*" -prune -o -exec rm -rf {} \;
next reply other threads:[~2016-01-10 21:56 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-10 21:56 Matt Thode [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-04-02 23:50 [gentoo-commits] proj/releng:master commit in: releases/weekly/scripts/ Matt Turner
2016-04-25 23:27 Robin H. Johnson
2016-04-25 23:27 Robin H. Johnson
2016-04-14 0:35 Matt Thode
2016-01-26 6:44 Matt Thode
2016-01-26 0:41 Matt Thode
2016-01-22 7:54 Matt Thode
2016-01-13 2:51 Matt Thode
2015-12-30 3:31 Matt Thode
2015-12-29 5:10 Matt Thode
2015-12-29 4:47 Matt Thode
2015-12-27 2:37 Jorge Manuel B. S. Vicetto
2015-12-21 2:49 Jorge Manuel B. S. Vicetto
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1452462927.3ced9475183d997366cbeb98d82fc96e6d9b9dd4.prometheanfire@gentoo \
--to=prometheanfire@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox