Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master sorcery by Jaka Kranjc (29d9b254dc830f26996e8c8cf6d28861b0fec88d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master sorcery by Jaka Kranjc (29d9b254dc830f26996e8c8cf6d28861b0fec88d)
  • Date: Mon, 8 Sep 2008 14:32:59 -0500

GIT changes to master sorcery by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:

ChangeLog | 1 +
var/lib/sorcery/modules/libgrimoire | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 29d9b254dc830f26996e8c8cf6d28861b0fec88d
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

libgrimoire: also copy the rerun-make-single query to fd3

diff --git a/ChangeLog b/ChangeLog
index 92ecb79..00251a9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,7 @@
* cast: don't resurrect the spell if it needs an update
added some more debug statements for the summary
* libqueue: fixed a quoting problem in update_install_queue_sub
+ * libgrimoire: also copy the rerun-make-single query to fd3

2008-09-06 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* libmisc: made log_failure_reason idempotent and added an optional
arg
diff --git a/var/lib/sorcery/modules/libgrimoire
b/var/lib/sorcery/modules/libgrimoire
index df16e25..8705b57 100755
--- a/var/lib/sorcery/modules/libgrimoire
+++ b/var/lib/sorcery/modules/libgrimoire
@@ -147,7 +147,7 @@ function make() {
local STATUS=$?

if [[ $STATUS -ne 0 ]] && [[ "$JOBS" != 1 ]] ; then
- query "Running make with $JOBS jobs failed. Attempt to run with a single
job?" y &&
+ query "Running make with $JOBS jobs failed. Attempt to run with a single
job?" y >&3 &&
# Try again
$REAL_MAKE -j1 -S "$@"
STATUS=$?



  • [SM-Commit] GIT changes to master sorcery by Jaka Kranjc (29d9b254dc830f26996e8c8cf6d28861b0fec88d), Jaka Kranjc, 09/08/2008

Archive powered by MHonArc 2.6.24.

Top of Page