commit:     f417beb2151f52db48764c52c5a3a5b18155a397
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 17 04:06:53 2014 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Fri Oct 17 04:06:53 2014 +0000
URL:        
http://sources.gentoo.org/gitweb/?p=proj/toolchain.git;a=commit;h=f417beb2

cronjob: tweak commit messages

---
 scripts/cronjob.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/cronjob.sh b/scripts/cronjob.sh
index 417c7c6..3efcec0 100755
--- a/scripts/cronjob.sh
+++ b/scripts/cronjob.sh
@@ -17,7 +17,7 @@ commit() {
 doit() {
        ./scripts/update-$1
        cd sys-devel/$1
-       commit "update $1 snapshots"
+       commit "$1: update snapshots"
        cd ../..
 }
 
@@ -31,7 +31,7 @@ main() {
 
        egencache --repo=toolchain --update --portdir-overlay="${PWD}" -j 
${NCPUS:-1}
        cd metadata
-       commit "update metadata"
+       commit "cache: regen"
 
        # Just in case someone else made a commit before we did.
        git pull --rebase

Reply via email to