[Lunar-commits] <moonbase> chrome-linux: Adjusting DETAILS to follow current alpha release.
Jason Johnston
jason at jjfam.net
Fri Dec 3 19:22:02 CET 2010
commit acfa7d96a4160bc9f5828916cfe00bb1a897bbcf
Author: Jason Johnston <jason at jjfam.net>
Date: Fri Dec 3 12:22:02 2010 -0600
chrome-linux: Adjusting DETAILS to follow current alpha release.
Added a wget to grab the LATEST file from the Google web server via the following url:
32bit:
http://build.chromium.org/f/chromium/snapshots/chromium-rel-linux/LATEST
64bit:
http://build.chromium.org/f/chromium/snapshots/chromium-rel-linux-64/LATEST
Also removed the sha1sum check for now.
---
zbeta/chrome-linux/DETAILS | 4 ++--
zbeta/chrome-linux/DETAILS.x86_64 | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/zbeta/chrome-linux/DETAILS b/zbeta/chrome-linux/DETAILS
index 8988fe4..cc88fdf 100644
--- a/zbeta/chrome-linux/DETAILS
+++ b/zbeta/chrome-linux/DETAILS
@@ -1,8 +1,8 @@
MODULE=chrome-linux
- VERSION=40020
+ VERSION=$(wget --quiet -O - http://build.chromium.org/f/chromium/snapshots/chromium-rel-linux/LATEST)
SOURCE=${MODULE}.zip
SOURCE_URL=http://build.chromium.org/buildbot/snapshots/chromium-rel-linux/${VERSION}
- SOURCE_VFY=sha1:b82b131eb95bc2f60796d0fd01a3370ce4265b00
+# SOURCE_VFY=sha1:b82b131eb95bc2f60796d0fd01a3370ce4265b00
WEB_SITE=http://build.chromium.org/buildbot/waterfall/console
ENTERED=20100105
UPDATED=20100225
diff --git a/zbeta/chrome-linux/DETAILS.x86_64 b/zbeta/chrome-linux/DETAILS.x86_64
index ceb85ea..8d7f775 100644
--- a/zbeta/chrome-linux/DETAILS.x86_64
+++ b/zbeta/chrome-linux/DETAILS.x86_64
@@ -1,5 +1,5 @@
MODULE=chrome-linux
- VERSION=40020
+ VERSION=$(wget --quiet -O - http://build.chromium.org/f/chromium/snapshots/chromium-rel-linux-64/LATEST)
SOURCE=${MODULE}.zip
SOURCE_URL=http://build.chromium.org/buildbot/snapshots/chromium-rel-linux-64/${VERSION}
SOURCE_VFY=sha1:7265b21915a41be0a6dc04d1346d40ecdb9dd7cc
More information about the Lunar-commits
mailing list