File build.specials.obscpio of Package ungoogled-chromium-xdg
07070100000000000081a4000000000000000000000001691febc70000002c000000000000000000000000000000000000000b00000000.gitignorepkg
src
*.pkg.tar.*
*.log
*.tar.gz
*.tar.xz
07070100000001000081a4000000000000000000000001691febc7000001f5000000000000000000000000000000000000001300000000.obs/workflows.ymlpull_request:
steps:
- branch_package:
source_project: home:ZhangHua
source_package: ungoogled-chromium-xdg
target_project: home:ZhangHua:ungoogled-chromium-xdg
filters:
event: pull_request
push:
steps:
- trigger_services:
project: home:ZhangHua
package: ungoogled-chromium-xdg
- rebuild_package:
project: home:ZhangHua
package: ungoogled-chromium-xdg
filters:
event: push
branches:
only:
- master
07070100000002000041ed000000000000000000000001691febc700000000000000000000000000000000000000000000000500000000.obs07070100000003000081ed000000000000000000000001691febc7000005e9000000000000000000000000000000000000001700000000fetch-chromium-release#!/bin/bash
set -e
readonly VERSION=$1
if [[ -z $VERSION ]]; then
echo >&2 'No version given as an argument'
exit 1
fi
mkdir chromium-checkout
cd chromium-checkout
cat >.gclient <<EOF
solutions = [
{
"name": "src",
"url": "https://chromium.googlesource.com/chromium/src.git",
"managed": False,
"custom_deps": {},
"custom_vars": {},
},
]
EOF
git clone --depth=1 https://chromium.googlesource.com/chromium/tools/depot_tools
export PATH+=":$PWD/depot_tools" DEPOT_TOOLS_UPDATE=0
# system python fails to load six.moves module
#export VPYTHON_BYPASS='manually managed python not supported by chrome operations'
git clone -b $VERSION --depth=2 https://chromium.googlesource.com/chromium/src
gclient sync --no-history --nohooks
src/build/util/lastchange.py -o src/build/util/LASTCHANGE
src/build/util/lastchange.py -m GPU_LISTS_VERSION \
--revision-id-only --header src/gpu/config/gpu_lists_version.h
src/build/util/lastchange.py -m SKIA_COMMIT_HASH \
-s src/third_party/skia --header src/skia/ext/skia_commit_hash.h
src/build/util/lastchange.py \
-s src/third_party/dawn --revision src/gpu/webgpu/DAWN_VERSION
src/tools/update_pgo_profiles.py --target=linux update \
--gs-url-base=chromium-optimization-profiles/pgo_profiles
# https://gitlab.archlinux.org/archlinux/packaging/packages/electron32/-/issues/1
src/third_party/node/update_npm_deps
rm -rf src/third_party/node/linux/node-linux-x64/bin/
find src/third_party/jdk/current -type f -delete
mv src ../chromium-$VERSION
07070100000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000b00000000TRAILER!!!