Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master z-rejected grimoire by Eric Sandall (238a872529a9466e4a90a3426a7afc599a60f43e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master z-rejected grimoire by Eric Sandall (238a872529a9466e4a90a3426a7afc599a60f43e)
  • Date: Fri, 8 Aug 2008 19:35:22 -0500

GIT changes to master z-rejected grimoire by Eric Sandall
<sandalle AT sourcemage.org>:

z-java/jre6-bin/HISTORY | 4 ++++
z-java/jre6-bin/JAVA_WARNING | 7 +++----
2 files changed, 7 insertions(+), 4 deletions(-)

New commits:
commit 238a872529a9466e4a90a3426a7afc599a60f43e
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

jre6-bin: Don't bother querying and breaking unattended casts, but rather
just check if the SOURCE exists and complain if not

diff --git a/z-java/jre6-bin/HISTORY b/z-java/jre6-bin/HISTORY
index 7cf66c4..7a09667 100644
--- a/z-java/jre6-bin/HISTORY
+++ b/z-java/jre6-bin/HISTORY
@@ -1,3 +1,7 @@
+2008-08-08 Eric Sandall <sandalle AT sourcemage.org>
+ * JAVA_WARNING: Don't bother querying and breaking unattended casts,
+ but rather just check if the SOURCE exists and complain if not
+
2008-07-20 Julien "_kaze_" ROZO <julien AT rozo.org>
* DETAILS: updated version to 6u7

diff --git a/z-java/jre6-bin/JAVA_WARNING b/z-java/jre6-bin/JAVA_WARNING
index 070edee..d4056c8 100644
--- a/z-java/jre6-bin/JAVA_WARNING
+++ b/z-java/jre6-bin/JAVA_WARNING
@@ -1,14 +1,13 @@
# Special messages with regards to JRE 1.6.0 sources.
#
-message "\n${MESSAGE_COLOR}For $SPELL you need to manually download the
sources for JRE \
+if [[ ! -f $SOURCE_CACHE/$SOURCE ]]; then
+ message "\n${MESSAGE_COLOR}For $SPELL you need to manually download the
sources for JRE \
\nversion 6 in self-extracting format from Sun's website: \
${DEFAULT_COLOR}\n ${WEB_SITE} \
-\n${MESSAGE_COLOR}Put the downloaded file in \
+\n${MESSAGE_COLOR}Put the downloaded file $SOURCE in \
${DEFAULT_COLOR}/var/spool/sorcery/ \
${MESSAGE_COLOR}so cast will find it.\n${DEFAULT_COLOR}" &&

-if ! query "HAVE YOU DOWNLOADED THE SOURCES AND WISH TO CONTINUE CASTING?" n;
-then
message "${MESSAGE_COLOR}Please recast when you have the
sources!\n${DEFAULT_COLOR}"
return 1
fi



  • [SM-Commit] GIT changes to master z-rejected grimoire by Eric Sandall (238a872529a9466e4a90a3426a7afc599a60f43e), Eric Sandall, 08/08/2008

Archive powered by MHonArc 2.6.24.

Top of Page