Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master binary grimoire by Eric Sandall (fd0e44f3ad3f0e5351093024dd15db6ccb5d0891)

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 binary grimoire by Eric Sandall (fd0e44f3ad3f0e5351093024dd15db6ccb5d0891)
  • Date: Wed, 6 Jan 2010 23:17:04 -0600

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

bin-http/google-chrome-bin/DETAILS | 9 +++++++--
bin-http/google-chrome-bin/HISTORY | 6 ++++--
bin-http/google-chrome-bin/PREPARE | 3 +++
3 files changed, 14 insertions(+), 4 deletions(-)

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

google-chrome-bin: Cleanup formatting

commit b65d19e76c860eda59bcfc1c450aedc6b7c1613a
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

google-chrome-bin: Query for daily updates

diff --git a/bin-http/google-chrome-bin/DETAILS
b/bin-http/google-chrome-bin/DETAILS
index 4c536e0..928bf86 100755
--- a/bin-http/google-chrome-bin/DETAILS
+++ b/bin-http/google-chrome-bin/DETAILS
@@ -1,10 +1,15 @@
SPELL=google-chrome-bin
+if [[ "$GOOGLE_CHROME_BIN_DAILY" == "y" ]]
+then
+ VERSION=$(date +%Y%m%d)
+else
VERSION=beta_current
+fi
if [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" ]]
then
- SOURCE=${SPELL/-bin/}-${VERSION}_x86_64.rpm
+ SOURCE=${SPELL/-bin/}-beta_current_x86_64.rpm
else
- SOURCE=${SPELL/-bin/}-${VERSION}_i386.rpm
+ SOURCE=${SPELL/-bin/}-beta_current_i386.rpm
fi
SOURCE_IGNORE=unversioned
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/bin-http/google-chrome-bin/HISTORY
b/bin-http/google-chrome-bin/HISTORY
index eb0f2fe..8d5edc1 100644
--- a/bin-http/google-chrome-bin/HISTORY
+++ b/bin-http/google-chrome-bin/HISTORY
@@ -1,7 +1,9 @@
2010-01-06 Eric Sandall <sandalle AT sourcemage.org>
- * DETAILS: Apparently these RPMs change daily, switching to
unversioned SOURCE_IGNORE
- and setting VERSION to "beta_current"
+ * PREPARE: Query for daily updates
+ * DETAILS: Apparently these RPMs change daily, switching to
unversioned
+ SOURCE_IGNORE and setting VERSION to "beta_current"
Fix typos in x86_64 and x86 SOURCE
+ Set version to daily or "beta_current"

2010-01-05 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS, DEPENDS, PRE_BUILD, BUILD, INSTALL: Created
diff --git a/bin-http/google-chrome-bin/PREPARE
b/bin-http/google-chrome-bin/PREPARE
new file mode 100755
index 0000000..3065b3c
--- /dev/null
+++ b/bin-http/google-chrome-bin/PREPARE
@@ -0,0 +1,3 @@
+config_query GOOGLE_CHROME_BIN_DAILY \
+ "Automatically update on every system update?" n
+



  • [SM-Commit] GIT changes to master binary grimoire by Eric Sandall (fd0e44f3ad3f0e5351093024dd15db6ccb5d0891), Eric Sandall, 01/07/2010

Archive powered by MHonArc 2.6.24.

Top of Page