Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master sorcery by Andrew Stitt (c6eabfb91c8004bf1a6adff9fa527e57ba33eb4e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andrew Stitt <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master sorcery by Andrew Stitt (c6eabfb91c8004bf1a6adff9fa527e57ba33eb4e)
  • Date: Mon, 26 Feb 2007 21:42:40 -0600

GIT changes to master sorcery by Andrew Stitt <astitt AT sourcemage.org>:

ChangeLog | 9 ++++++++-
etc/sorcery/config | 2 +-
usr/sbin/gaze | 2 +-
3 files changed, 10 insertions(+), 3 deletions(-)

New commits:
commit 83dc660002a582a7bf62d96a5340cca30cd5a73e
Author: Andrew Stitt <astitt AT sourcemage.org>
Commit: Andrew Stitt <astitt AT sourcemage.org>

fix bug 13553

commit cbe2b8e29eebe183beee884f10b65a0f50ad6593
Author: Andrew Stitt <astitt AT sourcemage.org>
Commit: Andrew Stitt <astitt AT sourcemage.org>

fix changelog entry

commit 63e49d89d4c2a054cb5fbb4fc4b4e75c598f10fd
Author: Andrew Stitt <astitt AT sourcemage.org>
Commit: Andrew Stitt <astitt AT sourcemage.org>

turn off VIEW_REPORTS by default, but 13445

diff --git a/ChangeLog b/ChangeLog
index c347977..7d60ad3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,17 @@
+2007-02-26 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * gaze: added PERL_URL from mirrors list to print in system-info
+
+2007-02-26 Andrew Stitt <astitt AT sourcemage.org>
+ * config: turn VIEW_REPORTS off by default, bug 13445
+
2007-02-24 David Brown <dmlb2000 AT gmail.com>
* cast: added and export DISTCC_DIR before run_build_spell
* compile_config: removed DISTCC_DIR
* run_compiler: check to make sure DISTCC_DIR exists then make it if
not

2007-02-19 Andrew Stitt <astitt AT sourcemage.org>
- * select_list: update documentation and mangle variable names, bug
13458
+ * libmisc: select_list update documentation and mangle variable
+ names, bug 13458

2007-02-19 Andrew Stitt <astitt AT sourcemage.org>
* libsummon, summon: fix bug 13412, summon --raw should work
diff --git a/etc/sorcery/config b/etc/sorcery/config
index 71faa4b..3a86e4e 100755
--- a/etc/sorcery/config
+++ b/etc/sorcery/config
@@ -16,7 +16,7 @@ shopt -u expand_aliases
SOUND=${SOUND:=off}
SUSTAIN=${SUSTAIN:=on}
TMPFS=${TMPFS:=off}
- VIEW_REPORTS=${VIEW_REPORTS:=on}
+ VIEW_REPORTS=${VIEW_REPORTS:=off}
VOYEUR=${VOYEUR:=on}
PROMPT_DELAY=${PROMPT_DELAY:=150}
PAGER_TIMEOUT=${PAGER_TIMEOUT:=150}
diff --git a/usr/sbin/gaze b/usr/sbin/gaze
index fa91f42..404b815 100755
--- a/usr/sbin/gaze
+++ b/usr/sbin/gaze
@@ -1907,7 +1907,7 @@ function gaze_system_info()
message "}--------------------${DEFAULT_COLOR}"

for mirror in APACHE_URL CTAN_URL GNOME_URL GNU_URL KDE_URL KERNEL_URL \
- SORCERY_URL SOURCEFORGE_URL XFREE86_URL CODEX_URL
+ PERL_URL SORCERY_URL SOURCEFORGE_URL XFREE86_URL CODEX_URL
do
message -n "${MESSAGE_COLOR}$mirror="
message "${QUERY_COLOR}\"${!mirror}\"${DEFAULT_COLOR}"



  • [SM-Commit] GIT changes to master sorcery by Andrew Stitt (c6eabfb91c8004bf1a6adff9fa527e57ba33eb4e), Andrew Stitt, 02/26/2007

Archive powered by MHonArc 2.6.24.

Top of Page