When can we expect a tarball for chromium 32.0.1700.77 sources?
## Checking out the sources of an official chromium release, by Eric Hameleers <alien at slackware.com>:## In a working directory, you will create three directories:# - depot_tools: this contains all the tools needed for creating the tarball# - checkout: here almost 7 GB of sourcecode will be checked out# - output: here the chromium-${RELEASE}.tar.xz source tarball will be created.# Some variables:WORKING_DIR="${HOME}/chromium_src"CHROMIUM_REL="32.0.1700.77"DEPOT_TOOLS_REPO="https://chromium.googlesource.com/chromium/tools/depot_tools.git"RELEASES_URL="https://src.chromium.org/chrome/releases"# The actual work (takes a while to checkout 1 GB of source and pack it up:mkdir -p ${WORKING_DIR}cd ${WORKING_DIR}# Clone the tools:git clone ${DEPOT_TOOLS_REPO}# Check out the sources:mkdir ckeckoutcd checkoutPATH="../depot_tools/:$PATH" gclient config ${RELEASES_URL}/${CHROMIUM_REL}# At this moment, your config will have been written to a file '.gclient'PATH="../depot_tools/:$PATH" gclient sync 2>&1 | tee ../sync.log# The sync will download everything, based on what it found in this file:# ${CHROMIUM_REL}/DEPSPATH="../depot_tools/:$PATH" gclient sync 2>&1 | tee ../sync.2.log# Pack up the source tarball:mkdir ../outputpython src/tools/export_tarball/export_tarball.py --remove-nonessential-files ../output/chromium-${CHROMIUM_REL}echo ""echo "Resulting source tarball is: ${WORKING_DIR}/output/chromium-${CHROMIUM_REL}.tar.xz"echo ""
--
You received this message because you are subscribed to the Google Groups "chromium-packagers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-packag...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-packagers/d359b9a6-6842-443e-995d-1f565b018cf0%40chromium.org.
On Tuesday 21 January 2014 14:22:33 Paweł Hajdan, Jr. wrote:
> To help with further breakages, there'll now be a .log file uploaded for
> every release we fail to package, e.g.
> https://gsdview.appspot.com/chromium-browser-official/chromium-34.0.1785.0.l
> og.
This time the tarball for the new DEV channel build was available directly
with the announcement. I only noticed that somehow the date of the files are
set to 1 January 1970 :)
Also the new DEV channel build now seems to require depot_tools to be
installed during build. It would be great if this somehow could be announced
as well to save some additional debugging work :)
Failed to find depot_tools
Traceback (most recent call last):
File "build/gyp_chromium", line 41, in <module>
import find_depot_tools
File "/build/buildd/chromium-browser-34.0.1797.2/src/tools/find_depot_tools.py", line 40, in <module>
import breakpad
ImportError: No module named breakpad
Apparently, this change is mainly for WIndows and Cygwin, but the
import line gets applied to all OSes, and so Linux gets pulled in
into this as well.Saikrishna Arcot
--
You received this message because you are subscribed to the Google Groups "chromium-packagers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-packag...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-packagers/CAATLsPaq3Ch6oUcVqNrt807dhNnVsLW2hNCYmPx7nkYB_zkM8g%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "chromium-packagers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-packag...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-packagers/16082978.tR7CPUAssx%40hqvmt4xx20.eur.cchbc.com.