public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "André Erdmann" <dywi@mailerd.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/R_overlay:master commit in: roverlay/manifest/
Date: Wed, 20 Jun 2012 19:03:54 +0000 (UTC)	[thread overview]
Message-ID: <1340188589.3f1b2d76a0a2f13ea7ba36ff3fc4d833094d8f22.dywi@gentoo> (raw)

commit:     3f1b2d76a0a2f13ea7ba36ff3fc4d833094d8f22
Author:     André Erdmann <dywi <AT> mailerd <DOT> de>
AuthorDate: Wed Jun 20 10:36:29 2012 +0000
Commit:     André Erdmann <dywi <AT> mailerd <DOT> de>
CommitDate: Wed Jun 20 10:36:29 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=3f1b2d76

log manifest creation status

	modified:   roverlay/manifest/helpers.py

---
 roverlay/manifest/helpers.py |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/roverlay/manifest/helpers.py b/roverlay/manifest/helpers.py
index e7a54eb..78a76e2 100644
--- a/roverlay/manifest/helpers.py
+++ b/roverlay/manifest/helpers.py
@@ -90,9 +90,13 @@ class ExternalManifestCreation ( _ManifestCreation ):
 			self.logger.warning ( line )
 
 		if ebuild_call.returncode == 0:
+			self.logger.debug ( "Manifest written." )
 			return True
 		else:
-			self.logger.error ( "Couldn't create Manifest for %s!" % ebuild_file )
+			self.logger.error (
+				"Couldn't create Manifest for %s! Return code was %i."
+					% ( ebuild_file, ebuild_call.returncode )
+			)
 			return False
 	# --- end of create_for (...) ---
 



             reply	other threads:[~2012-06-20 19:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-20 19:03 André Erdmann [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-07-02 16:52 [gentoo-commits] proj/R_overlay:master commit in: roverlay/manifest/ André Erdmann

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=1340188589.3f1b2d76a0a2f13ea7ba36ff3fc4d833094d8f22.dywi@gentoo \
    --to=dywi@mailerd.de \
    --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