Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master z-rejected grimoire by George Sherwood (abc01e5ef72da6ca572c401ae75009de5028629d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master z-rejected grimoire by George Sherwood (abc01e5ef72da6ca572c401ae75009de5028629d)
  • Date: Sat, 22 Jul 2006 11:51:18 -0500

GIT changes to master z-rejected grimoire by George Sherwood
<chat AT sourcemage.org>:

z-http/firefox-bin/DETAILS | 14 +++++++-------
z-http/firefox-bin/HISTORY | 5 +++++
z-http/firefox-bin/PREPARE | 2 +-
3 files changed, 13 insertions(+), 8 deletions(-)

New commits:
commit abc01e5ef72da6ca572c401ae75009de5028629d
Author: George Sherwood <chat AT sourcemage.org>
Commit: George Sherwood <chat AT sourcemage.org>

Update both devel and stable versions

diff --git a/z-http/firefox-bin/DETAILS b/z-http/firefox-bin/DETAILS
index 8a06591..0828498 100755
--- a/z-http/firefox-bin/DETAILS
+++ b/z-http/firefox-bin/DETAILS
@@ -1,18 +1,18 @@
SPELL=firefox-bin
if [ "$FIREFOX_DEVEL" == "y" ]; then
- VERSION=2.0a3
- SOURCE=bonecho-alpha3.tar.gz
+ VERSION=2.0b1
+ SOURCE=firefox-${VERSION}.tar.gz
SOURCE2=$SOURCE.asc
SOURCE_GPG="firefox.gpg:$SOURCE2"
-
SOURCE_URL[0]=http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/bonecho/alpha3/linux-i686/en-US/$SOURCE
-
SOURCE2_URL[0]=http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/bonecho/alpha3/linux-i686/en-US/$SOURCE2
+
SOURCE_URL[0]=http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/2.0b1/linux-i686/en-US/$SOURCE
+
SOURCE2_URL[0]=http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/2.0b1/linux-i686/en-US/$SOURCE2
else
- VERSION=1.5.0.2
+ VERSION=1.5.0.4
SOURCE=firefox-${VERSION}.tar.gz
SOURCE2=$SOURCE.asc
SOURCE_GPG="firefox.gpg:$SOURCE2"
-
SOURCE_URL[0]=http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$VERSION/linux-i686/en-US/${SOURCE}
-
SOURCE2_URL[0]=http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$VERSION/linux-i686/en-US/${SOURCE}.asc
+
SOURCE_URL[0]=http://releases.mozilla.org/pub/mozilla.org/firefox/releases/$VERSION/linux-i686/en-US/${SOURCE}
+
SOURCE2_URL[0]=http://releases.mozilla.org/pub/mozilla.org/firefox/releases/$VERSION/linux-i686/en-US/${SOURCE}.asc
fi
SOURCE_DIRECTORY=$BUILD_DIRECTORY/firefox

diff --git a/z-http/firefox-bin/HISTORY b/z-http/firefox-bin/HISTORY
index 399d8d4..32a52b4 100644
--- a/z-http/firefox-bin/HISTORY
+++ b/z-http/firefox-bin/HISTORY
@@ -1,3 +1,8 @@
+2006-07-22 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated devel to 2.0 beta1
+ Updated stable to 1.5.0.4 and SOURCE_URL
+ * PREPARE: Change for alpha to beta version
+
2006-06-11 George Sherwood <george AT beernabeer.com>
* DETAILS: Updated devel to 2.0 alpha3

diff --git a/z-http/firefox-bin/PREPARE b/z-http/firefox-bin/PREPARE
index b27dfb1..106360c 100755
--- a/z-http/firefox-bin/PREPARE
+++ b/z-http/firefox-bin/PREPARE
@@ -1 +1 @@
-config_query FIREFOX_DEVEL "Install the 2.0 alpha version?" n
+config_query FIREFOX_DEVEL "Install the 2.0 beta version?" n



  • [SM-Commit] GIT changes to master z-rejected grimoire by George Sherwood (abc01e5ef72da6ca572c401ae75009de5028629d), George Sherwood, 07/22/2006

Archive powered by MHonArc 2.6.24.

Top of Page