reading-chromium
- building
- testing
- unit tests
- blink
- content
- unit tests
- web tests
/* eslint-disable no-console */ | |
import * as fs from "fs"; | |
import * as process from "process"; | |
import * as ts from "typescript"; | |
// | |
// analyze statements of the following forms: | |
// | |
// const someVariable = someFunction(someObjectLiteral) |
#!/bin/bash | |
set -eux -o pipefail | |
# Usage | |
# repository=<...> branch=<...> message=<...> bash squash-and-merge.sh | |
# validate arguments | |
[ -z "${repository:-}" ] && { echo "required 'repository'"; exit 1; } | |
[ -z "${branch:-}" ] && { echo "required 'branch'"; exit 1; } | |
[ -z "${message:-}" ] && { echo "required 'message'"; exit 1; } |
https://github.com/mysql/mysql-server
# make sure dependencies are available (e.g. rpcsvc-proto)
cmake -G Ninja -B build -DDOWNLOAD_BOOST=1 -D WITH_BOOST=build/__boost__
ninja -C build
TODO
--to-subdirectory-filter
git filter-repo --source "$tmp_dir/$package" --target "$tmp_dir/$package" --to-subdirectory-filter "packages/$package" --commit-callback "commit.message += b'\n\nPreMonorepoCommit: https://github.com/$repository/commit/' + commit.original_id + b'\n'"
postgres
from tmp_install